﻿/* #region global defintions */
:root {
  --bs-cyan: #00a3fa;
  --bs-info: #00a3fa;
  --bs-purple: #59339e;
  --bs-pink: #ff0064;
  --bs-gray-100: #f5f5f5;
  --bs-font-sans-serif: Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: Consolas, SFMono-Regular, Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-size: 12px;
  --bs-body-color: #212529;
  --bs-body-line-height: 1.42857143;
  --rg-header-th-padding-top: 8px;
  --rg-header-th-padding-bottom: 7px;
  --border-gray: #dedede;
  --alert-light-color: #636464;
  --alert-light-bg: #fefefe;
  --alert-light-border: #fbfbfb;
  --alert-light-link: #4f5050;
  --alert-info-bg: #cff4fc;
  --alert-info-border: #b6effb;
  --alert-info-color: #212529;
  --alert-info-subtle-bg: #f5f5f5;
  --alert-info-subtle-border: #dedede;
  --alert-info-subtle-color: #212529;
  --alert-info-subtle-link: #1461a3;
  --font-icons: WebComponentsIcons;
  --bs-navy: #3A538A;
}

body {
  overflow-x: hidden;
}

/* #end region */

/* #region utility classes */

select[disabled], select:disabled,
.rgCommandRow .rbButton[disabled], .rgCommandRow button:disabled {
  background: #f5f5f5;
  color: #858585;
  pointer-events: none;
}

td.grid-action-btn[disabled] {
  background: rgba(255,255,255,.3);
}

td.grid-action-btn[disabled] {
  cursor: not-allowed;
}

.grid-action-btn[disabled] > input,
.grid-action-btn:disabled > input {
  pointer-events: none;
  opacity: .7;
  filter: saturate(.5);
}

.rgCommandRow .rbButton[disabled], .rgCommandRow button:disabled {
  color: #858585 !important;
}

.rgPager .RadComboBox[disabled] *,
.rgPager .RadComboBox:disabled *,
.rgPager a:disabled, .rgPager a[disabled],
.rgPager button:disabled {
  filter: saturate(.5);
  pointer-events: none;
  mix-blend-mode: darken;
}

.text-purple {
  color: var(--bs-purple) !important;
}

.text-navy {
  color: var(--bs-navy) !important;
}

.lead {
  font-size: 16px;
  line-height: 1.42857;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 3px solid #0000;
  border-radius: 0.25rem;
}

.alert-light {
  color: var(--alert-light-color);
  background: var(--alert-light-bg);
  border: 1px solid var(--alert-light-border);
}

.alert-light a {
  color: var(--alert-light-link);
  font-weight: bold;
}

.alert-info {
  color: var(--alert-info-color);
  background: var(--alert-info-bg);
  border: 1px solid var(--alert-info-border);
}

.alert-info a {
  color: var(--alert-info-link);
  font-weight: bold;
}

.alert-info-subtle {
  color: var(--alert-info-subtle-color);
  background: var(--alert-info-subtle-bg);
  border: 1px solid var(--alert-info-subtle-border);
}

.alert-info-subtle a {
  color: var(--alert-info-subtle-link);
  font-weight: bold;
}

.alert-info-subtle:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='50%' cy='50%' r='2' fill='%230094e6'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  display: block;
}

.alert-white.info {
  background: var(--alert-light-border);
  border: 1px solid var(--bs-cyan);
}

.row {
  display: flex !important;
  padding: 5px 0;
  align-items: center;
  width: 100%;
}

.truncated {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

h1 {
  color: #003366;
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  width: 549px;
}

h2 {
  text-align: center;
  font-weight: bold;
}
/* #endregion */

/* #region message*/
#lblMessage {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.FieldHeading > .message {
  padding: 15px;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  max-width: 900px;
  text-align: center;
  margin: 0px auto 5px auto;
  line-height: 1.4;
}

.message.exception-message > .message-text {
  display: block;
  margin-top: 5px;
  color: var(--bs-danger);
  font-family: monospace;
}

.message > .message-heading {
  font-size: 13px;
}

.message.exception-message {
  border-color: var(--bs-danger);
  background: #faf9f9;
}

.message.info-message {
  background: #ffffff;
  border-color: #ffffff;
  padding: 7.5px 15px;
}

.MessageTitle {
  font-weight: bold;
  color: var(--bs-pink);
}

#subMessage {
  display: block;
  padding-top: 5px;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* #endregion*/


