body.RTL {
  direction: rtl;
  text-align: right !important;
}

.RTL .MemberPicker .MembersList ul.ClearViewCheckBoxList li input {
  float: left;
}
.RTL .MemberPicker .MembersList.Row div.Control:first-child,
.RTL .AdditionalMembersWrapper .Row div.Control:nth-child(2),
.RTL .AdditionalMembersWrapper .Row div.Control:first-child {
  padding: 0 !important;
}
@media (min-width: 770px) {
  .RTL .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .RTL .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Member {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
.RTL input[type=number].CalenderControlInput, .RTL input[type=number].AnnualReviewDate, .RTL input[type=number].TimePickerControlInput, .RTL input[type=date].CalenderControlInput, .RTL input[type=date].AnnualReviewDate, .RTL input[type=date].TimePickerControlInput, .RTL input[type=time].CalenderControlInput, .RTL input[type=time].AnnualReviewDate, .RTL input[type=time].TimePickerControlInput, .RTL input[type=email].CalenderControlInput, .RTL input[type=email].AnnualReviewDate, .RTL input[type=email].TimePickerControlInput, .RTL input[type=text].CalenderControlInput, .RTL input[type=text].AnnualReviewDate, .RTL input[type=text].TimePickerControlInput, .RTL input[type=password].CalenderControlInput, .RTL input[type=password].AnnualReviewDate, .RTL input[type=password].TimePickerControlInput, .RTL select.CalenderControlInput, .RTL select.AnnualReviewDate, .RTL select.TimePickerControlInput, .RTL textarea.CalenderControlInput, .RTL textarea.AnnualReviewDate, .RTL textarea.TimePickerControlInput {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
.RTL img.Separator {
  transform: rotate(-180deg);
}
.RTL input.Cancel, .RTL .btn.Cancel, .RTL button, .RTL input[type=button], .RTL input[type=submit], .RTL input[type=reset], .RTL button.btn, .RTL button.btn-default, .RTL a.btn, .RTL a.Button {
  border-width: 1px 1px 2px 2px;
}
.RTL .hOne .offcanvas-collapse, .RTL #mobile-header .offcanvas-collapse {
  top: 0;
  left: -100%;
  right: auto;
  transition: left 0.3s ease-in-out;
  z-index: 2;
}
.RTL .hOne .offcanvas-collapse.show, .RTL .hOne .offcanvas-collapse.in, .RTL #mobile-header .offcanvas-collapse.show, .RTL #mobile-header .offcanvas-collapse.in {
  left: 0;
  right: auto;
}
.RTL .hOne .offcanvas-collapse ul li.LogoutButtonNew a::after, .RTL #mobile-header .offcanvas-collapse ul li.LogoutButtonNew a::after {
  margin-right: auto;
  margin-left: 0;
}
.RTL .hOne .offcanvas-collapse ul::after, .RTL #mobile-header .offcanvas-collapse ul::after {
  right: 0px;
  left: auto;
}
.RTL .hOne .navbar-expand-md .navbar-toggler[aria-expanded=true], .RTL #mobile-header .navbar-expand-md .navbar-toggler[aria-expanded=true] {
  right: auto;
  left: 0.5rem;
}
@media (max-width: 500px) {
  .RTL .hOne .navbar-expand-md .navbar-toggler.collapsed, .RTL #mobile-header .navbar-expand-md .navbar-toggler.collapsed {
    right: 0.5rem;
    left: auto;
  }
}
.RTL .hOne .MainHOne, .RTL #mobile-header .MainHOne {
  padding-right: 68px;
  padding-left: 0;
}
@media (max-width: 500px) {
  .RTL .hOne .MainHOne, .RTL #mobile-header .MainHOne {
    padding-right: 68px;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .RTL .hOne #rightcolumn.navbar-nav, .RTL #mobile-header #rightcolumn.navbar-nav {
    right: 0;
    left: auto;
  }
}
.RTL .middlecontent div.ShowLetters {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.RTL .Row div.Label:first-child {
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.RTL .Row div.Control:first-child {
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.RTL .Row div.Control:nth-child(2) {
  padding-left: 15px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .RTL .Row div.Label, .RTL .Row div.Control {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.RTL table:not(.RadioButtonList) th img {
  margin-left: 0.5rem;
  margin-right: 0;
}
.RTL table.RadioButtonList td label {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
@media (min-width: 1px) {
  .RTL .col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .RTL .col-xs-offset-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-7 {
    margin-right: 58.333333%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  .RTL .col-xs-offset-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-header a::before {
  margin-left: 0;
  margin-right: 0.5rem;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  transform: rotate(-90deg);
  right: -7px;
  left: auto;
  top: 12px;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  transform: rotate(90deg);
  right: -3px;
  left: auto;
  top: 3px;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  right: auto;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-next {
  right: 2px;
  left: auto;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
  right: auto;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
  left: auto;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-prev span, .RTL .ui-widget-content.ui-datepicker .ui-datepicker-next span {
  left: 50%;
  right: auto;
  margin-left: -8px;
  margin-right: 0;
}
.RTL .ui-widget-content.ui-datepicker table td span, .RTL .ui-widget-content.ui-datepicker table td a {
  text-align: right;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
}
.RTL .ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.RTL .ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.RTL .ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.RTL .ui-datepicker-rtl {
  direction: rtl;
}
.RTL .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.RTL .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.RTL .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.RTL .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.RTL .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.RTL .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.RTL .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.RTL .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.RTL .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.RTL .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.RTL h4 a::before, .RTL h2 a::before {
  right: 0;
  left: auto;
}
.RTL ul#Plans li h2 a::after {
  left: 0.3rem;
  right: auto;
}
.RTL ul.List li.SortableListLink a span, .RTL ul.SortableList li.SortableListLink a span {
  padding-right: 0;
  padding-left: 2rem;
}
.RTL ul.List li.SortableListLink a::after, .RTL ul.SortableList li.SortableListLink a::after {
  right: auto;
  left: 0;
}
@media (max-width: 800px) {
  .RTL ul.List li.SortableListLink a::after, .RTL ul.SortableList li.SortableListLink a::after {
    left: 0.5rem;
    right: auto;
  }
}
.RTL ul.List li.SortableListLink a:hover::after, .RTL ul.List li.SortableListLink a:active::after, .RTL ul.List li.SortableListLink a:focus::after, .RTL ul.SortableList li.SortableListLink a:hover::after, .RTL ul.SortableList li.SortableListLink a:active::after, .RTL ul.SortableList li.SortableListLink a:focus::after {
  left: 0.5rem;
  right: auto;
}
.RTL ul.List li.SortableListLink .SortableListButtons a.ListButtonsUp::before, .RTL ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsUp::before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.RTL ul.List li.SortableListLink .SortableListButtons a.ListButtonsDown::before, .RTL ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsDown::before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.RTL ul.MyIncidents a, .RTL ul.MyPlans a, .RTL ul.MySingleEntities a, .RTL ul.Sections a {
  padding-right: 15px !important;
  padding-left: 50px !important;
  border-right: 50px solid #5d5d67;
  border-left: 0;
}
.RTL ul.MyIncidents a::before, .RTL ul.MyPlans a::before, .RTL ul.MySingleEntities a::before, .RTL ul.Sections a::before {
  right: 0;
  left: auto;
}
.RTL ul.List li.SortableListLink a::after, .RTL ul.SortableList li.SortableListLink a::after {
  transform: rotate(-180deg);
  transition: left 0.3s ease-in-out;
}
.RTL ul.MyIncidents a::after, .RTL ul.MyPlans a::after, .RTL ul.MySingleEntities a::after, .RTL ul.Sections a::after {
  right: auto;
  left: 0;
  transform: rotate(-180deg);
}
.RTL ul.MyIncidents a::before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.RTL ul.MyPlans a::before, .RTL ul.MySingleEntities a::before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.RTL ul.ClearViewCheckBoxList li, .RTL ul.RecipientsList li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-height: 1030px) {
  .RTL ul.ContactLinks {
    right: 0px;
    left: auto;
  }
}
.RTL .DetailsList .DetailsInfo a::after {
  margin-right: auto;
  margin-left: 0;
}
.RTL dd {
  margin-left: 0;
  margin-right: 0;
}
.RTL caption {
  text-align: right;
}
.RTL th {
  text-align: right;
}
.RTL .offset-1, .RTL .col-xs-offset-1 {
  margin-right: 8.33333%;
  margin-left: 0;
}
.RTL .offset-2, .RTL .col-xs-offset-2 {
  margin-right: 16.66667%;
  margin-left: 0;
}
.RTL .offset-3, .RTL .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.RTL .offset-4, .RTL .col-xs-offset-4 {
  margin-right: 33.33333%;
  margin-left: 0;
}
.RTL .offset-5, .RTL .col-xs-offset-5 {
  margin-right: 41.66667%;
  margin-left: 0;
}
.RTL .offset-6, .RTL .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.RTL .offset-7, .RTL .col-xs-offset-7 {
  margin-right: 58.33333%;
  margin-left: 0;
}
.RTL .offset-8, .RTL .col-xs-offset-8 {
  margin-right: 66.66667%;
  margin-left: 0;
}
.RTL .offset-9, .RTL .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.RTL .offset-10, .RTL .col-xs-offset-10 {
  margin-right: 83.33333%;
  margin-left: 0;
}
.RTL .offset-11, .RTL .col-xs-offset-11 {
  margin-right: 91.66667%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .RTL .offset-sm-0 {
    margin-right: 0;
  }
  .RTL .offset-sm-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .RTL .offset-sm-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .RTL .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .RTL .offset-sm-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .RTL .offset-sm-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .RTL .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .RTL .offset-sm-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .RTL .offset-sm-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .RTL .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .RTL .offset-sm-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .RTL .offset-sm-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .RTL .offset-md-0 {
    margin-right: 0;
  }
  .RTL .offset-md-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .RTL .offset-md-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .RTL .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .RTL .offset-md-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .RTL .offset-md-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .RTL .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .RTL .offset-md-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .RTL .offset-md-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .RTL .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .RTL .offset-md-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .RTL .offset-md-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .RTL .offset-lg-0 {
    margin-right: 0;
  }
  .RTL .offset-lg-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .RTL .offset-lg-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .RTL .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .RTL .offset-lg-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .RTL .offset-lg-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .RTL .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .RTL .offset-lg-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .RTL .offset-lg-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .RTL .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .RTL .offset-lg-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .RTL .offset-lg-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .RTL .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .RTL .offset-xl-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .RTL .offset-xl-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .RTL .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .RTL .offset-xl-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .RTL .offset-xl-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .RTL .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .RTL .offset-xl-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .RTL .offset-xl-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .RTL .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .RTL .offset-xl-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .RTL .offset-xl-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
}
.RTL .form-check {
  padding-left: 1.25rem;
  padding-right: 0;
}
.RTL .form-check-input {
  margin-left: -1.25rem;
  margin-right: 0;
}
.RTL .form-check-inline {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0.75rem;
  margin-left: 0;
}
.RTL .form-check-inline .form-check-input {
  margin-right: 0.3125rem;
  margin-left: 0;
}
@media (min-width: 576px) {
  .RTL .form-inline .form-check {
    padding-right: 0;
    padding-left: 0;
  }
  .RTL .form-inline .form-check-input {
    margin-right: 0.25rem;
    margin-left: 0;
  }
}
.RTL .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}
.RTL .dropdown-toggle:empty::after {
  margin-left: 0;
  margin-right: 0;
}
.RTL .dropdown-menu {
  left: 0;
  right: auto;
  float: left;
}
.RTL .dropdown-menu-left {
  right: auto;
  left: 0;
}
.RTL .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .RTL .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .RTL .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .RTL .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .RTL .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .RTL .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .RTL .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .RTL .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .RTL .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.RTL .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}
.RTL .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
  margin-right: 0;
}
.RTL .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.RTL .dropright .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}
.RTL .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
  margin-right: 0;
}
.RTL .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.RTL .dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}
.RTL .dropleft .dropdown-toggle::before {
  margin-right: 0.255em;
  margin-left: 0;
}
.RTL .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
  margin-right: 0;
}
.RTL .dropdown-menu[x-placement^=top], .RTL .dropdown-menu[x-placement^=right], .RTL .dropdown-menu[x-placement^=bottom], .RTL .dropdown-menu[x-placement^=left] {
  right: auto;
}
.RTL .nav {
  padding-left: 0;
  padding-right: 0;
}
.RTL .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.RTL .float-left {
  float: right !important;
}
.RTL .float-right {
  float: left !important;
}
.RTL .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .RTL .float-sm-left {
    float: right !important;
  }
  .RTL .float-sm-right {
    float: left !important;
  }
  .RTL .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .RTL .float-md-left {
    float: right !important;
  }
  .RTL .float-md-right {
    float: left !important;
  }
  .RTL .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .RTL .float-lg-left {
    float: right !important;
  }
  .RTL .float-lg-right {
    float: left !important;
  }
  .RTL .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .RTL .float-xl-left {
    float: right !important;
  }
  .RTL .float-xl-right {
    float: left !important;
  }
  .RTL .float-xl-none {
    float: none !important;
  }
}
.RTL .mr-0, .RTL .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.RTL .ml-0, .RTL .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.RTL .mr-1, .RTL .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.RTL .ml-1, .RTL .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.RTL .mr-2, .RTL .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.RTL .ml-2, .RTL .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.RTL .mr-3, .RTL .mx-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
.RTL .ml-3, .RTL .mx-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
.RTL .mr-4, .RTL .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
.RTL .ml-4, .RTL .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
.RTL .mr-5, .RTL .mx-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}
.RTL .ml-5, .RTL .mx-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}
.RTL .pr-0, .RTL .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.RTL .pl-0, .RTL .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.RTL .pr-1, .RTL .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}
.RTL .pl-1, .RTL .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}
.RTL .pr-2, .RTL .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}
.RTL .pl-2, .RTL .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}
.RTL .pr-3, .RTL .px-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}
.RTL .pl-3, .RTL .px-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}
.RTL .pr-4, .RTL .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}
.RTL .pl-4, .RTL .px-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
.RTL .pr-5, .RTL .px-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.RTL .pl-5, .RTL .px-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.RTL .mr-n1, .RTL .mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: 0 !important;
}
.RTL .ml-n1, .RTL .mx-n1 {
  margin-left: 0 !important;
  margin-right: -0.25rem !important;
}
.RTL .mr-n2, .RTL .mx-n2 {
  margin-right: 0 !important;
  margin-left: -0.5rem !important;
}
.RTL .ml-n2, .RTL .mx-n2 {
  margin-left: 0 !important;
  margin-right: -0.5rem !important;
}
.RTL .mr-n3, .RTL .mx-n3 {
  margin-left: -1rem !important;
  margin-right: 0 !important;
}
.RTL .ml-n3, .RTL .mx-n3 {
  margin-right: -1rem !important;
  margin-left: 0 !important;
}
.RTL .mr-n4, .RTL .mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: 0 !important;
}
.RTL .ml-n4, .RTL .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: 0 !important;
}
.RTL .mr-n5, .RTL .mx-n5 {
  margin-right: -3rem !important;
  margin-left: 0 !important;
}
.RTL .ml-n5, .RTL .mx-n5 {
  margin-right: -3rem !important;
  margin-left: 0 !important;
}
.RTL .mr-auto, .RTL .mx-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.RTL .ml-auto, .RTL .mx-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.RTL .text-left, .RTL .hOne .offcanvas-collapse ul li, .hOne .offcanvas-collapse ul .RTL li, .RTL #mobile-header .offcanvas-collapse ul li, #mobile-header .offcanvas-collapse ul .RTL li {
  text-align: right !important;
}
.RTL .text-right, .RTL .hOne .offcanvas-collapse ul li, .RTL #mobile-header .offcanvas-collapse ul li {
  text-align: right !important;
}
@media (min-width: 576px) {
  .RTL .text-sm-left {
    text-align: right !important;
  }
  .RTL .text-sm-right {
    text-align: left !important;
  }
  .RTL .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .RTL .text-md-left {
    text-align: right !important;
  }
  .RTL .text-md-right {
    text-align: left !important;
  }
  .RTL .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .RTL .text-lg-left {
    text-align: right !important;
  }
  .RTL .text-lg-right {
    text-align: left !important;
  }
  .RTL .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .RTL .text-xl-left {
    text-align: right !important;
  }
  .RTL .text-xl-right {
    text-align: left !important;
  }
  .RTL .text-xl-center {
    text-align: center !important;
  }
}