/* #region buttons */
.RadGrid .btnToggleAll > .t-font-icon:before {
  font-size: 12px;
  margin-top: 2px !important;
}

.RadButton_OsBlue.rbButton.rbPrimaryButton:hover,
.RadButton_OsBlue.rbButton.rbPrimaryButton.rbHovered {
  border-color: #0095e6;
}

input.btn {
  background-position: bottom;
  border: 1px solid;
  border-radius: 3px;
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}

.form-group {
  display: flex;
  justify-content: start;
  align-items: center;
}

.form-group label {
  margin-right: 5px;
  padding-right: 5px;
  display: block;
}

input.btn:focus {
  outline: none;
}

input.btn.light {
  background: #ffffff;
  border-color: #e6e5e5;
  color: #242a38;
}

.btn.light {
  padding: 3px .5rem !important;
}

.btn.light {
  width: calc(100% - 1rem);
  margin: auto;
  text-align: center;
}

small.btn.light {
  width: auto;
  border: 1px solid #e6e5e5;
  border-radius: .25rem;
}

small.btn.light a {
  text-decoration: none;
  cursor: pointer;
  color: #242a38;
}

.btn.light:hover {
  background: #e6e5e5;
  border-color: #adadad;
}

.btn.light:active,
.btn.light:focus,
.btn.light:hover:active {
  border-color: #242a38;
  box-shadow: 1px 0 2px 2px rgba(0, 0, 0, 0.125) inset;
}

.btn.light[disabled],
.btn.light[disabled]:hover,
.btn.light[disabled]:active,
.btn.light[disabled]:focus {
  background: #faf9fb;
  border-color: #faf9fb;
  color: #7382a5;
  cursor: context-menu;
  box-shadow: none;
}
/* #endregion */

/* #region radgrid */
.rgEditForm {
  background: white;
}

.RadGrid .rgEditRow,
.RadGrid .rgFooter, .RadGrid .rgGroupHeader {
  height: calc(1.42857143em + var( --bs-body-font-size));
}

.RadGrid .rgDataDiv tbody .rgRow,
.RadGrid .rgDataDiv tbody .rgAltRow,
.RadGrid .rgDataDiv tbody .rgEditRow,
.RadGrid .rgDataDiv tbody .rgRow > td,
.RadGrid .rgDataDiv tbody .rgAltRow > td {
  height: 37px !important;
}

.RadGrid .rgFilterRow > td {
  border-top: none;
  border-left: 1px solid var(--border-gray);
}

.RadGrid .rgFilterRow > td:first-child,
.RadGrid .rgRow > td:first-child,
.RadGrid .rgAltRow > td:first-child,
.RadGrid th.rgHeader:first-child,
.RadGrid th.rgHeader:first-of-type {
  border-left: none;
}

.no-border-left {
  border-left: none !important;
}

.no-border-left:only-child {
  border-left: 1px solid var(--border-gray) !important;
}

.RadGrid th.rgSorted {
  white-space: nowrap;
}

.RadGrid th.no-text.icon {
  text-align: center;
  position: relative;
  text-overflow: clip !important;
  vertical-align: middle;
}

.RadGrid th.no-text.icon a:before,
.RadGrid th.no-text.icon.no-sort:before {
  font-family: var(--font-icons);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 13px;
}

.RadGrid th.no-text.icon a:before {
  display: inline-block;
  vertical-align: middle;
}

.RadGrid th.no-text.icon.no-sort:before {
  margin-top: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #0000;
  border-top: 1px solid #0000;
  display: block;
}

.RadGrid th.no-text.icon.rgSorted a,
.RadGrid th.no-text.icon.rgSorted a + button {
  display: inline-block;
  height: 13px;
  width: 16px;
}

.RadGrid th.no-text.icon.rgSorted button span {
  display: inline-block;
}

.RadGrid th.no-text.icon a {
  margin-top: auto;
  margin-bottom: auto;
}

.RadGrid th.no-text.icon:hover,
.RadGrid th.no-text.icon:hover * {
  color: #2a3d65
}

.RadGrid th.no-text.icon.i-internet a:before,
.RadGrid th.no-text.icon.no-sort.i-internet:before {
  content: '\E921';
}

.RadGrid th.no-text.icon.i-globe a:before,
.RadGrid th.no-text.icon.no-sort.i-globe:before {
  content: '\E701';
}

.RadGrid.RadGrid_OsBlue .rgDataDiv .rgSelectedRow {
}

.RadGrid.RadGrid_OsBlue .rgDataDiv .rgSelectedRow td {
  border-left-color: #0098f0;
}

.rgSelectedRow input[type=image],
.rgSelectedRow img {
  filter: brightness(500) saturate(.01);
}

.k-icon.k-i-arrow-end-left:before {
  content: '\E00B';
}

.k-icon.k-i-arrow-end-right:before {
  content: '\E009';
}

.k-icon.k-i-arrow-60-right:before {
  content: '\E005';
}

.k-icon.k-i-arrow-60-left:before {
  content: '\E007';
}

.k-icon.k-i-hyperlink-open-sm:before {
  content: '\E135';
}

.page-link-icon .k-icon {
  color: var(--bs-body-color);
}

.page-link-icon:hover .k-icon,
.page-link-icon .k-icon:hover {
  color: #222;
}

.rgDataDiv .rgGroupHeader + .rgRow > td,
.rgDataDiv .rgGroupHeader + .rgAltRow > td,
.rgAltRow + .rgGroupHeader > td,
.rgRow + .rgGroupHeader > td {
  border-top: 1px solid var(--border-gray) !important;
}


.RadGrid .rgRow:last-child td,
.RadGrid .rgAltRow:last-child td,
.RadGrid .rgGroupHeader:last-child > td {
  border-bottom: 1px #dedede80 solid;
}

.RadGrid .rgDataDiv tbody tr:last-child td {
  border-bottom-color: #dedede80 !important;
}

.RadGrid .rgGroupHeader + tr:last-child {
  background: white;
}

.grid-scroll-margin .RadGrid .grid-scroll-margin tr.rgRow:last-child > td,
.grid-scroll-margin .RadGrid tr.rgAltRow:last-child > td,
.grid-scroll-margin .RadGrid tr.rgGroupHeader:last-child > td {
  border-bottom: 1px solid #0000;
}

.RadGrid:focus {
  outline: 0px;
  box-shadow: none;
}

.RadGrid .rgHeaderWrapper {
  position: relative;
}

.RadGrid .rgHeaderWrapper > .rgHeaderDiv {
  border-right: 0px !important;
}

.grid-scroll-margin .RadGrid .rgHeaderWrapper > .rgHeaderDiv {
  /* we removed a border on the right side - without this, telerik sets margin to 17px and it looks wonky*/
  margin-right: 16px !important;
  border-right: 1px solid transparent !important;
}

.grid-scroll-margin .RadGrid .rgHeaderDiv .rgFilterRow > td {
  /* corrects a border display issue related to the above */
  border-top: 0px;
}

.AddActive .rgHeaderDiv {
  margin-right: 8.5px !important;
}

.AddActive .rgHeaderDiv .rgEditForm {
  background: white;
}

.rgEditForm {
  min-width: 800px;
  width: min(1400px, 100%);
  max-width: 1400px;
}

.AddActive .RadGrid .rgHeader {
  border-bottom-color: var(--border-gray);
}

.AddActive .RadGrid .rgGroupPanel {
  /* border-bottom: 1px solid #dedede;*/
}

.AddActive .RadGrid .rgHeaderWrapper {
  overflow: visible;
  overflow: unset;
  outline: 1px solid #dedede;
}

.AddActive .RadGrid .rgHeaderWrapper .rgHeaderDiv,
.AddActive.grid-scroll-margin .RadGrid .rgHeaderWrapper > .rgHeaderDiv {
  margin-right: 0 !important;
  overflow: unset;
}

.RadGrid .rgFilterBox,
.RadGrid .rgFilterApply,
.RadGrid .rgFilterCancel,
.RadGrid .rgFilter {
  border-radius: 4px;
}

.RadGrid .rgFilterBox {
  width: calc( 100% - 17px );
  font-size: 10px !important;
  padding: 4px 6px !important;
}

.RadGrid .rgFilterBox:only-child {
  width: 100%;
}

.RadGrid .rgFilterBox:focus {
  outline: none;
}

.RadGrid .rgFilter {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 5px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.RadGrid .rgFilter:hover,
.RadGrid .rgFilter:active,
.RadGrid .rgFilter:active:focus,
.RadGrid .rgFilterActive,
.RadGrid .rgFilterActive:hover,
.RadGrid .rgFilterActive:focus {
  background: rgba(0,0,0,0) !important;
  border: 0px !important;
  box-shadow: none;
}

.RadGrid .rgFilterIcon.t-font-icon.rgIcon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  color: #212529c1 !important;
  transition: all 300ms ease-in-out;
}