[class^=icon-], [class*=" icon-"],
[class^=glyphicon-], [class*=" glyphicon-"],
.has-icon::before,
ul.MyIncidents a::before,
ul.MyPlans a::before,
ul.MySingleEntities a::before,
ul.Sections a::before,
ul.List li.SortableListLink .SortableListButtons a.ListButtonsDown::before,
ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsDown::before,
ul.List li.SortableListLink .SortableListButtons a.ListButtonsUp::before,
ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsUp::before,
h4 a::before,
h2 a::before,
.ui-widget-content.ui-datepicker .ui-datepicker-header a::before,
.has-icon::after,
.DetailsList .DetailsInfo a[href^="mailto:"]::after,
.DetailsList .DetailsInfo a[href^="tel:"]::after,
ul.MyIncidents a::after,
ul.MyPlans a::after,
ul.MySingleEntities a::after,
ul.Sections a::after,
ul.List li.SortableListLink a::after,
ul.SortableList li.SortableListLink a::after,
ul#Plans li h2 a[aria-expanded=true]::after,
ul#Plans li h2 a::after,
.hOne .navbar-expand-md .navbar-toggler.collapsed .navbar-toggler-icon::after,
.hOne .navbar-expand-md .navbar-toggler .navbar-toggler-icon::after,
#mobile-header .navbar-expand-md .navbar-toggler .navbar-toggler-icon::after,
.hOne .offcanvas-collapse ul li.LogoutButtonNew a::after,
#mobile-header .offcanvas-collapse ul li.LogoutButtonNew a::after,
.incident .SortableListLink a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "clearview-ico-set" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 18px;
}

body {
  direction: ltr;
  text-align: left !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  padding: 1rem 0;
  margin: 0 !important;
  line-height: inherit !important;
}
@media (max-width: 500px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 auto !important;
  }
}

h1 {
  padding: 0px;
}
h1.text-white {
  padding: 2% 1rem;
  margin: 0 0 1rem 0 !important;
}

@media (max-width: 500px) {
  h1, h2 {
    font-size: 1.3rem;
  }
}
.Label {
  font-family: "Roboto Bold", sans-serif !important;
}

.Required,
.ErrorMessage,
.ItemExpiredError,
div.Validator span,
div.Validation span,
div.ImportError,
div.ImportErrorSmall,
.content-body div.AccordionListItemView div.RPOBreached div.Label, .content-body div.AccordionListItemView div.RTOBreached div.Label,
div.ImportInformation,
div.ImportWarning,
.SupplierRTCMismatch,
.RPOBreached .Label,
.RTOBreached .Label,
.LoginFailed {
  color: #B30000;
  font-family: "Roboto Bold", sans-serif !important;
}

button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  border-color: rgba(0, 0, 0, 0);
}

.DetailsList .DetailsLinkProcesses {
  color: #4097B5;
  color: var(--brand-color-dark);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #122644;
  color: var(--main-heading-color);
}

ul#Plans li h2 a {
  background-color: #122644;
  background-color: var(--main-heading-color);
  color: #FFFFFF !important;
}
ul#Plans li h2 a a {
  color: #FFFFFF !important;
}

.hOne #container, #mobile-header #container, .hOne #rightcolumn, #mobile-header #rightcolumn, h1.text-white {
  background-color: #404040;
  background-color: var(--header-bg);
  color: #FFFFFF !important;
}
.hOne #container a, #mobile-header #container a, .hOne #rightcolumn a, #mobile-header #rightcolumn a, h1.text-white a {
  color: #FFFFFF !important;
}

button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  background-color: #122644;
  background-color: var(--button-bg-color);
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,
button.btn:hover, button.btn-default:hover, a.btn:hover, a.Button:hover {
  background-color: black;
  background-color: var(--button-bg-hover);
}

.hOne .navbar-expand-md .navbar-toggler[aria-expanded=true], #mobile-header .navbar-expand-md .navbar-toggler[aria-expanded=true], button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active,
button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus,
button.btn:active, button.btn-default:active, a.btn:active, a.Button:active,
button.btn:focus, button.btn-default:focus, a.btn:focus, a.Button:focus {
  background-color: #326abd;
  background-color: var(--button-bg-focus);
}

.hOne .navbar-expand-md .navbar-toggler[aria-expanded=true], #mobile-header .navbar-expand-md .navbar-toggler[aria-expanded=true], button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active,
button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus,
button.btn:active, button.btn-default:active, a.btn:active, a.Button:active,
button.btn:focus, button.btn-default:focus, a.btn:focus, a.Button:focus, button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  color: #000000;
  color: var(--button-font-color);
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,
button.btn:hover, button.btn-default:hover, a.btn:hover, a.Button:hover {
  color: #000000;
  color: var(--button-font-hover-color);
}

:root {
  --brand-color: #122644;
  --brand-color-second: #4097B5;
  --brand-color-dark: #4097B5;
  --header-color: #FFFFFF;
  --header-color-alt: #404040;
  --header-bg: #404040;
  --header-bg-alt: #122644;
  --header-bg-brand: #122644;
  --main-heading-color: #122644;
  --button-font-color: #000000;
  --button-font-hover-color: #000000;
}

:root {
  --button-bg-color: #4097B5;
  --button-border-color: #122644;
  --button-bg-hover: #66acc4;
  --button-bg-focus: #79b6cb;
}

* {
  box-sizing: border-box;
}

a,
a:link {
  color: #404040;
  text-decoration: none;
}

a:hover,
a:active {
  color: gray;
}

a:focus {
  color: gray;
  border: 1px dotted gray;
}

ul.List li.SortableListLink a, ul.SortableList li.SortableListLink a, .hOne .MainHOne, #mobile-header .MainHOne, .hOne .offcanvas-collapse ul, #mobile-header .offcanvas-collapse ul {
  width: 100%;
}

.notify ul.RecipientsList li label, .notify ul.SMSRecipientsList li label, .notify div.SortableListLink, .notify ul.RecipientsList, .DetailsList .DetailsInfo a, ul.List li.SortableListLink .SortableListButtons, ul.SortableList li.SortableListLink .SortableListButtons, ul.List li.SortableListLink, ul.SortableList li.SortableListLink, ul#Plans li h2 a, ul#Plans li h2, ul, h4, h2, .ui-widget-content.ui-datepicker .ui-datepicker-title, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div, .MemberPicker .AdditionalMembers ul.AdditionalMemberList, .FileUploader .FileUploader, .FileUploader, .Row .Row, .Row, .middlecontent, .hOne #rightcolumn, #mobile-header #rightcolumn, .hOne .BreadCrumbs, #mobile-header .BreadCrumbs, .hOne .offcanvas-collapse ul li.LogoutButtonNew a, #mobile-header .offcanvas-collapse ul li.LogoutButtonNew a {
  display: flex;
  flex-wrap: wrap;
}

ul#Plans li h2 a, div.message-dark ul, div.message-light ul, div.message-info ul, div.message-warning ul, div.message-danger ul,
div.ErrorContainer ul,
div.ErrorSummary ul,
div.ErrorBackground ul,
div.ImportWarning ul,
div.ImportInformation ul,
div.Error.PageMessage ul, div.message-success ul, div.Successful ul, div.message-secondary ul, div.message-primary ul,
div.LoginMessage ul {
  margin: 0px !important;
}

.MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .ReadOnlyControl, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .ReadOnlyControl, .MemberPicker .MembersList .Control {
  padding: 0px !important;
}

.ui-widget-content.ui-autocomplete li.ui-menu-item, div.message-dark ul, div.message-light ul, div.message-info ul, div.message-warning ul, div.message-danger ul,
div.ErrorContainer ul,
div.ErrorSummary ul,
div.ErrorBackground ul,
div.ImportWarning ul,
div.ImportInformation ul,
div.Error.PageMessage ul, div.message-success ul, div.Successful ul, div.message-secondary ul, div.message-primary ul,
div.LoginMessage ul {
  padding: 5px !important;
}

.RTL input[type=number].autocomplete-inline-btn, .RTL input[type=date].autocomplete-inline-btn, .RTL input[type=time].autocomplete-inline-btn, .RTL input[type=email].autocomplete-inline-btn, .RTL input[type=text].autocomplete-inline-btn, .RTL input[type=password].autocomplete-inline-btn {
  margin-right: 0px !important;
}

input[type=number].autocomplete-inline-btn, input[type=date].autocomplete-inline-btn, input[type=time].autocomplete-inline-btn, input[type=email].autocomplete-inline-btn, input[type=text].autocomplete-inline-btn, input[type=password].autocomplete-inline-btn, select.autocomplete-inline-btn, textarea.autocomplete-inline-btn {
  margin-left: 0px !important;
}

input[type=number].CalenderControlInput, input[type=number].AnnualReviewDate, input[type=number].TimePickerControlInput, input[type=date].CalenderControlInput, input[type=date].AnnualReviewDate, input[type=date].TimePickerControlInput, input[type=time].CalenderControlInput, input[type=time].AnnualReviewDate, input[type=time].TimePickerControlInput, input[type=email].CalenderControlInput, input[type=email].AnnualReviewDate, input[type=email].TimePickerControlInput, input[type=text].CalenderControlInput, input[type=text].AnnualReviewDate, input[type=text].TimePickerControlInput, input[type=password].CalenderControlInput, input[type=password].AnnualReviewDate, input[type=password].TimePickerControlInput, select.CalenderControlInput, select.AnnualReviewDate, select.TimePickerControlInput, textarea.CalenderControlInput, textarea.AnnualReviewDate, textarea.TimePickerControlInput {
  margin-right: 5px !important;
}

input[type=number].autocomplete-inline-btn, input[type=date].autocomplete-inline-btn, input[type=time].autocomplete-inline-btn, input[type=email].autocomplete-inline-btn, input[type=text].autocomplete-inline-btn, input[type=password].autocomplete-inline-btn, select.autocomplete-inline-btn, textarea.autocomplete-inline-btn {
  margin-right: 10px !important;
}

.RTL input[type=number].autocomplete-inline-btn, .RTL input[type=date].autocomplete-inline-btn, .RTL input[type=time].autocomplete-inline-btn, .RTL input[type=email].autocomplete-inline-btn, .RTL input[type=text].autocomplete-inline-btn, .RTL input[type=password].autocomplete-inline-btn {
  margin-left: 10px !important;
}

ul, div.message-dark ul, div.message-light ul, div.message-info ul, div.message-warning ul, div.message-danger ul,
div.ErrorContainer ul,
div.ErrorSummary ul,
div.ErrorBackground ul,
div.ImportWarning ul,
div.ImportInformation ul,
div.Error.PageMessage ul, div.message-success ul, div.Successful ul, div.message-secondary ul, div.message-primary ul,
div.LoginMessage ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none !important;
}

ul.List li, ul.SortableList li, ul#Plans li {
  margin: 2px 0px !important;
  padding: 0px !important;
  list-style: none !important;
}

.DetailsList, ul.List li, ul.SortableList li, ul#Plans li h2 a, button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  border-radius: 0.25rem !important;
}

button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