.RadGrid .rgFilterIcon.t-font-icon.rgIcon:before {
  font: 12px/1 "WebComponentsIcons";
}

.RadGrid .rgFilter:hover .rgFilterIcon,
.RadGrid .rgFilter:active .rgFilterIcon,
.RadGrid .rgFilter:focus .rgFilterIcon,
.RadGrid .rgFilter .rgFilterIcon.t-font-icon.rgIcon.rgFilterActive {
  color: var(--bs-blue) !important;
  transition: all 300ms ease-in-out;
}
/* #endregion */

/* #region pager */
.rgPagerCell > div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.RadGrid.RadGrid_OsBlue .rgPagerCell .rgActionButton {
  border-color: var(--border-gray);
}

.RadGrid .rgPagerCell .rgActionButton {
  margin: auto 0 !important;
}

.rgWrap.rgInfoPart {
  margin: 0 10px;
}

.rgWrap .RadInput_OsBlue .riTextBox {
  border-color: var(--border-gray);
  text-align: center;
  padding: 4px 6px !important;
}


.RadGrid .rgPagerCell .rgNumPart a {
  margin: auto 0 !important;
  padding: 6px !important;
}

.RadGrid .rgPagerCell .rgNumPart a.rgCurrentPage {
  border-color: #0094e6 !important;
  border-left-color: transparent !important;
}

.RadGrid .rgPagerCell .rgNumPart a {
  border-right-color: var(--border-gray) !important;
  border-top-color: var(--border-gray) !important;
  border-bottom-color: var(--border-gray) !important;
  border-left-color: transparent !important;
}

.RadGrid .rgPagerCell .rgPagerTextBox.riTextBox {
  text-align: center;
  margin: 0 4px;
}

.RadGrid.RadGrid_OsBlue .rgPagerCell .rgPagerLabel {
  margin: 0 4px;
}

.RadGrid.RadGrid_OsBlue .rgPagerCell .rgPagerButton {
  margin: 0 10px 0 5px;
}

.rgPagerLabel + .RadInput {
  margin-right: 5px;
}

.rgWrap.rgArrPart2 + .rgAdvPart {
  margin-left: 60px;
}

.RadGrid_OsBlue .rgPagerCell button.rgPageFirst.rgActionButton {
  width: 21px;
}

.RadGrid.RadGrid_OsBlue .rgPagerCell button.rgActionButton {
  width: 22px;
  /* padding-bottom:5.86px; */
}

.RadGrid_OsBlue .rgPagerCell button.rgPageFirst.rgActionButton {
  width: 21px;
}

.RadGrid.RadGrid_OsBlue .rgPager button.rgActionButton span {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.RadGrid.RadGrid_OsBlue .rgPager button.rgActionButton span {
  height: 1.4166666666666667em;
}

.RadComboBoxDropDown_OsBlue[id*=PageSize] {
  margin-top: 0;
}

.RadComboBoxDropDown_OsBlue[id*=PageSize] .rcbScroll {
  padding: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
/* #endregion*/

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.gridHeader {
  width: 1400px !important;
}

td.grid-action-btn > input,
input[type="image"].grid-action-btn {
  width: 12px;
  height: 12px;
  margin: auto;
  text-align: center;
  display: block;
}

.RadGrid .rgRow td.grid-action-btn,
.RadGrid .rgAltRow td.grid-action-btn {
  padding: 0;
  align-content: center;
  text-align: center;
}

.RadGrid .rgRow td.grid-action-btn > input,
.RadGrid .rgAltRow td.grid-action-btn > input {
  text-align: center;
  margin: auto;
  display: flex;
  align-self: center;
}

.grid-action-header > img,
img.grid-action-header {
  width: 14px;
  height: 14px;
  filter: grayscale();
}

td.grid-action-btn > input:focus,
input[type="image"].grid-action-btn:focus {
  outline: none;
}

.infrWebEditor {
  overflow: auto;
}

.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
  width: 100%;
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  height: 100%;
  position: relative;
}

#header {
  background: #ff0;
  padding: 10px;
}

#duo_iframe {
  width: 620px;
  height: 330px;
  border: none;
  margin-bottom: 15px;
}




li > ul {
  padding-left: 16px;
  margin-top: 2.5px;
  padding-top: 5px;
}

li > ul > li {
  width: 50%;
}

li em {
  padding-left: 5px;
}

em mark {
  background-color: rgba(250, 199, 199, 0.14);
  color: var(--bs-pink);
  text-shadow: 0 0 1px rgb(255 0 100 / 40%);
  line-height: 1.75;
}

#container > form {
  height: 100%;
  margin-block-end: 0;
}

/*#region footer */
#footer {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--border-gray);
  background: url(/shared/assets/images/ag-square.png) repeat;
  backdrop-filter: blur(5px);
}

#footer .footer {
  display: flex;
  width: 100%;
  margin-top: auto;
  text-align: center;
  justify-content: space-between;
  padding: 5px;
  line-height: 1.4;
}

.footer .fb {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.footer .fb:first-child + .fb {
  flex-grow: 1;
}

.footer .fb div {
  margin-top: 0;
  margin-bottom: auto;
}

.footer .fb div + div {
  margin-top: auto;
  margin-bottom: 0;
}

.footer > div.fb:last-child {
  text-align: right;
}

address {
  font-style: normal;
}

address small {
  padding: 0 3px;
  color: #4f5259;
}

.footer address {
  margin-bottom: 0px;
}



.subtext {
  color: #8b8ba6;
}

.numbered {
  font-variant-numeric: oldstyle-nums;
  font-family: "Consolas", "Courier New", monospace;
}
/* #endregion */


/* #region upload */
#gridErrors_GridHeader {
  border-top: 1px solid rgba(0,0,0,.1);
}

#gridErrors_GridData {
  height: auto !important;
}

.ruButton.ruRemove {
  margin-top: auto;
  align-self: center;
  line-height: 16px;
}

.RadUpload .ruFileLI .ruButton.ruRemove:before {
}