a,
a:link {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

div.message-dark, div.message-light, div.message-info, div.message-warning, div.message-danger,
div.ErrorContainer,
div.ErrorSummary,
div.ErrorBackground,
div.ImportWarning,
div.ImportInformation,
div.Error.PageMessage, div.message-success, div.Successful, div.message-secondary, div.message-primary,
div.LoginMessage {
  margin: 0 0 1rem 0 !important;
  padding: 0.5rem;
  border-radius: 0.15rem;
  border: 1px solid;
}
.ExpiredItem, .ExpiredListItem, .Row.MissingQuestion, div.ExpiredRow,
span.Expired,
div.ErroredListItemView {
  border-radius: 0.15em;
  border: 1px solid;
}

.notify ul.RecipientsList li label, .notify ul.SMSRecipientsList li label, .notify ul.RecipientsList li, .notify ul.SMSRecipientsList li, .notify hr, .notify div.SortableListLink, .notify ul.RecipientsList, ul.ContactLinks li, ul.List li, ul.SortableList li, ul#Plans li, ul, table:not(.RadioButtonList) .Row .Control, .FileUploader .FileUploader, .FileUploader, .Row.FullWidth div.Label, .Row.FullWidth div.Control, .Row .Row, .Row, .middlecontent div.ActivityStatus, .middlecontent #ctl00_main_divItems, .middlecontent div.Center, .middlecontent div.MessageFilterStatus, .hOne .offcanvas-collapse ul li, #mobile-header .offcanvas-collapse ul li {
  flex: 0 0 100%;
  max-width: 100%;
}

.GridView {
  background-color: #FFFFFF;
  padding: 10px;
}
@media (min-width: 1030px) {
  .GridView {
    overflow-x: visible !important;
  }
}

@media (min-width: 1030px) {
  .AspNet-GridView {
    overflow-x: visible !important;
  }
}

button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.75rem 0.75rem;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  line-height: 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

input.Cancel, .btn.Cancel {
  background-color: #d9d9d9 !important;
  color: #404040 !important;
}

input.Cancel:focus, .btn.Cancel:focus, input.Cancel:active, .btn.Cancel:active, input.Cancel:hover, .btn.Cancel:hover {
  background-color: #8d8d8d !important;
  color: #404040 !important;
}

label {
  font-family: "Roboto Bold", sans-serif !important;
  margin: 0px !important;
}

input[type=number], input[type=date], input[type=time], input[type=email], input[type=text], input[type=password], select, textarea {
  font-family: "Roboto", sans-serif;
  background-color: lightgray !important;
  border: 1px solid #acacac !important;
  color: #404040;
  display: block;
  margin-bottom: 1rem;
}
input[type=number].CalenderControlInput, input[type=number].AnnualReviewDate, input[type=number].TimePickerControlInput, input[type=date].CalenderControlInput, input[type=date].AnnualReviewDate, input[type=date].TimePickerControlInput, input[type=time].CalenderControlInput, input[type=time].AnnualReviewDate, input[type=time].TimePickerControlInput, input[type=email].CalenderControlInput, input[type=email].AnnualReviewDate, input[type=email].TimePickerControlInput, input[type=text].CalenderControlInput, input[type=text].AnnualReviewDate, input[type=text].TimePickerControlInput, input[type=password].CalenderControlInput, input[type=password].AnnualReviewDate, input[type=password].TimePickerControlInput, select.CalenderControlInput, select.AnnualReviewDate, select.TimePickerControlInput, textarea.CalenderControlInput, textarea.AnnualReviewDate, textarea.TimePickerControlInput {
  max-width: 80px !important;
  display: inline-block !important;
}
input[type=number].autocomplete-inline-btn, input[type=date].autocomplete-inline-btn, input[type=time].autocomplete-inline-btn, input[type=email].autocomplete-inline-btn, input[type=text].autocomplete-inline-btn, input[type=password].autocomplete-inline-btn, select.autocomplete-inline-btn, textarea.autocomplete-inline-btn {
  display: inline !important;
}
@media (max-width: 500px) {
  input[type=number], input[type=date], input[type=time], input[type=email], input[type=text], input[type=password], select, textarea {
    height: calc(2.5em + 0.75rem + 2px) !important;
  }
}

textarea {
  height: 200px !important;
}

.incident .SortableListLink.Red a.SortableListALink {
  color: maroon;
  background: #ffcdcd;
}

.incident .SortableListLink.status-danger a.SortableListALink {
  color: maroon;
  background: #ffcdcd;
}

.incident .SortableListLink.Grey a.SortableListALink {
  color: #040505;
  background: #a2aab3;
}

.incident .SortableListLink.status-light a.SortableListALink {
  color: #040505;
  background: #a2aab3;
}

.incident .SortableListLink.LightAmber a.SortableListALink {
  color: #4d2e00;
  background: #ffd79a;
}

.incident .SortableListLink.status-warning a.SortableListALink {
  color: #4d2e00;
  background: #ffd79a;
}

.incident .SortableListLink.LightGreen a.SortableListALink {
  color: #0a3300;
  background: #99ff80;
}

.incident .SortableListLink.status-success a.SortableListALink {
  color: #0a3300;
  background: #99ff80;
}

.List.Sections li.Introduction a::before {
  content: "\e923";
}

.List.Sections li.Locations a::before {
  content: "\e92f";
}

.List.Sections li.PlanStandardSites a::before {
  content: "\e92f";
}

.List.Sections li.Responsibilities a::before {
  content: "\e94a";
}

.List.Sections li.InternalContacts a::before {
  content: "\e928";
}

.List.Sections li.ConferenceCalls a::before {
  content: "\e907";
}

.List.Sections li.CallOutContacts a::before {
  content: "\e928";
}

.List.Sections li.SupplierContacts a::before {
  content: "\e924";
}

.List.Sections li.ExternalContacts a::before {
  content: "\e928";
}

.List.Sections li.CMTMembers a::before {
  content: "\e94a";
}

.List.Sections li.PrimaryActivities a::before {
  content: "\e944";
}

.List.Sections li.Processes a::before {
  content: "\e937";
}

.List.Sections li.PlanSites a::before {
  content: "\e92f";
}

.List.Sections li.Documents a::before {
  content: "\e924";
}

.List.Sections li.PlanGlobalDocuments a::before {
  content: "\e924";
}

div.message-primary,
div.LoginMessage {
  color: #002752;
  border-style: solid;
  border-width: 1px;
  border-color: #002752;
  background: #9fcdff;
}

div.message-secondary {
  color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #cccc33;
  background: #ffff00;
}

div.message-success, div.Successful {
  color: #0a3300;
  border-style: solid;
  border-width: 1px;
  border-color: #0a3300;
  background: #99ff80;
}

div.message-danger,
div.ErrorContainer,
div.ErrorSummary,
div.ErrorBackground,
div.ImportWarning,
div.ImportInformation,
div.Error.PageMessage {
  color: maroon;
  border-style: solid;
  border-width: 1px;
  border-color: maroon;
  background: #ffcdcd;
}

div.ExpiredRow,
span.Expired,
div.ErroredListItemView {
  border-style: solid;
  border-width: 1px;
  border-color: maroon !important;
  background: #ffcdcd !important;
}

.Row.MissingQuestion {
  border-style: solid;
  border-width: 1px;
  border-color: maroon !important;
  background: #ffcdcd !important;
  padding: 10px;
}

.ExpiredItem, .ExpiredListItem {
  color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #cccc33 !important;
  background: #ffff00 !important;
}

div.message-warning {
  color: #4d2e00;
  border-style: solid;
  border-width: 1px;
  border-color: #4d2e00;
  background: #ffd79a;
}

div.message-info {
  color: #062c33;
  border-style: solid;
  border-width: 1px;
  border-color: #062c33;
  background: #93e4f2;
}

div.message-light {
  color: #3b3b3b;
  border-style: solid;
  border-width: 1px;
  border-color: #3b3b3b;
  background: #e0e0e0;
}

div.message-dark {
  color: #040505;
  border-style: solid;
  border-width: 1px;
  border-color: #040505;
  background: #a2aab3;
}