.ruFileLI.ruUploadSuccess {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.ruFileLI.ruUploadSuccess span {
  display: block !important;
}
/* #endregion */

/*#region notification*/
.RadNotification {
  max-width: 500px;
  width: auto !important;
  background: url(shared/assets/images/grunge.png) repeat !important;
  backdrop-filter: blur(3px);
}

.RadNotification .rnIcon.rnIconWarning:before {
  color: var(--bs-danger) !important;
}

.RadNotification .rnContent {
  font-size: 14px;
  padding: .6rem !important;
  min-height: auto !important;
  margin: auto !important;
  background: rgba(255,255,255,.75);
  border-radius: 0 0 .35714286em .35714286em;
  box-shadow: 0 0 2px 0px rgba(0,0,0,.25) inset;
}

.RadNotification .rnContentWrapper {
  background-color: #f0f0f0bf !important;
  border-radius: 0 0 .35714286em .35714286em;
}

.RadNotification .rnTitleBar {
  border: 0 !important;
  background-color: rgba(240,240,240,.75) !important;
}

.RadNotification .rnTitleBar {
  box-sizing: border-box !important;
  padding: .25rem !important;
  line-height: 1rem !important;
  height: auto !important;
  display: grid;
  grid-template-columns: 3rem auto 3rem;
  text-align: center;
  align-items: center;
}

.RadNotification .rnTitleBar span.rnTitleBarTitle {
  max-width: 100%;
  display: block;
  min-height: 1px;
  margin: auto;
}

.RadNotification .rnTitleBar .rnIcon {
  display: block !important;
  margin: auto auto auto .25rem !important;
  width: 1rem !important;
  height: 1rem !important;
  min-height: auto !important;
}

.RadNotification .rnTitleBar .rnIcon:before {
}

.RadNotification .rnTitleBar ul.rnCommands {
  display: block;
  position: relative;
  margin: auto .25rem auto auto;
  top: 0;
  width: 1rem;
  height: 1rem;
  right: 0;
}

.RadNotification .rnTitleBar ul.rnCommands li.rnCloseIcon {
  float: none;
  box-sizing: border-box;
}

.RadNotification .rnTitleBar ul.rnCommands li.rnCloseIcon a {
  box-sizing: border-box;
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  border-width: 0 !important;
}

.RadNotification .rnTitleBar ul.rnCommands li.rnCloseIcon a:before {
  position: static;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}
/* #endregion */

/* #region form-controls */
select,
.text-control {
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid var(--bs-gray-400);
  color: var(--bs-body-color);
}

select:focus,
select:active,
.text-control:focus,
.text-control:active {
  outline: none;
  border-color: var(--bs-info);
  box-shadow: none;
}

.RadInput.RadInputFocused .riTextBox,
.RadInput.RadInputFocused .riContentWrapper,
.RadPicker .RadInputFocused,
.RadInput_Focused {
  box-shadow: none;
}
/* #endregion */

/* #region multiselect (column selection) */

.RadGrid .rgCommandCell .RadComboBox,
.rgEditForm .RadComboBox {
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.RadGrid .rgCommandCell .RadComboBox .rcbInner,
.rgEditForm .RadComboBox .rcbInner {
  border-radius: 3px;
  border-color: #f5f5f5;
  cursor: pointer;
}

.rgEditForm .RadComboBox {
  display: block;
  width: auto;
  border: 1px solid #ccc;
}

.rgEditForm .RadComboBox .rcbInner {
  border: 0px solid transparent;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rgEditForm .RadComboBox .rcbInner .rcbActionButton {
  padding-top: 5px;
  padding-bottom: 5px;
}

.RadGrid .rgCommandCell .RadComboBox .rcbInner .rcbInput,
.rgEditForm .RadComboBox .rcbInner .rcbInput {
  border-radius: 3px;
  cursor: pointer;
}

.rgEditForm .RadComboBox_OsBlue.RadComboBox .rcbExpanded,
.rgEditForm .RadComboBox_OsBlue .rcbFocused,
.rgEditForm .RadComboBox_OsBlue .rcbFocused .rcbActionButton {
  border-color: #ccc;
  box-shadow: inset -1px 1px 3px rgb(0 0 0 / 4%);
}

[id^=gridDistrict].RadComboBoxDropDown {
  border: 1px solid #cccc;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll,
[id^=gridDistrict].RadComboBoxDropDown .rcbScroll {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 350px;
  height: auto;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList,
[id^=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList {
  display: grid;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate,
[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbDisabled,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbDisabled {
  align-content: center;
  display: flex;
  overflow: hidden;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate {
  cursor: pointer;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled {
  cursor: not-allowed;
}

[id*=RadGridDuplicateDelete].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate .dropdown-checkbox-item
[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate .dropdown-checkbox-item,
[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled .dropdown-checkbox-item,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate .dropdown-checkbox-item,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled .dropdown-checkbox-item {
  overflow: hidden;
}

[id*=RadGridDuplicateDelete].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem:hover,
[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem:hover,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem:hover {
  background: var(--bs-gray-100);
  cursor: pointer;
}

[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate > label,
[id*=RadGridColumnToggle].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled > label,
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbItem.rcbTemplate > label
[id*=gridDistrict].RadComboBoxDropDown .rcbScroll .rcbList .rcbTemplate.rcbDisabled > label {
  display: flex;
}

[id*=RadGridDuplicateDelete].RadComboBoxDropDown button[disabled],
.DuplicateDeleteSubmit[disabled] {
  opacity: 0.5;
}

/* #endregion */


/* #region menu */
.rmExpanded .rmSlide .rmGroup.rmVertical.rmLevel1 {
  padding-top: 0;
  padding-bottom: 0px;
  border-top-width: 0px;
}

.RadMenu > .rmRootGroup {
  border-radius: 0px !important;
}

.RadMenu .rmGroup.rmVertical .rmItem {
  line-height: 1.42857143;
}

.RadMenu .rmRootGroup .rmItem .rmLink.rmRootLink {
  padding: 6px 10px;
}

.RadMenu .rmGroup.rmVertical .rmItem .rmLink {
  padding-top: 6px;
  padding-bottom: 6px;
}

.RadMenu .rmGroup.rmVertical .rmItem.rmFirst .rmLink {
  padding-top: 8px;
}

.RadMenu_OsBlue .rmSelected .rmRootLink,
.RadMenu_OsBlue .rmExpanded .rmRootLink {
  text-shadow: 0 0 rgba(0, 0, 0, 0.9);
}

.RadMenu .rmGroup .rmSelected .rmLink,
.RadMenu .rmGroup .rmSelected .rmLink:hover,
.RadMenu .rmGroup .rmSelected .rmLink:focus,
.RadMenu .rmGroup .rmSelected .rmLink:active {
  border-color: var(--bs-info);
}

.RadMenu .rmGroup,
.RadMenu .rmRootGroup,
.RadMenu .rmMultiColumn,
.RadMenu .rmPopup {
  border-top: 0px;
}

.RadMenu.RadMenu_Context[id$=rfltMenu_detached] .rmActive.rmVertical.rmGroup:before {
  border-color: transparent !important;
}

.RadMenu.RadMenu_Context[id$=rfltMenu_detached] .rmActive.rmVertical {
  border: 1px solid var(--bs-gray-600) !important;
}

.RadMenu_Context[id$=rfltMenu_detached] .rmGroup.rmVertical .rmFocused {
  background: var(--bs-info) !important;
  box-shadow: none !important;
}

.RadMenu_Context[id$=rfltMenu_detached] .rmGroup.rmVertical .rmFocused .rmLink {
  color: var(--bs-gray-100);
  border-color: var(--bs-info);
  background: var(--bs-info) !important;
}

.RadMenu_Context[id$=rfltMenu_detached] .rmGroup.rmVertical .rmLink:hover {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}

.RadMenu_Context[id$=rfltMenu_detached] .rmGroup.rmVertical .rmFocused .rmLink:hover {
  border-color: var(--bs-info);
  background: var(--bs-info);
}
/* #endregion */

/* #region custom header for student */
#hdrGridStudent {
  grid-template-columns: 7fr 7fr 3fr 3fr;
  grid-column-gap: .5fr;
}

#hdrGridStudent > div {
  display: grid;
  align-items: center;
  grid-template-rows: repeat(2,30px);
  grid-row-gap: 5px;
}

#hdrGridStudent > div:last-child {
  grid-template-rows: 60px;
}

#hdrGridStudent > div > div {
  display: grid;
  grid-template-columns: 100px max-content;
  align-items: center;
}

#hdrGridStudent > div > div > select {
  min-width: 200px;
  width: 100%;
}

#hdrGridStudent > div:last-child > div {
  grid-template-columns: 100%;
}
/* #endregion */

/* #region banner */
#MainBanner {
  background-image: linear-gradient(45deg, #2a3d65 5%, #3A538A);
}

#MainBanner > .banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  grid-column-gap: 0rem;
}

#MainBanner > .banner-wrapper > div {
  display: grid;
}

#MainMenu .rmRootGroup.rmHorizontal {
  border-left: 0px;
  border-right: 0px;
}

.banner-left > div {
  display: grid;
  grid-template-columns: 2fr;
}

.banner-user {
  display: none;
}

.banner-logout {
  margin: auto;
}

.banner-title {
  display: none;
  grid-template-rows: 1.5rem 1.25rem;
}

.banner-logo {
  display: grid;
}

.banner-right {
  display: grid;
  text-align: center;
}

.banner-middle {
  grid-template-rows: 8fr;
  justify-content: center;
}

.banner-page-title {
  margin-top: auto;
  margin-bottom: 0;
}


.dy-icon {
  display: inherit;
  text-decoration: none !important;
}

.dy-text {
  display: none;
}

@media screen and (min-width:1160px) {
  #MainBanner > .banner-wrapper {
    grid-template-columns: 4fr 6fr 4fr;
    grid-column-gap: 3rem;
  }

  .banner-middle {
    padding-left: 0;
  }

  .banner-title {
    display: grid;
  }

  .banner-user {
    display: inherit;
  }

  .banner-logout, .banner-user {
    padding-right: .5rem !important;
    margin-left: auto;
    margin-right: .5rem !important;
  }

  .banner-logout {
    margin-top: auto !important;
  }

  .banner-page-title {
    margin-bottom: auto;
  }

  .banner-left > div {
    grid-template-columns: 3fr 15fr;
  }

  .banner-right {
    grid-template-rows: 1.25rem 1.25rem;
    text-align: right;
    justify-content: end;
  }

  .dy-icon {
    display: none !important;
  }

  .dy-text {
    display: inherit;
  }
}
/* #endregion */

/* #region validation */
.validation-list,
.validation-list:first-line {
  color: var(--bs-body-color);
  font-weight: bold;
}

.validation-list ul {
  list-style-type: none;
  padding-left: 5px;
  margin-top: 5px;
  font-weight: normal;
}

.validation-list ul li {
  padding: 3px 0;
  color: var(--bs-danger);
  opacity: .8;
}

.validation-list ul li:hover {
  opacity: 1;
}
/* #endregion */

/* #region proper borders in group state*/

.RadGrid .rgCommandCell .rbIconOnly .t-font-icon:before {
  margin: auto;
}
/* #endregion */


/* #region tooltip */
.tippy-box {
  background: #2a3d65;
  font-size: 12px !important;
}
/* #endregion */

.pageLabel {
  min-height: 15px;
}

/* #region loader & overlay */
.overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f512;
  backdrop-filter: blur(3px);
  opacity: 1;
  display: block;
  transition: display 0ms linear 0ms, opacity 200ms ease;
}

.overlay-text {
  position: fixed;
  z-index: 10000;
  text-align: center;
  width: 100%;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-text > div {
  width: 500px;
  margin: auto;
  padding: 2rem 1rem;
  border-radius: .25rem;
  border: 3px solid var(--border-gray);
  box-shadow: 3px 3px 16px 1px rgba(0, 0, 0, 0.15);
  background: #fefefd;
  font-size: 1rem;
}

.overlay.hidden, .overlay-text.hidden {
  opacity: 0;
  display: none;
  transition: display 0ms linear 0ms, opacity 200ms ease;
}

.overlay h3.hidden, .overlay-text.hidden > div {
  opacity: 0;
  display: none;
  transition: none;
}

.overlay h2 {
  position: absolute;
  z-index: 10000;
  left: 300px;
}

.spinner {
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  margin: auto;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.animation-container {
  align-content: center;
  display: flex;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/* #endregion */


.AddActive ~ #footer, .EditActive ~ #footer {
  z-index: -1;
  opacity: .25;
  transition: all 300ms ease;
}

/* #region editarea */
.table-form {
  width: 800px;
}

.table-form-body {
  display: grid;
  grid-template-columns: 1fr;
}

.table-form-body-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.table-form-input-group {
  display: grid;
  grid-template-columns: 4fr 6fr 1fr;
  grid-column-gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  align-items: center;
}

.table-form-input-group:first-child {
  margin-top: 0;
}

.table-form-input-group.one {
  grid-template-columns: 1fr;
  line-height: 31px;
}

.table-form-input-group.v > span {
  display: grid;
  grid-template-columns: 1fr 12fr;
}

.table-form-input-group.v.one#radOptionsGroup {
  line-height: inherit;
}

.table-form-input-group.v > span input {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3px;
}

.table-form-input-group.two {
  grid-template-columns: 1fr 1fr;
}

.table-form-input-group:empty {
  display: none;
}

.table-form-input-group > input + span:last-child,
.table-form-input-group .invalid-text,
.table-form-input-group > select + span:last-child {
  text-align: center;
  padding: 0 4px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.table-form-input-group .invalid-text {
  font-weight: bold;
}


.table-form-input-group > input,
.table-form-input-group > select {
  display: block;
  width: 100%;
  background-color: white;
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: var(--bs-body-line-height);
  box-sizing: border-box;
  height: 31px;
}

.table-form-input-group > input {
  padding: 6px 12px;
}

.table-form-input-group > select {
  padding: 6px 10px;
}

.table-form-input-group > input[type="checkbox"] {
  width: auto;
  height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.table-form-input-group.v > span input[type="radio"] {
  line-height: inherit;
  height: 16px;
  margin-top: 0;
}

.chkResidentDistrict {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 12fr;
}

.chkResidentDistrict input[type="checkbox"] {
  height: 15px;
}

.table-form-input-group > label:first-child + span:last-child {
  height: 31px;
  line-height: 31px;
  position: relative;
  left: 13px;
}

.table-form-input-group > .field-label {
  display: block;
  padding: 6px 13px;
}

.table-form-input-group > input:focus {
  outline: none;
  border-color: #1aadff;
}

.table-form-input-group > .RadInput {
  display: block;
  width: 100% !important;
}

input[type=checkbox] + label,
input[type=checkbox] + radio {
  margin-left: 5px;
}

.table-form-input-group.v label > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.table-form-input-group.v label li {
  display: flex;
}

.table-form-input-group.v label li > strong {
  margin-left: 0;
  margin-right: 20px;
  width: 100px;
  text-align: right;
}

.table-form-input-group.v label li > strong + span {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.d-contents {
  display: contents !important;
}
/* #endregion */


.server-link {
  cursor: pointer;
}