.hOne, #mobile-header {
  margin-bottom: 1rem;
}
.hOne .offcanvas-collapse, #mobile-header .offcanvas-collapse {
  background-color: rgba(64, 64, 64, 0.8);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100% !important;
  padding: 0;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 2;
}
.hOne .offcanvas-collapse.collapsing, .hOne .offcanvas-collapse.show, .hOne .offcanvas-collapse.in, #mobile-header .offcanvas-collapse.collapsing, #mobile-header .offcanvas-collapse.show, #mobile-header .offcanvas-collapse.in {
  height: 100% !important;
}
.hOne .offcanvas-collapse.show, .hOne .offcanvas-collapse.in, #mobile-header .offcanvas-collapse.show, #mobile-header .offcanvas-collapse.in {
  left: 0;
  display: flex !important;
  flex-basis: auto;
}
.hOne .offcanvas-collapse a, #mobile-header .offcanvas-collapse a {
  color: #FFFFFF;
  display: block;
  padding: 0.85rem !important;
  border-bottom: 1px solid #000;
}
.hOne .offcanvas-collapse a:focus, .hOne .offcanvas-collapse a:active, #mobile-header .offcanvas-collapse a:focus, #mobile-header .offcanvas-collapse a:active {
  background: #000;
  border-bottom: 1px solid #404040;
}
.hOne .offcanvas-collapse ul, #mobile-header .offcanvas-collapse ul {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  background-color: #404040;
  padding: 0 0 1rem 0 !important;
  height: 100%;
}
.hOne .offcanvas-collapse ul li, #mobile-header .offcanvas-collapse ul li {
  padding: 0;
  border-bottom: 1px solid rgba(192, 192, 192, 0.2);
}
.hOne .offcanvas-collapse ul li.LogoutButtonNew a::after, #mobile-header .offcanvas-collapse ul li.LogoutButtonNew a::after {
  content: "\e9b9";
  font-size: 20px;
  padding: 5px;
  margin-left: auto;
}
@media (max-height: 800px) {
  .hOne .offcanvas-collapse ul, #mobile-header .offcanvas-collapse ul {
    overflow: scroll;
  }
}
.hOne .offcanvas-collapse ul::after, #mobile-header .offcanvas-collapse ul::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  box-shadow: 0 0px 1.25rem 1px #000;
}
.hOne .offcanvas-collapse .navbar-nav, #mobile-header .offcanvas-collapse .navbar-nav {
  flex-direction: row !important;
}
.hOne .navbar-expand-md .navbar-toggler, #mobile-header .navbar-expand-md .navbar-toggler {
  position: absolute;
  top: auto;
  border: 0 !important;
  display: block;
  width: 58px;
  height: 58px;
  padding: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.hOne .navbar-expand-md .navbar-toggler[aria-expanded=true], #mobile-header .navbar-expand-md .navbar-toggler[aria-expanded=true] {
  position: fixed;
  right: 0.5rem;
}
.hOne .navbar-expand-md .navbar-toggler .navbar-toggler-icon, #mobile-header .navbar-expand-md .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}
.hOne .navbar-expand-md .navbar-toggler .navbar-toggler-icon::after, #mobile-header .navbar-expand-md .navbar-toggler .navbar-toggler-icon::after {
  content: "\e915";
  font-size: 30px;
  padding: 0;
}
.hOne .navbar-expand-md .navbar-toggler.collapsed .navbar-toggler-icon::after, #mobile-header .navbar-expand-md .navbar-toggler.collapsed .navbar-toggler-icon::after {
  content: "\e98c";
  font-size: 30px;
  padding: 0;
}
@media (max-width: 500px) {
  .hOne .navbar-expand-md .navbar-toggler, #mobile-header .navbar-expand-md .navbar-toggler {
    margin: 0;
  }
  .hOne .navbar-expand-md .navbar-toggler.collapsed, #mobile-header .navbar-expand-md .navbar-toggler.collapsed {
    left: 0.5rem;
    right: auto;
  }
}
.hOne .MainHOne, #mobile-header .MainHOne {
  flex: 0 0 calc(100% - 136px);
  max-width: calc(100% - 136px);
  padding-left: 68px;
}
.hOne .MainHOne h1, #mobile-header .MainHOne h1 {
  color: #FFFFFF;
}
@media (min-width: 501px) {
  .hOne .MainHOne, #mobile-header .MainHOne {
    align-self: center !important;
  }
}
@media (max-width: 500px) {
  .hOne .MainHOne, #mobile-header .MainHOne {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 68px;
  }
}
.hOne .BreadCrumbs, #mobile-header .BreadCrumbs {
  background: #FFFFFF;
  padding: 0.5rem 1rem;
}
.hOne .BreadCrumbs .Trail, #mobile-header .BreadCrumbs .Trail {
  color: #a0a0a0;
}
.hOne .BreadCrumbs .Trail .Link, #mobile-header .BreadCrumbs .Trail .Link {
  color: #404040 !important;
  text-decoration: underline;
}
.hOne #rightcolumn, #mobile-header #rightcolumn {
  flex: 0 0 116px;
  max-width: 116px;
}
.hOne #rightcolumn li.PreviousButton, .hOne #rightcolumn li.NextButton, #mobile-header #rightcolumn li.PreviousButton, #mobile-header #rightcolumn li.NextButton {
  flex: 0 0 50%;
  max-width: 50%;
}
.hOne #rightcolumn li.PreviousButton img, .hOne #rightcolumn li.NextButton img, #mobile-header #rightcolumn li.PreviousButton img, #mobile-header #rightcolumn li.NextButton img {
  width: 58px;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hOne #rightcolumn li.PreviousButton a, .hOne #rightcolumn li.NextButton a, #mobile-header #rightcolumn li.PreviousButton a, #mobile-header #rightcolumn li.NextButton a {
  padding: 0;
}
@media (min-width: 501px) {
  .hOne #rightcolumn, #mobile-header #rightcolumn {
    align-self: center;
    flex-direction: row !important;
  }
}
@media (max-width: 500px) {
  .hOne #rightcolumn, #mobile-header #rightcolumn {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hOne #rightcolumn.navbar-nav, #mobile-header #rightcolumn.navbar-nav {
    flex-direction: row;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
  }
  .hOne #rightcolumn li.PreviousButton, .hOne #rightcolumn li.NextButton, #mobile-header #rightcolumn li.PreviousButton, #mobile-header #rightcolumn li.NextButton {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    text-align: center;
  }
  .hOne #rightcolumn li.PreviousButton a, .hOne #rightcolumn li.NextButton a, #mobile-header #rightcolumn li.PreviousButton a, #mobile-header #rightcolumn li.NextButton a {
    display: block;
  }
}
.hOne .navbar, #mobile-header .navbar {
  padding: 0.5rem;
}
.hOne .navbar .container-fluid, #mobile-header .navbar .container-fluid {
  justify-content: flex-start !important;
  min-height: 58px;
}

.middlecontent div.ShowLetters {
  padding-left: 0px !important;
}
.middlecontent div.InternalContactsLinks {
  padding: 0px !important;
}

.row [class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container-fluid .middlecontentlogin, .container-fluid .container-fluid, .container-fluid .middlecontent {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (max-width: 500px) {
  .container-fluid .middlecontent {
    padding-bottom: 78px;
  }
}

.DeliveryMethod {
  margin-top: 1rem;
}

.Row {
  margin-bottom: 1rem;
}
.Row div.Label:first-child {
  padding-left: 0px !important;
}
.Row div.Control:first-child {
  padding-left: 0px !important;
}
.Row div.Control:nth-child(2) {
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .Row div.Label, .Row div.Control {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .Row .ui-datepicker-trigger {
    width: 40px;
    height: 40px;
  }
}
.Row .ClearBoth {
  display: none;
}
.Row .Row {
  margin-bottom: 0px;
}
.Row.FullWidth div.Label, .Row.FullWidth div.Control {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.FileUploader .FileUploader {
  margin-bottom: 1rem;
}

.ButtonPanel {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

div.SortableListLink {
  padding-left: 15px;
  padding-right: 15px;
}
div.SortableListLink .MobileViewerCheckBox {
  margin-top: 1rem;
  display: block;
}

.MemberPicker .MembersList ul.ClearViewCheckBoxList li {
  padding: 5px 0 !important;
}
.MemberPicker .MembersList ul.ClearViewCheckBoxList li input {
  display: block;
  float: right;
  margin: 15px;
}
.MemberPicker span.SelectAllMembers {
  display: inline-block;
  margin: 10px;
}
.MemberPicker .ControlPanel {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.MemberPicker input.Button.Add, .MemberPicker input.Button.Save, .MemberPicker input.Button.Back {
  width: 100% !important;
}
.MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Label {
  padding: 0 0 1rem 0 !important;
}
.MemberPicker .AdditionalMembersWrapper .ExistingMemberHeader {
  display: block;
  padding-bottom: 1rem;
  font-family: "Roboto Bold", sans-serif !important;
}
.MemberPicker .AdditionalMembers {
  background-color: #FFFFFF;
}
.MemberPicker .AdditionalMembers ul.AdditionalMemberList li {
  padding: 1rem !important;
}
@media (min-width: 768px) {
  .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Member {
    padding-left: 0 !important;
  }
}
.MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button {
  margin-bottom: 0 !important;
}
@media (min-width: 770px) {
  .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button {
    margin-left: auto !important;
  }
}
@media (max-width: 769px) {
  .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button {
    margin-top: 1rem !important;
    width: 100% !important;
  }
}
.MemberPicker .AdditionalMembers ul.AdditionalMemberList li:nth-child(odd) {
  background-color: lightgray;
}

table:not(.RadioButtonList) {
  margin-bottom: 2rem;
  width: 100%;
}
table:not(.RadioButtonList) table {
  width: 100%;
}
table:not(.RadioButtonList) td, table:not(.RadioButtonList) th {
  border-collapse: collapse;
  padding: 0.3rem !important;
  vertical-align: middle !important;
}
table:not(.RadioButtonList) td {
  border-top: 0px !important;
  border-bottom: 1px solid lightgray;
}
table:not(.RadioButtonList) tr:last-child td {
  border-bottom: 0px !important;
}
table:not(.RadioButtonList) th {
  border-top: 0px !important;
  border-bottom: 2px solid lightgray;
}
table:not(.RadioButtonList) th img {
  margin-left: 0.5rem;
}
table:not(.RadioButtonList) .Row {
  margin: 0px;
}
table:not(.RadioButtonList) .Row .Control {
  padding: 0px;
}

table.RadioButtonList td {
  border-collapse: collapse;
  padding: 0.3rem !important;
  vertical-align: middle !important;
}
table.RadioButtonList td label {
  margin-right: 10px !important;
}

.GridView .GridView table, .GridView .AspNet-GridView table {
  margin-bottom: 0;
}
.GridView .GridView .GridView, .GridView .AspNet-GridView .GridView {
  padding: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

@media (min-width: 1px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.666667%;
  }
}
.ui-widget-content.ui-datepicker {
  color: #404040;
  position: absolute;
  max-height: 180px;
  background: #FFFFFF;
  width: 75%;
  max-width: 360px;
  padding: 0.2em 0.2em 0;
  max-height: 355px;
  overflow: visible;
  margin: 0px 15px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background-color: #444;
  border-color: #ccc;
}
.ui-widget-content.ui-datepicker .ui-datepicker-header a {
  position: absolute;
}
.ui-widget-content.ui-datepicker .ui-datepicker-header a::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  content: "\e98e";
  font-size: 30px;
  padding: 0.8rem 5px 0 5px;
  margin-right: 0.5rem;
  color: #FFFFFF;
}
.ui-widget-content.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  transform: rotate(90deg);
  left: -7px;
  top: 12px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  transform: rotate(-90deg);
  right: -3px;
  top: 3px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-prev-hover, .ui-widget-content.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-prev span, .ui-widget-content.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
}
.ui-widget-content.ui-datepicker .ui-datepicker-title select {
  flex: 0 0 47%;
  max-width: 47%;
  font-size: 1em;
  margin: 1px 1%;
}
.ui-widget-content.ui-datepicker table th {
  padding: 0.7em 0.3em;
  font-family: "Roboto Bold", sans-serif !important;
}
.ui-widget-content.ui-datepicker table td {
  padding: 1px;
}
.ui-widget-content.ui-datepicker table td span, .ui-widget-content.ui-datepicker table td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  border: 1px solid lightgray;
  transition: border-color 0.5s ease-in-out;
}
.ui-widget-content.ui-datepicker table td span.ui-state-hover, .ui-widget-content.ui-datepicker table td span:hover, .ui-widget-content.ui-datepicker table td a.ui-state-hover, .ui-widget-content.ui-datepicker table td a:hover {
  border-color: #6d6d6d;
}
.ui-widget-content.ui-datepicker table td span.ui-state-highlight, .ui-widget-content.ui-datepicker table td a.ui-state-highlight {
  border-color: #fcefa1;
  background: #fbf9ee;
}
.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-widget-content.ui-datepicker.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-widget-content.ui-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget-content.ui-autocomplete {
  position: absolute;
  z-index: 9999 !important;
  width: 100% !important;
  cursor: default;
  background: #FFFFFF;
}
.ui-widget-content.ui-autocomplete .ui-state-hover a, .ui-widget-content.ui-autocomplete .ui-state-hover a:hover {
  color: #404040;
  text-decoration: none;
  outline: none;
}
.ui-widget-content.ui-autocomplete li.ui-menu-item {
  width: 100%;
  word-wrap: break-word;
}
.ui-widget-content.ui-autocomplete li.ui-menu-item:nth-child(odd) {
  background: #acacac;
}
.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
  background: #FFFFFF;
}

h4 a, h2 a {
  display: block;
}
h4 a::before, h2 a::before {
  content: "\e924";
  font-size: 30px;
  padding: 5px;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

ul#Plans li {
  position: relative;
}
ul#Plans li h2 {
  padding: 0;
}
ul#Plans li h2 a {
  padding: 0.5rem 50px;
  flex: 0 0 100%;
  max-width: 100%;
}
ul#Plans li h2 a::after {
  content: "\e9a4";
  font-size: 30px;
  padding: 5px;
  position: absolute;
  right: 0.3rem;
}
ul#Plans li h2 a[aria-expanded=true] {
  background-color: #6d6d6d;
  color: #FFFFFF !important;
}
ul#Plans li h2 a[aria-expanded=true]::after {
  content: "\e9a8";
  font-size: 30px;
  padding: 5px;
}
ul.List li, ul.SortableList li {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #acacac;
  box-shadow: 0px 0px 5px rgba(64, 64, 64, 0.4);
}
ul.List li div.ClearBoth, ul.SortableList li div.ClearBoth {
  display: none;
}
ul.List li.AddNew, ul.SortableList li.AddNew {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.85rem 0 !important;
  background-color: transparent !important;
  margin-top: 1rem !important;
}
ul.List li.SortableListLink a, ul.SortableList li.SortableListLink a {
  flex: 0 0 calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  padding: 0.85rem;
  position: relative;
}
ul.List li.SortableListLink a span, ul.SortableList li.SortableListLink a span {
  display: block;
  padding-right: 2rem;
}
ul.List li.SortableListLink a::after, ul.SortableList li.SortableListLink a::after {
  content: "\e93a";
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 0 !important;
  margin: auto !important;
  height: 30px;
  width: 50px;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 800px) {
  ul.List li.SortableListLink a::after, ul.SortableList li.SortableListLink a::after {
    right: 0.5rem;
    width: 1.5rem;
  }
}
@media (max-width: 800px) {
  ul.List li.SortableListLink a, ul.SortableList li.SortableListLink a {
    flex: 0 0 calc(100% - 4rem);
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 500px) {
  ul.List li.SortableListLink a, ul.SortableList li.SortableListLink a {
    flex: 0 0 calc(100% - 6rem);
    max-width: calc(100% - 6rem);
  }
}
ul.List li.SortableListLink a:hover::after, ul.List li.SortableListLink a:active::after, ul.List li.SortableListLink a:focus::after, ul.SortableList li.SortableListLink a:hover::after, ul.SortableList li.SortableListLink a:active::after, ul.SortableList li.SortableListLink a:focus::after {
  right: 0.5rem;
}
ul.List li.SortableListLink .SortableListButtons, ul.SortableList li.SortableListLink .SortableListButtons {
  flex: 0 0 3rem;
  max-width: 3rem;
}
ul.List li.SortableListLink .SortableListButtons a, ul.SortableList li.SortableListLink .SortableListButtons a {
  flex: 0 0 50%;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
ul.List li.SortableListLink .SortableListButtons a.ListButtonsUp::before, ul.List li.SortableListLink .SortableListButtons a.ListButtonsDown::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsUp::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsDown::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-indent: 0;
  font-size: 15px !important;
  margin: auto !important;
  padding: 0px !important;
  width: 15px;
  height: 15px;
}
@media (max-width: 800px) {
  ul.List li.SortableListLink .SortableListButtons a.ListButtonsUp::before, ul.List li.SortableListLink .SortableListButtons a.ListButtonsDown::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsUp::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsDown::before {
    font-size: 30px !important;
    width: 30px;
    height: 30px;
  }
}
ul.List li.SortableListLink .SortableListButtons a.ListButtonsUp::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsUp::before {
  content: "\e990";
  font-size: 30px;
  padding: 0.8rem 5px 0 5px;
  margin-right: 0.5rem;
}
ul.List li.SortableListLink .SortableListButtons a.ListButtonsDown::before, ul.SortableList li.SortableListLink .SortableListButtons a.ListButtonsDown::before {
  content: "\e98e";
  font-size: 30px;
  padding: 0.8rem 5px 0 5px;
  margin-right: 0.5rem;
}
ul.List li.SortableListLink .SortableListButtons a::after, ul.SortableList li.SortableListLink .SortableListButtons a::after {
  display: none;
}
@media (max-width: 800px) {
  ul.List li.SortableListLink .SortableListButtons, ul.SortableList li.SortableListLink .SortableListButtons {
    flex: 0 0 4rem;
    max-width: 4rem;
  }
}
@media (max-width: 500px) {
  ul.List li.SortableListLink .SortableListButtons, ul.SortableList li.SortableListLink .SortableListButtons {
    flex: 0 0 6rem;
    max-width: 6rem;
  }
}
ul.MyIncidents a, ul.MyPlans a, ul.MySingleEntities a, ul.Sections a {
  display: block;
  padding-left: 15px !important;
  padding-right: 50px !important;
  border-left: 50px solid #6d6d6d;
}
ul.MyIncidents a::before, ul.MyPlans a::before, ul.MySingleEntities a::before, ul.Sections a::before {
  content: "\e924";
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: auto;
  padding: 0 !important;
  margin: auto !important;
  height: 30px;
  width: 50px;
  color: #FFFFFF;
}
ul.MyIncidents a::after, ul.MyPlans a::after, ul.MySingleEntities a::after, ul.Sections a::after {
  content: "\e93a";
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 0 !important;
  margin: auto !important;
  height: 30px;
  width: 50px;
}
ul.MyIncidents a::before {
  content: "\e93e";
  font-size: 30px;
  padding: 0.8rem 5px 0 5px;
  margin-right: 0.5rem;
}
ul.MyPlans a::before, ul.MySingleEntities a::before {
  content: "\e942";
  font-size: 30px;
  padding: 0.8rem 5px 0 5px;
  margin-right: 0.5rem;
}
ul li {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
ul li a:not([name]) {
  display: inline-block;
  padding: 0.85rem;
}
ul.ClearViewCheckBoxList li, ul.RecipientsList li {
  padding-right: 15px !important;
}
@media (max-width: 500px) {
  ul.ClearViewCheckBoxList li, ul.RecipientsList li {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  ul.ClearViewCheckBoxList li input, ul.RecipientsList li input {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  ul.ClearViewCheckBoxList li label, ul.RecipientsList li label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ClearViewCheckBoxList li label input, ul.RecipientsList li label input {
    margin-right: 0;
    margin-left: 1rem;
  }
}

ul.ContactLinks li a {
  display: block;
}
@media (max-height: 1030px) {
  ul.ContactLinks {
    position: absolute;
    top: 0;
    right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 80vh;
    scrollbar-color: #404040 #acacac;
    scrollbar-width: thin;
    scrollbar-face-color: #404040;
    scrollbar-track-color: #acacac;
  }
  ul.ContactLinks::-webkit-scrollbar {
    width: 0.2em;
  }
  ul.ContactLinks::-webkit-scrollbar-track {
    background-color: #acacac;
  }
  ul.ContactLinks::-webkit-scrollbar-thumb {
    background-color: #404040;
  }
}

@media (max-width: 600px) {
  .InternalContacts ul.List li {
    word-break: break-all;
    word-wrap: break-word;
    flex-wrap: wrap;
  }
}

.DetailsList {
  margin-bottom: 0.15rem;
  border: 1px solid #c6c6c6;
  padding: 0.5rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(64, 64, 64, 0.2);
}
.DetailsList .DetailsLinkProcesses {
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
.DetailsList .DetailsInfo {
  padding-bottom: 0.5rem;
}
.DetailsList .DetailsInfo a {
  padding-top: 1.25rem;
}
.DetailsList .DetailsInfo a::after {
  margin-left: auto;
}
@media (max-width: 500px) {
  .DetailsList .DetailsInfo a {
    flex-wrap: nowrap !important;
  }
}
.DetailsList .DetailsInfo a[href^="tel:"]::after {
  content: "\e926";
  font-size: 20px;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #404040;
  color: #FFFFFF;
  height: 38px;
}
.DetailsList .DetailsInfo a[href^="mailto:"]::after {
  content: "\e92c";
  font-size: 20px;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #404040;
  color: #FFFFFF;
  height: 38px;
}

.notify div.SortableListLink {
  padding: 0.85rem 0px;
}
@media (max-width: 500px) {
  .notify div.SortableListLink input {
    width: 2rem;
    height: 2rem;
  }
}
.notify ul.RecipientsList li, .notify ul.SMSRecipientsList li {
  padding: 0.85rem 0px !important;
}
.notify ul.RecipientsList li label div.clear, .notify ul.SMSRecipientsList li label div.clear {
  display: none;
}
@media (max-width: 500px) {
  .notify ul.RecipientsList li label input, .notify ul.SMSRecipientsList li label input {
    width: 2rem;
    height: 2rem;
  }
}

/* Scss Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: left;
  background-color: #ececec;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto,
.MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .Row div.Control, .col-md-7, .col-md-6, .col-md-5, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Member, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Role, .col-md-4, .Row div.Label, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto,
ul li, .col-12, .MemberPicker .MembersList .Control, .MemberPicker .MembersList ul.ClearViewCheckBoxList li, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Label, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .ReadOnlyControl, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .ReadOnlyControl, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li, .col-11, .col-10, .middlecontent #ctl00_main_divItems.ShowLetters, .middlecontent div.ShowLetters, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .middlecontent div.InternalContactsLinks, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2, .middlecontent div.InternalContactsLinks {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .middlecontent #ctl00_main_divItems.ShowLetters, .middlecontent div.ShowLetters {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .MemberPicker .MembersList .Control, .MemberPicker .MembersList ul.ClearViewCheckBoxList li, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Label, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityRoles .ReadOnlyControl, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .Control, .MemberPicker .AdditionalMembersWrapper .ResponsilibilityPerson .ReadOnlyControl, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div input.Button {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .Row div.Label {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Member, .MemberPicker .AdditionalMembers ul.AdditionalMemberList li div span.Role {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8, .Row div.Control {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, table:not(.RadioButtonList), .ui-widget-content.ui-datepicker table {
  width: 100%;
  margin-bottom: 1rem;
  color: #404040;
}
.table th, table:not(.RadioButtonList) th, .ui-widget-content.ui-datepicker table th,
.table td,
table:not(.RadioButtonList) td,
.ui-widget-content.ui-datepicker table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, table:not(.RadioButtonList) thead th, .ui-widget-content.ui-datepicker table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, table:not(.RadioButtonList) tbody + tbody, .ui-widget-content.ui-datepicker table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th, .ui-widget-content.ui-datepicker table th,
.table-sm td,
.ui-widget-content.ui-datepicker table td {
  padding: 0.3rem;
}

.table-bordered, .ui-widget-content.ui-datepicker table {
  border: 1px solid #dee2e6;
}
.table-bordered th, .ui-widget-content.ui-datepicker table th,
.table-bordered td,
.ui-widget-content.ui-datepicker table td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .ui-widget-content.ui-datepicker table thead th,
.table-bordered thead td,
.ui-widget-content.ui-datepicker table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #404040;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cadd;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a9cc0;
}

.table-hover .table-primary:hover {
  background-color: #a7bdd5;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7bdd5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffffb8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffff7a;
}

.table-hover .table-secondary:hover {
  background-color: #ffff9f;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ffff9f;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bdd4b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #85af7a;
}

.table-hover .table-success:hover {
  background-color: #aecaa8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aecaa8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bbcfd2;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #81a6ac;
}

.table-hover .table-info:hover {
  background-color: #acc4c8;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #acc4c8;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #dbcdb8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #bda27a;
}

.table-hover .table-warning:hover {
  background-color: #d2c1a7;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #d2c1a7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eab8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d77a7a;
}

.table-hover .table-danger:hover {
  background-color: #e4a4a4;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e4a4a4;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #cfcfcf;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #a6a6a6;
}

.table-hover .table-light:hover {
  background-color: #c2c2c2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #c2c2c2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfc0c1;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #888a8c;
}

.table-hover .table-dark:hover {
  background-color: #b2b3b4;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b2b3b4;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table:not(.RadioButtonList) .thead-dark th, .ui-widget-content.ui-datepicker table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, table:not(.RadioButtonList) .thead-light th, .ui-widget-content.ui-datepicker table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .ui-widget-content.ui-datepicker table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .ui-widget-content.ui-datepicker .table-responsive-sm > table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered, .ui-widget-content.ui-datepicker .table-responsive-md > table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .ui-widget-content.ui-datepicker .table-responsive-lg > table {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered, .ui-widget-content.ui-datepicker .table-responsive-xl > table {
    border: 0;
  }
}
.table-responsive, div.whiteboard, .GridView, .AspNet-GridView {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, div.whiteboard > .table-bordered, .GridView > .table-bordered, .AspNet-GridView > .table-bordered, .ui-widget-content.ui-datepicker .table-responsive > table, .ui-widget-content.ui-datepicker div.whiteboard > table, .ui-widget-content.ui-datepicker .GridView > table, .ui-widget-content.ui-datepicker .AspNet-GridView > table {
  border: 0;
}

.form-control, input[type=number], input[type=date], input[type=time], input[type=email], input[type=text], input[type=password], select, textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input[type=number], input[type=date], input[type=time], input[type=email], input[type=text], input[type=password], select, textarea {
    transition: none;
  }
}
.form-control::-ms-expand, input[type=number]::-ms-expand, input[type=date]::-ms-expand, input[type=time]::-ms-expand, input[type=email]::-ms-expand, input[type=text]::-ms-expand, input[type=password]::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, input[type=number]:focus, input[type=date]:focus, input[type=time]:focus, input[type=email]:focus, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #067eff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 133, 0.25);
}
.form-control::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, input[type=number]::placeholder, input[type=date]::placeholder, input[type=time]::placeholder, input[type=email]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, select::placeholder, textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input[type=number]:disabled, input[type=date]:disabled, input[type=time]:disabled, input[type=email]:disabled, input[type=text]:disabled, input[type=password]:disabled, select:disabled, textarea:disabled, .form-control[readonly], input[readonly][type=number], input[readonly][type=date], input[readonly][type=time], input[readonly][type=email], input[readonly][type=text], input[readonly][type=password], select[readonly], textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #404040;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select[size], select.form-control[multiple], select[multiple] {
  height: auto;
}

textarea.form-control, textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #146600;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(20, 102, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated input[type=number]:valid, .was-validated input[type=date]:valid, .was-validated input[type=time]:valid, .was-validated input[type=email]:valid, .was-validated input[type=text]:valid, .was-validated input[type=password]:valid, .was-validated select:valid, .was-validated textarea:valid, .form-control.is-valid, input.is-valid[type=number], input.is-valid[type=date], input.is-valid[type=time], input.is-valid[type=email], input.is-valid[type=text], input.is-valid[type=password], select.is-valid, textarea.is-valid {
  border-color: #146600;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23146600' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated input[type=number]:valid:focus, .was-validated input[type=date]:valid:focus, .was-validated input[type=time]:valid:focus, .was-validated input[type=email]:valid:focus, .was-validated input[type=text]:valid:focus, .was-validated input[type=password]:valid:focus, .was-validated select:valid:focus, .was-validated textarea:valid:focus, .form-control.is-valid:focus, input.is-valid[type=number]:focus, input.is-valid[type=date]:focus, input.is-valid[type=time]:focus, input.is-valid[type=email]:focus, input.is-valid[type=text]:focus, input.is-valid[type=password]:focus, select.is-valid:focus, textarea.is-valid:focus {
  border-color: #146600;
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated input[type=number]:valid ~ .valid-feedback, .was-validated input[type=date]:valid ~ .valid-feedback, .was-validated input[type=time]:valid ~ .valid-feedback, .was-validated input[type=email]:valid ~ .valid-feedback, .was-validated input[type=text]:valid ~ .valid-feedback, .was-validated input[type=password]:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated input[type=number]:valid ~ .valid-tooltip,
.was-validated input[type=date]:valid ~ .valid-tooltip,
.was-validated input[type=time]:valid ~ .valid-tooltip,
.was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated input[type=password]:valid ~ .valid-tooltip,
.was-validated select:valid ~ .valid-tooltip,
.was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[type=number] ~ .valid-feedback, input.is-valid[type=date] ~ .valid-feedback, input.is-valid[type=time] ~ .valid-feedback, input.is-valid[type=email] ~ .valid-feedback, input.is-valid[type=text] ~ .valid-feedback, input.is-valid[type=password] ~ .valid-feedback, select.is-valid ~ .valid-feedback, textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
input.is-valid[type=number] ~ .valid-tooltip,
input.is-valid[type=date] ~ .valid-tooltip,
input.is-valid[type=time] ~ .valid-tooltip,
input.is-valid[type=email] ~ .valid-tooltip,
input.is-valid[type=text] ~ .valid-tooltip,
input.is-valid[type=password] ~ .valid-tooltip,
select.is-valid ~ .valid-tooltip,
textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #146600;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23146600' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #146600;
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #146600;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #146600;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #146600;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1e9900;
  background-color: #1e9900;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #146600;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #146600;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #146600;
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #B30000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(179, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated input[type=number]:invalid, .was-validated input[type=date]:invalid, .was-validated input[type=time]:invalid, .was-validated input[type=email]:invalid, .was-validated input[type=text]:invalid, .was-validated input[type=password]:invalid, .was-validated select:invalid, .was-validated textarea:invalid, .form-control.is-invalid, input.is-invalid[type=number], input.is-invalid[type=date], input.is-invalid[type=time], input.is-invalid[type=email], input.is-invalid[type=text], input.is-invalid[type=password], select.is-invalid, textarea.is-invalid {
  border-color: #B30000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B30000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B30000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated input[type=number]:invalid:focus, .was-validated input[type=date]:invalid:focus, .was-validated input[type=time]:invalid:focus, .was-validated input[type=email]:invalid:focus, .was-validated input[type=text]:invalid:focus, .was-validated input[type=password]:invalid:focus, .was-validated select:invalid:focus, .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, input.is-invalid[type=number]:focus, input.is-invalid[type=date]:focus, input.is-invalid[type=time]:focus, input.is-invalid[type=email]:focus, input.is-invalid[type=text]:focus, input.is-invalid[type=password]:focus, select.is-invalid:focus, textarea.is-invalid:focus {
  border-color: #B30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input[type=number]:invalid ~ .invalid-feedback, .was-validated input[type=date]:invalid ~ .invalid-feedback, .was-validated input[type=time]:invalid ~ .invalid-feedback, .was-validated input[type=email]:invalid ~ .invalid-feedback, .was-validated input[type=text]:invalid ~ .invalid-feedback, .was-validated input[type=password]:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated input[type=number]:invalid ~ .invalid-tooltip,
.was-validated input[type=date]:invalid ~ .invalid-tooltip,
.was-validated input[type=time]:invalid ~ .invalid-tooltip,
.was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated input[type=password]:invalid ~ .invalid-tooltip,
.was-validated select:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[type=number] ~ .invalid-feedback, input.is-invalid[type=date] ~ .invalid-feedback, input.is-invalid[type=time] ~ .invalid-feedback, input.is-invalid[type=email] ~ .invalid-feedback, input.is-invalid[type=text] ~ .invalid-feedback, input.is-invalid[type=password] ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
input.is-invalid[type=number] ~ .invalid-tooltip,
input.is-invalid[type=date] ~ .invalid-tooltip,
input.is-invalid[type=time] ~ .invalid-tooltip,
input.is-invalid[type=email] ~ .invalid-tooltip,
input.is-invalid[type=text] ~ .invalid-tooltip,
input.is-invalid[type=password] ~ .invalid-tooltip,
select.is-invalid ~ .invalid-tooltip,
textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #B30000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B30000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B30000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #B30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #B30000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #B30000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #B30000;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e60000;
  background-color: #e60000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B30000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #B30000;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #B30000;
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline input[type=number], .form-inline input[type=date], .form-inline input[type=time], .form-inline input[type=email], .form-inline input[type=text], .form-inline input[type=password], .form-inline select, .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #404040;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 133, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #002e5f;
  border-color: #002752;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 151, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #002752;
  border-color: #002145;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 151, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: #bfbf00;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #146600;
  border-color: #146600;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #0d4000;
  border-color: #0a3300;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 38, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #146600;
  border-color: #146600;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0a3300;
  border-color: #082600;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 38, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #08363e;
  border-color: #062c33;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 110, 120, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #062c33;
  border-color: #052227;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 110, 120, 0.5);
}

.btn-warning {
  color: #FFFFFF;
  background-color: #804D00;
  border-color: #804D00;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #5a3600;
  border-color: #4d2e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 104, 38, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFFFFF;
  background-color: #804D00;
  border-color: #804D00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4d2e00;
  border-color: #402700;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 104, 38, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #B30000;
  border-color: #B30000;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #8d0000;
  border-color: maroon;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #B30000;
  border-color: #B30000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: maroon;
  border-color: #730000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 38, 38, 0.5);
}

.btn-light {
  color: #FFFFFF;
  background-color: #545454;
  border-color: #545454;
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: #414141;
  border-color: #3b3b3b;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #FFFFFF;
  background-color: #545454;
  border-color: #545454;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3b3b3b;
  border-color: #343434;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #0a0b0c;
  border-color: #040505;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 66, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #040505;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 66, 0.5);
}

.btn-outline-primary {
  color: #004085;
  border-color: #004085;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 133, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004085;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 133, 0.5);
}

.btn-outline-secondary {
  color: #ffff00;
  border-color: #ffff00;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ffff00;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.btn-outline-success {
  color: #146600;
  border-color: #146600;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #146600;
  border-color: #146600;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #146600;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #146600;
  border-color: #146600;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 102, 0, 0.5);
}

.btn-outline-info {
  color: #0c5460;
  border-color: #0c5460;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 84, 96, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0c5460;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 84, 96, 0.5);
}

.btn-outline-warning {
  color: #804D00;
  border-color: #804D00;
}
.btn-outline-warning:hover {
  color: #FFFFFF;
  background-color: #804D00;
  border-color: #804D00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 77, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #804D00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #804D00;
  border-color: #804D00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 77, 0, 0.5);
}

.btn-outline-danger {
  color: #B30000;
  border-color: #B30000;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #B30000;
  border-color: #B30000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #B30000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #B30000;
  border-color: #B30000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 0, 0, 0.5);
}

.btn-outline-light {
  color: #545454;
  border-color: #545454;
}
.btn-outline-light:hover {
  color: #FFFFFF;
  background-color: #545454;
  border-color: #545454;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #545454;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545454;
  border-color: #545454;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
}

.btn-outline-dark {
  color: #1b1e21;
  border-color: #1b1e21;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 30, 33, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1b1e21;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 30, 33, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #404040;
  text-decoration: none;
}
.btn-link:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #404040;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #004085;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ececec;
  border-color: #dee2e6 #dee2e6 #ececec;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #004085;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004085 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #002752 !important;
}

.bg-secondary {
  background-color: #ffff00 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cccc00 !important;
}

.bg-success {
  background-color: #146600 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0a3300 !important;
}

.bg-info {
  background-color: #0c5460 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #062c33 !important;
}

.bg-warning {
  background-color: #804D00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #4d2e00 !important;
}

.bg-danger {
  background-color: #B30000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: maroon !important;
}

.bg-light {
  background-color: #545454 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #3b3b3b !important;
}

.bg-dark {
  background-color: #1b1e21 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #040505 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #004085 !important;
}

.border-secondary {
  border-color: #ffff00 !important;
}

.border-success {
  border-color: #146600 !important;
}

.border-info {
  border-color: #0c5460 !important;
}

.border-warning {
  border-color: #804D00 !important;
}

.border-danger {
  border-color: #B30000 !important;
}

.border-light {
  border-color: #545454 !important;
}

.border-dark {
  border-color: #1b1e21 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse, .notify div.SortableListLink {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap, h4, h2 {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .DetailsList .DetailsInfo a.btn {
  justify-content: center !important;
}

.justify-content-between, .notify div.SortableListLink, .notify ul.RecipientsList li label, .notify ul.SMSRecipientsList li label {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, .hOne .container-fluid, #mobile-header .container-fluid, .hOne .navbar-collapse, #mobile-header .navbar-collapse {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .hOne #rightcolumn, #mobile-header #rightcolumn {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start, .hOne .offcanvas-collapse ul, #mobile-header .offcanvas-collapse ul {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left, .hOne .offcanvas-collapse ul li, #mobile-header .offcanvas-collapse ul li {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, button, input[type=button], input[type=submit], input[type=reset],
button.btn, button.btn-default, a.btn, a.Button, input.Cancel, .btn.Cancel, div.message-primary,
div.LoginMessage, div.message-secondary, div.message-success, div.Successful, div.message-danger,
div.ErrorContainer,
div.ErrorSummary,
div.ErrorBackground,
div.ImportWarning,
div.ImportInformation,
div.Error.PageMessage, div.message-warning, div.message-info, div.message-light, div.message-dark, .middlecontent div.Center, .ui-widget-content.ui-datepicker .ui-datepicker-title, .ui-widget-content.ui-datepicker table th, ul.List li.SortableListLink a::after, ul.SortableList li.SortableListLink a::after, ul.MyIncidents a::before, ul.MyPlans a::before, ul.MySingleEntities a::before, ul.Sections a::before, ul.MyIncidents a::after, ul.MyPlans a::after, ul.MySingleEntities a::after, ul.Sections a::after, ul.ContactLinks li {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #004085 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #001b39 !important;
}

.text-secondary {
  color: #ffff00 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b3b300 !important;
}

.text-success {
  color: #146600 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #051a00 !important;
}

.text-info {
  color: #0c5460 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #04191c !important;
}

.text-warning {
  color: #804D00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #341f00 !important;
}

.text-danger {
  color: #B30000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #670000 !important;
}

.text-light {
  color: #545454 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #2e2e2e !important;
}

.text-dark {
  color: #1b1e21 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #404040 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}/*# sourceMappingURL=Theme.css.map */