﻿@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #E7F0F6;
  color: #1b1e21;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.container {
  background-color: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #1b1e21;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 16px;
  font-style: italic;
}
h2 .sub-heading {
  font-size: 75%;
  display: block;
  color: #858585;
  padding: 5px 0;
}
h3 .sub-heading {
  font-size: 75%;
  display: block;
  padding: 5px 0;
}
p {
  line-height: 1.6;
  margin-bottom: 10px;
  vertical-align: top;
  color: inherit;
}
.strong {
  font-weight: bold;
}
.lead {
  background-color: gray;
  color: white;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.lead:hover {
  background-color: lightgray;
  color: white;
  text-decoration: none;
}
.lead.bg-red:hover {
  background-color: #f55a4e;
}
.lead.bg-amber:hover {
  background-color: #ffa21a;
}
.lead.bg-green:hover {
  background-color: #5cb860;
}
.lead-result,
.lead-label {
  color: white;
  display: block;
}
.lead-result {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}
.lead-label {
  font-size: 14px;
  line-height: 14px;
}
input.btn {
  border-width: 0;
}
input[type="image"] {
  border-width: 0;
  background-color: transparent;
}
.btn {
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:hover,
.btn:focus {
  background-color: #d4d4d4;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.btn:active {
  background-color: #9b9b9b;
  color: white;
}
.btn i + .btn-text {
  padding-left: 5px;
}
.btn + .btn,
.btn-group + .btn {
  margin-left: 10px;
}
.dropdown-toggle {
  background-color: transparent;
  border: 1px solid transparent;
}
.dropdown-toggle:hover {
  background-color: #f2f2f2;
}
.dropdown-toggle.down-arrow::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.dropdown-toggle.down-arrow.dropdown-toggle-split::after {
  margin-left: 0;
}
.dropdown-item,
a.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}
.dropdown-item:hover,
a.dropdown-item:hover {
  text-decoration: none;
}
.dropdown-item:visited,
a.dropdown-item:visited {
  color: #212529;
}
.dropdown-item.disabled,
a.dropdown-item.disabled {
  background-color: lightgray;
  cursor: no-drop;
}
.dropdown-toggle-split {
  border: none;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group .dropdown-menu {
  transform: translate3d(60px, 35px, 0px);
}
.btn-group .dropdown-menu-full {
  transform: translate3d(0px, 35px, 0px);
}
.btn-group .dropdown-menu-full.small-button {
  transform: translate3d(0px, 25px, 0px);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-default,
.btn-grey {
  background-color: white;
  border: 1px solid #1b1e21 !important;
  color: #1b1e21;
}
.btn-default:visited,
.btn-grey:visited {
  background-color: inherit;
  color: #1b1e21;
}
.btn-default:hover,
.btn-grey:hover,
.btn-default:focus,
.btn-grey:focus {
  background-color: #dadde1;
  color: #1b1e21;
}
.btn-default:active,
.btn-grey:active {
  background-color: #bec4ca;
  color: #1b1e21;
}
.btn-grey-solid {
  background-color: #1b1e21;
  border: 1px solid #1b1e21 !important;
  color: white;
}
.btn-grey-solid:visited {
  background-color: inherit;
  color: white;
}
.btn-grey-solid:hover,
.btn-grey-solid:focus {
  background-color: #dadde1;
  color: white;
}
.btn-grey-solid:active {
  background-color: #bec4ca;
  color: white;
}
.btn-primary,
.btnBlue,
.btnUpload {
  background-color: #1379bf;
  color: white;
}
.btn-primary:visited,
.btnBlue:visited,
.btnUpload:visited {
  background-color: #1379bf;
  color: white;
}
.btn-primary:hover,
.btnBlue:hover,
.btnUpload:hover,
.btn-primary:focus,
.btnBlue:focus,
.btnUpload:focus {
  background-color: #1588d6;
  color: rgba(0, 0, 0, 0.35);
}
.btn-primary:active,
.btnBlue:active,
.btnUpload:active {
  background-color: #116aa8;
  color: rgba(0, 0, 0, 0.35);
}
.btn-action,
.btnAction,
.btnUploadAlt {
  background-color: #4caf50;
  color: white;
}
.btn-action:visited,
.btnAction:visited,
.btnUploadAlt:visited {
  background-color: #4caf50;
  color: white;
}
.btn-action:hover,
.btnAction:hover,
.btnUploadAlt:hover,
.btn-action:focus,
.btnAction:focus,
.btnUploadAlt:focus {
  background-color: #5cb860;
  color: rgba(0, 0, 0, 0.35);
}
.btn-action:active,
.btnAction:active,
.btnUploadAlt:active {
  background-color: #449d48;
  color: rgba(0, 0, 0, 0.35);
}
.btn-info,
.btnHelp {
  background-color: #1a9fff;
  color: white;
}
.btn-info:visited,
.btnHelp:visited {
  background-color: #1a9fff;
  color: white;
}
.btn-info:hover,
.btnHelp:hover,
.btn-info:focus,
.btnHelp:focus {
  background-color: #34aaff;
  color: rgba(0, 0, 0, 0.35);
}
.btn-info:active,
.btnHelp:active {
  background-color: #0094ff;
  color: rgba(0, 0, 0, 0.35);
}
.btn-highlight,
.btnOrange {
  background-color: #ff9800;
  color: white;
}
.btn-highlight:visited,
.btnOrange:visited {
  background-color: #ff9800;
  color: white;
}
.btn-highlight:hover,
.btnOrange:hover,
.btn-highlight:focus,
.btnOrange:focus {
  background-color: #ffa21a;
  color: rgba(0, 0, 0, 0.35);
}
.btn-highlight:active,
.btnOrange:active {
  background-color: #e68900;
  color: rgba(0, 0, 0, 0.35);
}
.btn-caution,
.btnRed,
.btnUploadRed {
  background-color: #f44336;
  color: white;
}
.btn-caution:visited,
.btnRed:visited,
.btnUploadRed:visited {
  background-color: #f44336;
  color: white;
}
.btn-caution:hover,
.btnRed:hover,
.btnUploadRed:hover,
.btn-caution:focus,
.btnRed:focus,
.btnUploadRed:focus {
  background-color: #f55a4e;
  color: rgba(0, 0, 0, 0.35);
}
.btn-caution:active,
.btnRed:active,
.btnUploadRed:active {
  background-color: #f32c1e;
  color: rgba(255, 255, 255, 0.8);
}
.btn-magenta,
.magentaButton {
  background-color: #cc33cc;
  color: white;
}
.btn-magenta:visited,
.magentaButton:visited {
  background-color: #cc33cc;
  color: white;
}
.btn-magenta:hover,
.magentaButton:hover,
.btn-magenta:focus,
.magentaButton:focus {
  background-color: #d147d1;
  color: rgba(0, 0, 0, 0.35);
}
.btn-magenta:active,
.magentaButton:active {
  background-color: #b82eb8;
  color: rgba(0, 0, 0, 0.35);
}
.btn-green-blue {
  background-color: #13BFAF;
  color: white;
}
.btn-green-blue:visited {
  background-color: #13BFAF;
  color: white;
}
.btn-green-blue:hover,
.btn-green-blue:focus {
  background-color: #15d6c4;
  color: rgba(0, 0, 0, 0.35);
}
.btn-green-blue:active {
  background-color: #11a89a;
  color: rgba(0, 0, 0, 0.35);
}
.btn-blue-outlined {
  background-color: transparent;
  border: 1px solid #1170AA;
  color: #1170AA;
  text-align: center;
}
.btn-blue-outlined:visited {
  background-color: transparent;
  color: #1170AA;
}
.btn-blue-outlined:hover,
.btn-blue-outlined:focus,
.btn-blue-outlined.active {
  background-color: #1170AA;
  color: white;
}
.btn-blue-outlined:active {
  background-color: #0c517c;
  border-color: #0c517c;
  color: white;
}
.btn-red-outlined {
  background-color: transparent;
  border: 1px solid #f44336;
  color: #f44336;
  text-align: center;
}
.btn-red-outlined:visited {
  background-color: transparent;
  color: #f44336;
}
.btn-red-outlined:hover,
.btn-red-outlined:focus {
  background-color: #f44336;
  color: white;
}
.btn-red-outlined:active {
  background-color: #ea1c0d;
  border-color: #ea1c0d;
  color: white;
}
.aspNetDisabled,
.btn:disabled {
  cursor: default;
}
.aspNetDisabled:hover,
.btn:disabled:hover {
  cursor: default;
}
.btn:disabled,
.btn[disabled],
.aspNetDisabled.btn {
  background-color: #e3e3e3 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn:disabled:hover,
.btn[disabled]:hover,
.aspNetDisabled.btn:hover {
  background-color: #e3e3e3 !important;
}
a.aspNetDisabled {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* --- [ Buttons ] --- */
.buttons,
.buttonsleft {
  float: right;
  margin: 0 0 10px 0;
}
.buttonsleft {
  float: left;
}
.remove-bottom {
  margin-bottom: 0;
}
.topCandList {
  margin-top: 6px;
}
.btnGo,
.btnCancel,
.btnSave,
.btnAdd,
.btnClear,
.btnOk,
.btnPrev,
.btnNext,
.btnSearch,
.btnPrint,
.btnExport,
.btnEdit,
.btnClose,
.btnDelete,
a.btnLogoff,
a.btnGridSave,
.btnSaveClose,
.btnOrangeSave {
  padding-left: 25px;
  background-repeat: no-repeat !important;
  background-position: left !important;
  vertical-align: middle;
}
.btnGo {
  background-image: url('../images/go.png') !important;
}
.btnCancel {
  background-image: url('../images/cancel.png') !important;
}
.btnSave {
  background-image: url('../images/save.png') !important;
}
.btnAdd {
  background-image: url('../images/add.png') !important;
}
.btnClear {
  background-image: url('../images/clear.png') !important;
}
.btnOk {
  background-image: url('../images/ok.png') !important;
}
.btnPrev {
  background-image: url('../images/icon-prev.png') !important;
}
.btnNext {
  background-image: url('../images/icon-next.png') !important;
}
.btnSearch {
  background-image: url('../images/search.png') !important;
}
.btnPrint {
  background-image: url('../images/print.png') !important;
}
.btnExport {
  background-image: url('../images/export.png') !important;
}
.btnEdit {
  background-image: url('../images/editBtn.png') !important;
}
.btnClose {
  background-image: url('../images/close.png') !important;
}
.btnDelete {
  background-image: url('../images/delete.png') !important;
}
a.btnLogoff {
  background-image: url('../images/logoff.png') !important;
}
a.btnGridSave {
  background-image: url('../images/save.png') !important;
}
.btnSaveClose {
  background-image: url('../images/save.png') !important;
}
.btnOrangeSave {
  background-image: url('../images/save.png') !important;
}
.btnPrint {
  background-color: #ff9800;
}
.btnPrint:hover {
  background-color: #ffa21a;
}
.btnPrint:active,
.btnPrint:focus {
  background-color: #e68900;
}
.btn--normal {
  font-weight: normal;
  background: lightgray;
  color: black;
}
.btn--normal:hover {
  background: darkgray;
}
.btn--normal:active {
  background: #b4b4b4;
}
.btnBlue img {
  vertical-align: middle;
  margin-top: -2px;
}
.btn-filter {
  background-color: white;
  border: 1px solid #1b1e21;
  border-radius: 5px;
  color: #1b1e21;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}
.txt-delete {
  color: #f44336;
}
.txt-delete:hover,
.txt-delete:visited {
  color: #f32c1e;
}
.txt-delete:hover,
.txt-delete:active {
  color: #f55a4e;
}
a.cut-link {
  color: #f44336;
}
a.cut-link:active,
a.cut-link:visited {
  color: #f44336;
}
a.cut-link:hover {
  color: #f55a4e;
}
.btn-toggle {
  cursor: pointer;
  color: #F15922;
  text-decoration: underline;
}
.btn-toggle:hover {
  text-decoration: none;
}
.dropdown-menu,
.dropdown-menu-full {
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.btn-close {
  border-width: 0;
  background-color: transparent;
  padding: 5px;
  border-radius: 3px;
}
.btn-close:hover {
  background-color: rgba(86, 86, 86, 0.5);
}
.row:before,
.row:after,
.navbar:before,
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.row:after,
.navbar:after {
  clear: both;
}
[class*="col-"] {
  display: block;
  float: left;
  padding: 0 15px 0 0;
}
[class*="col-"]:last-of-type {
  padding-right: 0;
}
.col-span-12 {
  width: 100%;
  padding-right: 0;
}
.col-span-11 {
  width: 91.66%;
}
.col-span-10 {
  width: 83.33%;
}
.col-span-9 {
  width: 75%;
}
.col-span-8 {
  width: 66.66%;
}
.col-span-7 {
  width: 58.33%;
}
.col-span-6 {
  width: 50%;
}
.col-span-5 {
  width: 41.66%;
}
.col-span-4 {
  width: 33.33%;
}
.col-span-3 {
  width: 25%;
}
.col-span-2 {
  width: 16.66%;
}
.col-span-1 {
  width: 8.333%;
}
.col-span-05 {
  width: 4.165%;
}
.width-override [class*="col-"]:last-of-type {
  padding-right: 15px;
}
.span-12 {
  width: 100%;
  padding-right: 0;
}
.span-11 {
  width: 91.66%;
}
.span-10 {
  width: 83.33%;
}
.span-9 {
  width: 75%;
}
.span-8 {
  width: 66.66%;
}
.span-7 {
  width: 58.33%;
}
.span-6 {
  width: 50%;
}
.span-5 {
  width: 41.66%;
}
.span-4 {
  width: 33.33%;
}
.span-3 {
  width: 25%;
}
.span-2 {
  width: 16.66%;
}
.span-1 {
  width: 8.333%;
}
.navbar {
  background-color: white;
  border-bottom: 2px solid #DFE0E5;
  display: block;
  width: 100%;
  z-index: 1010;
}
.navbar .navbar-header {
  background-color: white;
  padding: 10px 0;
}
.navbar .logo img {
  max-height: 120px;
}
.navbar ul {
  padding: 0;
  margin: 0;
}
.navbar ul li {
  border-right: 1px solid #EBEBEB;
  float: left;
  list-style: none;
}
.navbar ul li a,
.navbar ul li span {
  border-bottom: 4px solid transparent;
  color: #1b1e21;
  display: block;
  font-weight: 600;
  padding: 14px 15px 10px 15px;
  text-transform: uppercase;
}
.navbar ul li a:hover,
.navbar ul li span:hover {
  border-bottom-color: #F15922;
  color: #F15922;
  text-decoration: none;
}
.navbar ul li a.active {
  border-bottom-color: #F15922;
}
.navbar ul li a.home--icon {
  padding-top: 13px;
  padding-bottom: 9px;
}
.navbar ul li a.home--icon i {
  font-size: 20px;
}
.navbar ul li a.menu--icon,
.navbar ul li span.menu--icon {
  padding-top: 13px;
  padding-bottom: 11px;
}
.navbar ul li a.menu--icon i,
.navbar ul li span.menu--icon i {
  font-size: 18px;
}
.navbar ul li:last-of-type {
  border-right: 0;
}
.navbar .container {
  position: relative;
}
/* --- [ Navigation ] --- */
.jquerycssmenu {
  padding: 0;
  position: relative;
}
.jquerycssmenu ul {
  padding: 0;
  list-style-type: none;
  /*Top level list items*/
}
.jquerycssmenu ul li {
  position: relative;
  display: inline;
  float: left;
  /*Top level menu link items style*/
}
.jquerycssmenu ul li a,
.jquerycssmenu ul li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.jquerycssmenu ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  z-index: 99999;
}
.jquerycssmenu ul li ul li {
  display: list-item;
  float: none;
  border-left-width: 0px;
}
.jquerycssmenu ul li ul li ul {
  top: 0;
}
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li ul li span {
  width: 180px;
  background-color: white;
}
.icon-angle-down {
  margin-left: 8px;
}
.icon-angle-right {
  float: right;
}
a.link-dropdown {
  color: black;
  text-align: right;
  text-decoration: none;
}
a.link-dropdown span,
a.link-dropdown i {
  display: inline-block;
}
a.link-dropdown .details {
  display: block;
}
a.link-dropdown i {
  padding-top: 15px;
  vertical-align: top;
}
.sign-in {
  float: right;
  height: 50px;
  padding-top: 5px;
}
.sign-in .sif-container {
  display: none;
}
.sign-in.active .sif-container {
  position: absolute;
  top: 45px;
  display: block;
  right: 0;
  text-align: left;
  width: 200px;
  z-index: 99999;
  padding-top: 12px;
}
.sign-in.active .sif-container::after,
.sign-in.active .sif-container::before {
  content: "";
  display: block;
  width: 0;
  /* height: 0; */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 10px;
  z-index: 10;
}
.sign-in.active .sif-container::before {
  border-bottom: 10px solid #e9e9e9;
  top: 4px;
}
.sign-in.active .sif-container::after {
  border-bottom: 10px solid #fff;
  top: 5px;
}
.sign-in.active .sif-container .sif-options {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(49, 69, 89, 0.07);
  overflow: hidden;
  position: relative;
  width: 200px;
  background: #fff;
  padding: 8px 0;
  top: -1px;
  z-index: 10;
  background-color: white;
}
.sign-in.active .sif-container .sif-options ul li {
  float: none;
}
.alerts {
  color: black;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.alerts a {
  color: black;
}
.alerts a:visited {
  color: black;
}
.alerts a:hover,
.alerts a:active {
  color: lightgray;
}
.alerts .notification-circle {
  background-color: #f44336;
  border-radius: 999px;
  color: white;
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  text-align: center;
  position: absolute;
  left: 7px;
  top: -2px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
}
.form-group .control-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
.form-group .form-input {
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.4;
  padding: 5px;
  width: 100%;
}
.form-group .form-input.input-lg {
  line-height: 2;
  padding: 5px 10px;
}
.form-group select.form-input {
  padding-top: 6px;
}
.form-group .vendor-input .RadInput {
  width: 100% !important;
}
.candidate-details .form-group {
  margin-bottom: 10px;
}
.candidate-search {
  background-color: #DFE0E5;
}
.notification-bar {
  background-color: #f44336;
  color: white;
  display: block;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.notification-bar:hover,
.notification-bar:active,
.notification-bar:visited {
  color: white;
}
.notification-bar:hover {
  background-color: #f55a4e;
  text-decoration: none;
}
.notification-bar:active {
  background-color: #f32c1e;
}
.panel {
  background-color: white;
  padding: 10px;
}
.panel h2 {
  margin-top: 0;
}
.news-item {
  border: 1px solid lightgray;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
}
.news-item .title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
}
.news-item .body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding-top: 20px;
}
.alerts-feedback .notification {
  border-bottom: 1px solid #EBEBEB;
  display: table;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.alerts-feedback .notification .notification-status,
.alerts-feedback .notification .notification-text {
  display: table-cell;
  vertical-align: middle;
}
.alerts-feedback .notification .notification-status {
  font-size: 16px;
  width: 25px;
}
.alerts-feedback .notification .notification-text .text,
.alerts-feedback .notification .notification-text .datetime {
  display: block;
}
.alerts-feedback .notification .notification-text .text {
  font-size: 14px;
}
.alerts-feedback .notification .notification-text .datetime {
  font-size: 11px;
}
.alerts-feedback .notification:last-of-type {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content {
  min-height: 368px;
  padding: 10px;
  position: relative;
}
.min-reset {
  min-height: 10px;
}
.note-legal {
  border: 1px solid #bbb;
  padding: 5px;
}
.question-info .btn + .btn {
  margin-left: 0;
}
.req-review {
  border-left: 5px solid #960000;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #9600001e;
}
.req-review h2,
.req-review .sub-heading {
  color: #960000;
  font-weight: bold;
}
.row-separator {
  border-bottom: 10px solid #E7F0F6;
}
.report-link {
  display: flex;
  width: 100%;
  flex-basis: 24%;
  border: #E7F0F6 solid 1px;
  background-color: white;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 2px;
  transition: box-shadow 0.3s, border 0.3s;
}
.report-link .report-image {
  border-right: 1px solid lightgray;
}
.report-link .report-image img {
  height: 80px;
}
.report-link .report-text {
  padding-top: 0;
  padding-left: 5px;
}
.report-link .report-text p.report-name {
  font-size: 95%;
  margin-bottom: 5px;
  margin-top: 0;
}
.report-link .report-text p.report-des {
  font-size: 80%;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
}
.report-link:hover {
  border: #A4C7E3 solid 1px;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 3px 0 #A4C7E3;
  -moz-box-shadow: 3px 3px 3px 0 #A4C7E3;
  box-shadow: 3px 3px 3px 0 #A4C7E3, inset 0 0 3px #A4C7E3;
}
.panel,
.bg-filter,
.candidate-search,
.bg-maintenance-add {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel,
.bg-filter,
.candidate-search,
.bg-maintenance-add,
.cc-panel {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.assure-login {
  height: 600px;
  position: relative;
  width: 100%;
}
.assure-login .client-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.assure-login .login-container {
  position: absolute;
  top: 280px;
  left: 80px;
  width: 280px;
}
.assure-login .login-container h2 {
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
}
.assure-login .login-container input[type=text],
.assure-login .login-container input[type=password] {
  padding: 8px;
  height: auto;
  line-height: 1.2;
  font-size: 14px;
  border: 0;
  width: 100%;
}
.assure-login .login-container .btn {
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  font-size: 14px;
  float: right;
}
.assure-login .login-container a.forgotten-password {
  color: white;
  float: left;
  font-size: 12px;
  line-height: 38px;
}
.assure-login .login-container a.forgotten-password:visited {
  color: white;
}
.assure-login .login-container a.forgotten-password:hover {
  text-decoration: underline;
}
.assure-login .login-container .FailureText {
  position: absolute;
  left: 0;
  top: 190px;
  z-index: 10;
  padding: 0;
  background-color: #f44336;
  color: white;
  width: 400px;
  text-align: center;
  line-height: 2.4;
  font-weight: normal;
}
.systemMessage {
  z-index: 1;
}
.permission-list {
  width: 100%;
}
.permission-list input[type="checkbox"] + label {
  margin-left: 10px;
}
.admin-confirmation {
  font-size: 14px;
}
.grid tr.selected td {
  background: #feff80;
}
.grid tr.selected-b td {
  background: #CCE7FE;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #1b1e21;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #0075FF;
  border-color: #0075FF;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.impersonate {
  background-color: tomato;
  padding: 10px;
  text-align: center;
}
.impersonate .btn {
  background-color: transparent;
  border: 1px solid white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: white;
}
.grid .table-add-item > td {
  background-color: #fff8dc;
}
.group-assessment-button {
  display: block !important;
  margin-left: 0 !important;
}
.document-list {
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #c6c7c8;
  background-color: white;
}
.document-list .document-list-item {
  border-bottom: 1px solid #E6EAEE;
  padding: 10px 0;
}
.document-list .document-list-item:hover {
  background-color: #f4faff;
}
.document-list .date,
.document-list .document-type {
  font-size: 13px;
  font-weight: 600;
}
.document-list .document-type {
  padding-left: 10px;
}
.document-list .document-type a {
  color: #000;
  vertical-align: middle;
  line-height: 20px;
}
.document-list .fa-2x,
.document-list .btn-remove {
  font-size: 20px;
}
.document-list .btn-remove {
  color: red;
  line-height: 20px;
}
.email-area .form-group .form-input {
  border: 1px solid #c6c7c8;
}
.grid-message .alert-message {
  line-height: 28px;
}
.section-highlight {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.slide-me {
  position: relative;
  width: 556px;
  height: 100%;
  overflow-y: auto;
  left: auto !important;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white;
}
.box-in {
  margin-left: -600px;
}
.panel-report {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0px;
  right: 0;
}
.panel-report .select-bar-options select {
  display: block;
  width: 100%;
}
.panel-report .select-bar-options .col-span-6:last-of-type {
  padding-right: 15px;
}
.report-result .table {
  margin: 0;
}
.cb-list li {
  line-height: 1.4;
  list-style: none;
}
.cb-list li input[type="checkbox"] + label,
.cb-list li input[type="radio"] + label {
  margin-left: 5px;
}
.cb-list li input[type="checkbox"] {
  height: 24px;
}
.focused-input {
  border-color: transparent;
}
.focused-input:focus {
  border-color: #bbb;
}
.page-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashboard-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
}
.dashboard-item--header,
.dashboard-item--footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
}
.dashboard-item--header {
  height: 20px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.dashboard-item--footer {
  height: 55px;
  flex-direction: row;
  align-items: center;
}
.dashboard-item--footer textarea {
  display: block;
  height: 100% !important;
  border-color: white;
  margin: 0;
}
.dashboard-item--footer a {
  display: block;
  width: 5%;
  text-align: center;
}
.dashboard-item--body {
  flex-shrink: 1;
  overflow: hidden;
}
.man-dashboard-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.man-dashboard-list .man-dashboard-item {
  width: 200px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: lightblue;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none;
  color: black;
}
.man-dashboard-list .man-dashboard-item:hover {
  border: 2px solid grey;
}
.man-dashboard-list .man-dashboard-item .item-name {
  height: 40px;
  overflow: hidden;
  font-weight: bold;
}
.man-dashboard-list .man-dashboard-item .item-chart-count {
  font-size: 80%;
}
.man-dashboard-list .man-dashboard-item .item-author {
  font-size: 80%;
}
html body .RadPicker.read-only .riSingle .riTextBox[type="text"].riDisabled {
  background-color: transparent !important;
}
html body .RadPicker.read-only .rcCalPopup.rcDisabled {
  display: none;
}
.eventDetailCountLabel {
  font-size: 6pt;
  color: #cb4335;
}
.print-me-only {
  display: none;
}
.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-list .card {
  flex: 0 46%;
  width: 46%;
  background-color: white;
  border: 1px solid transparent;
  padding: 12px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card-list .card:hover {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.card-list .card_title,
.card-list .card_code,
.card-list .card_location,
.card-list .card_date {
  color: #333;
}
.card-list .card_title,
.card-list .card_code {
  display: block;
}
.card-list .card_location,
.card-list .card_date {
  display: inline-block;
}
.card-list .card_code {
  padding-bottom: 12px;
}
.card-list .card_title {
  font-size: 24px;
  padding-bottom: 4px;
}
.card-list .card_competency {
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.card-list .card_competency:hover {
  border-color: #d9d9d9;
}
.card-list .card_competency .card_code,
.card-list .card_competency .card_date {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: 0 48%;
  padding-bottom: 0;
  align-items: center;
}
.card-list .card_competency .card_code {
  width: 42%;
}
.card-list .card_competency .card_date {
  width: 54%;
}
html body .cc-panel input.border,
html body .cc-panel select.border,
html body .cc-panel textarea.border {
  border: 1px solid ActiveBorder !important;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky-top.bc-body {
  background: rgba(231, 240, 246, 0.9);
}
.sticky-header tr:first-of-type th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
}
html .competencies label {
  padding-left: 10px;
}
.doc-grid .doc-row,
.doc-grid .doc-header {
  display: table-row;
}
.doc-grid .doc-row .doc-cell,
.doc-grid .doc-header .doc-cell {
  display: table-cell;
  width: 320px;
  border-bottom: 1px solid lightgrey;
  padding: 8px 5px;
  font-size: 14px;
}
.doc-grid .doc-row .doc-cell.doc-main.to-read,
.doc-grid .doc-header .doc-cell.doc-main.to-read {
  border-left: 5px solid red;
}
.doc-grid .doc-row .doc-cell.doc-main.read-declined,
.doc-grid .doc-header .doc-cell.doc-main.read-declined {
  border-left: 5px solid black;
}
.doc-grid .doc-row .doc-cell.doc-main.read-confirmed,
.doc-grid .doc-header .doc-cell.doc-main.read-confirmed {
  border-left: 5px solid green;
}
.doc-grid .doc-row .doc-cell:last-of-type,
.doc-grid .doc-header .doc-cell:last-of-type {
  width: 103px;
}
.doc-grid .doc-row .doc-icon,
.doc-grid .doc-header .doc-icon {
  display: none;
}
.doc-grid .doc-header {
  font-weight: bold;
}
.doc-grid .doc-header .doc-cell {
  background-color: #D3D3D3;
  border-bottom-width: 0;
  letter-spacing: 0.03em;
}
.doc-icons .doc-header,
.doc-icons .doc-row .doc-cell {
  display: none;
}
.doc-icons .doc-row {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 100px;
}
.doc-icons .doc-row:hover div.doc-cell.doc-main {
  text-decoration: underline;
}
.doc-icons .doc-row .doc-cell.doc-main {
  display: block;
  font-size: 14px;
  overflow: hidden;
  color: black;
}
.doc-icons .doc-row .doc-icon {
  display: block;
  font-size: 30px;
}
.doc-container.doc-grid a:nth-child(odd) .doc-row {
  background-color: #f9fafb;
}
.category-document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.category-document .doc-categories {
  flex: 0 0 230px;
  width: 230px;
  border-right: 2px solid lightgrey;
  margin-right: 10px;
  font-size: 14px;
}
.category-document .doc-categories:first-child > a {
  display: none;
}
.category-document .doc-container {
  vertical-align: top;
  display: inline-block;
}
.treeview-selected {
  color: #4caf50;
}
a.treeview-selected {
  color: white;
}
a.treeview-selected:hover {
  color: white;
}
.doc-tree a:active {
  text-decoration: none;
}
.doc-tree table tr td:first-child {
  width: 20px;
}
.doc-tree table:has(td.treeview-selected) {
  width: 98%;
  background-color: #4385F5;
}
.doc-tree td:not(:first-child) {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}
.doc-tree td:first-child {
  padding-left: 2px;
  padding-right: 0;
}
.checkbox-flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
}
.checkbox-flex-list li {
  display: block;
  list-style: none;
  flex: 0 0 20%;
  width: 20%;
}
.checkbox-flex-list li label {
  margin-left: 10px;
}
.notification-options {
  max-width: 200px;
}
.notification-options ul.rdp-multi-choice {
  margin-top: 20px;
}
.notification-options ul.rdp-multi-choice li {
  list-style-type: none;
}
.notification-options ul.rdp-multi-choice input {
  display: none;
}
.notification-options ul.rdp-multi-choice input + label {
  display: block;
  color: black;
  border: 1px solid #d9d9d9;
  padding: 10px;
  cursor: pointer;
}
.notification-options ul.rdp-multi-choice input + label::before,
.notification-options ul.rdp-multi-choice input + label:before {
  color: #d9d9d9;
  content: "\f111";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 8px;
  text-align: center;
  width: 16px;
  font-weight: 600;
}
.notification-options ul.rdp-multi-choice input:checked + label::before,
.notification-options ul.rdp-multi-choice input:checked + label:before {
  content: "\f058";
  color: white;
}
.notification-options ul.rdp-multi-choice li:first-of-type input + label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #238CDC;
  border-color: #238CDC;
  color: white;
}
.notification-options ul.rdp-multi-choice li:last-of-type input + label {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #77B0DC;
  border-color: #77B0DC;
  color: black;
}
.notification-options ul.rdp-multi-choice li:last-of-type input:checked + label::before,
.notification-options ul.rdp-multi-choice li:last-of-type input:checked + label:before {
  color: white;
}
.ui-droppable-active {
  border-color: blue !important;
}
.ui-droppable-hover {
  border-color: yellow !important;
}
.dd-answers.ui-droppable-hover {
  border: 2px dashed yellow;
}
.dropped {
  position: static !important;
}
.toggle-target {
  display: none;
}
.drop-spot .drop-option,
.drop-spot .drop-option-answered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.drop-spot .drop-option ul,
.drop-spot .drop-option-answered ul,
.drop-spot .drop-option ol,
.drop-spot .drop-option-answered ol {
  margin-left: 1.5em;
  text-align: left;
}
.drop-spot,
.drop-spot-edit {
  border-radius: 5px;
  border: 2px dashed dimgray;
}
.drop-spot-edit {
  background: rgba(255, 255, 255, 0.6);
}
.drop-spot.drop-correct {
  border-color: green;
}
.drop-spot.drop-correct .drop-option-answered {
  background: rgba(0, 128, 0, 0.6);
}
.drop-spot.drop-incorrect {
  border-color: red;
}
.drop-spot.drop-incorrect .drop-option-answered {
  background: rgba(255, 0, 0, 0.6);
}
.drop-option-answered,
.drop-option {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  height: 100%;
}
.dd-answers {
  padding-right: 5px;
  min-height: 20px;
  color: #1b1e21;
}
.dd-answers .drop-option-answered,
.dd-answers .drop-option {
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.dd-answers .drop-option ul,
.dd-answers .drop-option ol {
  margin-left: 1em;
  text-align: left;
}
.drop-spot-remove {
  background-color: white;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50%;
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  z-index: 99;
  cursor: pointer;
}
.c-complete-option {
  background-color: #9BD39B;
  text-align: center;
}
.c-action-option {
  background-color: #ff8080;
  text-align: center;
}
.c-recommendation-option {
  background-color: #ffcc00;
  text-align: center;
}
.c-notapplicable-option {
  background-color: #aed7ff;
  text-align: center;
}
.l-radio input[type="radio"] {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
ul.dropdown-menu li:hover,
ul.dropdown-menu-full li:hover {
  background-color: lightgray;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu-full li a:hover {
  color: #212529;
}
.alert-icon {
  flex: 0 0 35px;
  color: white;
  font-size: large;
}
.alert-main {
  flex: 9;
  padding: 5px;
}
.alert-footer {
  flex-basis: 100%;
}
.alert-item-container {
  flex-basis: 485px;
}
.vcard-item-container {
  flex-basis: 300px;
}
.vcard-icon {
  flex: 0 0 50px;
  color: white;
  font-size: 40px;
}
.vcard-valid {
  border-top: solid 3px lightgreen;
}
.vcard-invalid {
  border-top: solid 3px darkred;
}
/* Toast Notifications */
.toast-item {
  position: fixed;
  bottom: 20px;
  left: 10px;
  background-color: white;
  align-items: stretch;
  border-radius: 3px;
  overflow: hidden;
  padding-right: 10px;
  max-width: 600px;
  min-width: 400px;
  box-shadow: 3px 3px 10px 0px grey;
  z-index: 9000;
}
.toast-item.toast-inline {
  position: static;
  margin-bottom: 20px;
}
.toast-info {
  border-left: 3px solid #4385F5;
}
.toast-info .toast-icon {
  color: #4385F5;
}
.toast-info .toast-icon:before {
  font-family: 'FontAwesome';
  content: "\f05a";
}
.toast-success .toast-colour {
  background-color: #197F38;
}
.toast-success .toast-icon {
  color: #197F38;
}
.toast-success .toast-icon:before {
  content: "\f05d";
}
.toast-warning {
  border-left: 3px solid #E88800;
}
.toast-warning .toast-icon {
  /*content: "\003ci class='fa fa-exclamation-circle' aria-hidden='true'\003e\003ci\003e";*/
  color: #E88800;
}
.toast-warning .toast-icon:before {
  content: "\f06a";
}
.toast-error {
  border-left: 3px solid #DA3125;
}
.toast-error .toast-icon {
  /*content: "<i class='fa fa-times-circle-o' aria-hidden='true'></i>";*/
  color: #DA3125;
}
.toast-error .toast-icon:before {
  content: "\f05c";
}
.toast-colour {
  flex-basis: 4px;
}
.toast-dismiss {
  color: #A7A7A7;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.toast-icon {
  flex: none;
  font-size: 26px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.toast-icon:before {
  font-family: 'FontAwesome';
}
.toast-content {
  flex: 1 1 auto;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.toast-content .toast-title {
  font-size: 17px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .toast-item {
    bottom: 50%;
  }
}
/* End of Toast */
.qi-t-new {
  background-color: #A7E6FF;
  padding: 2px 5px;
}
.qi-t-progress {
  background-color: #FFE197;
  padding: 2px 5px;
}
.qi-t-complete {
  background-color: #B3EC8D;
  padding: 2px 5px;
}
tr.highlight-grid-row td {
  background-color: lightblue !important;
}
div.form-group-checkbox div.checkbox:has(+ div.checkbox) {
  margin-top: 10px;
}
.form-group-checkbox .checkbox:only-child {
  margin-top: 28px;
}
.file-drop-zone {
  background-color: #F6F9FF;
  border: dashed 4px #E0E3E8;
  border-radius: 12px;
  text-align: center;
}
.file-drop-zone.file-hover {
  background-color: #c3ffeb;
}
.file-drop-zone .drop-icon {
  color: #5fa6fb;
  margin-bottom: 0;
}
input.rpd-valid,
.rpd-valid input {
  border-color: #198754;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: right 5px center;
  background-size: 20px;
}
input.rpd-invalid,
.rpd-invalid input {
  border-color: #dc3545;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px;
}
.quiz-tile {
  width: 237px;
}
/*Off Canvas*/
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas.show {
  transform: none;
  visibility: visible;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
/*---------*/
.has-filter {
  padding: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #DC3545;
  transform: translate(35%, -30%) !important;
  border: 1px solid #E7F0F6;
}
.grid .editable input.fullWidth {
  width: 100% !important;
}
/* Quiz Module Changes */
.expand-panel {
  margin: 10px 0;
}
.expandable-content {
  display: none;
}
.expand-panel.active .expand-toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.expand-panel.active .expandable-content {
  display: block;
}
.expand-toggle {
  display: block;
  width: 100%;
  padding: 0 15px;
  color: #1b1e21;
  line-height: 50px;
  background-color: #dce4e6;
  font-weight: 700;
}
.expand-toggle:hover {
  text-decoration: none;
  background: #cdd9db;
  color: #1b1e21;
}
.expand-toggle::after {
  float: right;
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f078";
}
.expandable-content {
  display: none;
  border: 1px solid #dce4e6;
  padding: 14px;
  width: 100%;
}
.btn-notes {
  color: #1b1e21;
  padding: 5px;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-notes:hover,
.btn-notes:focus {
  background-color: #d4d4d4;
  text-decoration: none;
  border-radius: 5px;
}
.btn-notes.btn-notes-caution:hover,
.btn-notes.btn-notes-caution:focus {
  background-color: #d4d4d4;
  text-decoration: none;
  border-radius: 5px;
  color: #f44336;
}
.aspNetDisabled .btn-notes,
.aspNetDisabled .btn-notes-caution {
  display: none;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.aspNetDisabled .btn-notes:hover,
.aspNetDisabled .btn-notes-caution:hover,
.aspNetDisabled .btn-notes:focus,
.aspNetDisabled .btn-notes-caution:focus {
  background: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
.notes-container .sticky-bottom {
  bottom: 25px;
}
.btn-notes-add {
  position: absolute;
  right: 10px;
  background-color: #64AEE6;
  color: white;
  border-radius: 5px;
  padding: 5px;
}
.btn-notes-add:hover {
  text-decoration: none;
}
.btn-notes-add:disabled {
  display: none !important;
}
.rpd-disabled .btn-notes-add,
.aspNetDisabled .btn-notes-add,
.rpd-disabled .notes-container .btn-notes {
  display: none !important;
}
.briefing-record-results {
  border: 2px solid darkorange;
  background-color: #FBE5D6;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.doc-icon .shared-doc {
  position: absolute;
  top: 4px;
  left: 5px;
}
.work-status-selected {
  min-height: 30px;
}
.success-card {
  text-align: center;
  width: 300px;
  margin: 20px auto;
  box-shadow: lightgrey 0px 0px 5px;
  border-radius: 8px;
  overflow: hidden;
}
.success-card .top-message {
  padding: 2em;
  background-color: #8BC34A;
  display: block;
  color: #fff;
}
.success-card .top-message h3 {
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 0;
}
.success-card .lower-message {
  padding: 2em 2em 2em 2em;
  background: #fff;
  display: block;
}
.rpd-option-button {
  border: 1px solid lightgrey;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  background-color: white;
  padding: 20px;
}
.rpd-option-button input {
  position: absolute;
  top: 5px;
  right: 5px;
}
.rpd-option-button label {
  font-weight: 600;
}
.rpd-option-button p {
  margin-top: 5px;
  font-size: 13px;
}
.rpd-option-button.option-selected {
  border-color: #0075FF;
  border-width: 2px;
}
.up-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.up-container .expand-panel {
  border: 1px solid lightgray;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  flex: 1 0 45%;
  margin: 0;
}
.up-container .expand-panel .up-permission:last-of-type {
  border: none;
}
.up-container .up-section {
  border-bottom: 1px solid lightgray;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.up-container .up-section .up-count {
  opacity: 0.5;
}
.up-container .up-section .sp-info {
  color: DeepSkyBlue;
}
.up-container .up-section::after {
  float: right;
  font-family: "FontAwesome";
  /*font-size: 20px;*/
  content: "\f078";
  padding-top: 3px;
}
.up-container .up-permission {
  border-bottom: 1px solid lightgray;
  padding: 10px;
}
.up-container .up-permission span {
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
  min-width: 15px;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input.value-label:checked::before {
  content: "Enabled";
  margin-left: -60px;
  color: #0d6efd;
  font-weight: 600;
}
.form-switch .form-check-input.value-label.check-green:checked::before {
  content: "Enabled";
  margin-left: -60px;
  color: #45B400;
  font-weight: 600;
}
.form-switch .form-check-input {
  width: 2.5em;
  /*margin-left: -2.5em;*/
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input.value-label::before {
  content: "Disabled";
  margin-left: -60px;
  /*font-weight: 600;*/
  color: #bbb;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input.check-green:checked {
  background-color: #45B400;
  border-color: #45B400;
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-label.aspNetDisabled {
  opacity: 0.5;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  height: 17px;
  display: inline-block;
}
.RadComboBoxDropDown.combo-custom-item .rcbItem > label {
  display: inline-block;
}
.mon-flag-item {
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}
.dev-progress {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dev-progress .flex-break {
  flex-basis: 100%;
  height: 0;
}
.dev-progress ol {
  list-style: none;
  display: flex;
}
.dev-progress ol li {
  position: relative;
  padding-right: 230px;
}
.dev-progress ol li:last-of-type {
  padding-right: 0px;
}
.dev-progress ol li .line {
  display: flex;
  inset: 0rem;
  position: absolute;
  align-items: center;
}
.dev-progress ol li .line div {
  height: 0.12rem;
  width: 100%;
  background-color: #4f39f6;
}
.dev-progress ol li .point {
  height: 32px;
  width: 32px;
  display: flex;
  background-color: #4f39f6;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  position: relative;
}
.dev-progress ol li .point svg {
  width: 20px;
  height: 20px;
  color: white;
}
.dev-progress ol li .point span {
  color: white;
}
.dev-progress ol li.active .line div {
  background-color: #99a1af;
}
.dev-progress ol li.active .point {
  border: 3px solid #4f39f6;
  background-color: white;
}
.dev-progress ol li.active .point span.current {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4f39f6;
}
.dev-progress ol li.inactive .line div {
  background-color: #99a1af;
}
.dev-progress ol li.inactive .point {
  border: 3px solid #99a1af;
  background-color: white;
}
.dev-progress ol li.inactive .point span {
  color: #99a1af;
}
ol.progress-labels {
  position: relative;
  list-style: none;
}
ol.progress-labels li {
  position: absolute;
  color: #6a7282;
}
ol.progress-labels li.active {
  color: #4f39f6;
}
.lifebuoy {
  width: 300px;
  border: 1px solid #cfd8dd;
}
.lifebuoy:hover {
  box-shadow: 0 0 6px #D70C0B;
  text-decoration: none;
}
.enhancement {
  width: 300px;
  border: 1px solid #cfd8dd;
  text-decoration: none;
}
.enhancement:hover {
  box-shadow: 0 0 6px #F0C620;
  text-decoration: none;
}
.seperator-vertical {
  margin: 0px 15px;
  border-right: 1px solid darkgrey;
  display: inline;
}
.status-content {
  max-width: 200px;
}
.chip {
  padding: 5px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.chip .chip-action-remove {
  margin-top: -5px;
}
.exp-dynamic-hover {
  background-color: white;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.exp-icon-container {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: absolute;
  top: 30px;
  color: black;
  box-shadow: 0px 0px 4px gray;
}
.exp-text,
.exp-footer {
  margin-left: 10px;
  margin-top: 20px;
}
.exp-icon-text {
  display: inline-block;
  width: 190px;
  position: absolute;
  top: 38px;
  left: 60px;
}
.exp-footer {
  font-size: 10px;
}
.exp-review-tile {
  width: 310px;
}
fieldset.rpd-fieldset {
  border: solid 2px #f0f0f0;
  padding: 1em;
  border-radius: 3px;
  background-color: #f7fafc;
  padding-top: 0px;
}
fieldset.rpd-fieldset legend {
  color: #565b62;
  padding: 0.2em 0.5em;
}
.scroll-to-top {
  position: fixed;
  cursor: pointer;
}
.scroll-to-top .up-arrow {
  width: 50px;
  height: 50px;
  background-color: #1379bf;
  font-size: 22px;
  text-align: center;
  box-shadow: #999999 2px 2px 5px;
}
.scroll-to-top .up-arrow:hover {
  background-color: #1588d6;
}
@media screen and (min-width: 2000px) {
  .scroll-to-top {
    right: 200px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .scroll-to-top {
    right: 100px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
}
.insight-container {
  max-height: 520px;
  overflow: auto;
}
/*Rolling Standards*/
.rpd-rt-c {
  padding: 10px;
}
.rpd-ro {
  width: 36px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
}
.rpd-re-i {
  display: flex;
}
.rpd-re-i .rpd-ro,
.rpd-re-i .rpd-ri,
.rpd-re-i .rpd-ro-d {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.rpd-re-i .rpd-ro,
.rpd-re-i .rpd-ro-d {
  margin-right: 10px;
  flex-shrink: 0;
}
/*End Rolling Standards*/
.active-filter {
  background-color: #acc7fc;
}
table.row-click tr {
  cursor: pointer;
}
.bu-icon-close .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.m-t-reset {
  margin-top: 0;
}
.m-r-reset {
  margin-right: 0;
}
.m-b-reset {
  margin-bottom: 0;
}
.m-l-reset {
  margin-left: 0;
}
.p-t-reset {
  padding-top: 0;
}
.p-r-reset {
  padding-right: 0;
}
.p-b-reset {
  padding-bottom: 0;
}
.p-l-reset {
  padding-left: 0;
}
.no-mb {
  margin-bottom: 0 !important;
}
.m-t-sml {
  margin-top: 10px;
}
.m-b-sml {
  margin-bottom: 10px;
}
.m-r-header {
  margin-right: 20px;
}
.m-t-xxsmall {
  margin-top: 3px;
}
.m-r-xxsmall {
  margin-top: 3px;
}
.m-all-xsmall {
  margin: 5px;
}
.m-t-xsmall {
  margin-top: 5px;
}
.m-r-xsmall {
  margin-right: 5px;
}
.m-b-xsmall {
  margin-bottom: 5px;
}
.m-l-xsmall {
  margin-left: 5px;
}
.p-all-xxsmall {
  padding: 3px;
}
.p-t-xxsmall {
  padding-top: 3px;
}
.p-r-xxsmall {
  padding-right: 3px;
}
.p-b-xxsmall {
  padding-bottom: 3px;
}
.p-l-xxsmall {
  padding-left: 3px;
}
.p-all-xsmall {
  padding: 5px;
}
.p-t-xsmall {
  padding-top: 5px;
}
.p-r-xsmall {
  padding-right: 5px;
}
.p-b-xsmall {
  padding-bottom: 5px;
}
.p-l-xsmall {
  padding-left: 5px;
}
.m-all-small {
  margin: 10px;
}
.m-t-small {
  margin-top: 10px;
}
.m-r-small {
  margin-right: 10px;
}
.m-b-small {
  margin-bottom: 10px;
}
.m-l-small {
  margin-left: 10px;
}
.m-b-small-imp {
  margin-bottom: 10px !important;
}
.p-all-small {
  padding: 10px;
}
.p-t-small {
  padding-top: 10px;
}
.p-r-small {
  padding-right: 10px;
}
.p-b-small {
  padding-bottom: 10px;
}
.p-l-small {
  padding-left: 10px;
}
.m-all-medium {
  margin: 20px;
}
.m-t-medium {
  margin-top: 20px;
}
.m-r-medium {
  margin-right: 20px;
}
.m-b-medium {
  margin-bottom: 20px;
}
.m-l-medium {
  margin-left: 20px;
}
.p-all-medium {
  padding: 20px;
}
.p-t-medium {
  padding-top: 20px;
}
.p-r-medium {
  padding-right: 20px;
}
.p-b-medium {
  padding-bottom: 20px;
}
.p-l-medium {
  padding-left: 20px;
}
.m-all-large {
  margin: 40px;
}
.m-t-large {
  margin-top: 40px;
}
.m-r-large {
  margin-right: 40px;
}
.m-b-large {
  margin-bottom: 40px;
}
.m-l-large {
  margin-left: 40px;
}
.p-all-large {
  padding: 40px;
}
.p-t-large {
  padding-top: 40px;
}
.p-r-large {
  padding-right: 40px;
}
.p-b-large {
  padding-bottom: 40px;
}
.p-l-large {
  padding-left: 40px;
}
.m-t-xlarge {
  margin-top: 45px;
}
.m-v-small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-h-small {
  padding-left: 10px;
  padding-right: 10px;
}
.p-v-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-0 {
  padding: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.m-r-auto {
  margin-right: auto;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-28 {
  margin-top: 28px;
}
.m-a {
  margin: auto;
}
.ml-90 {
  margin-left: 90px;
}
.mr-110 {
  margin-right: 110px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-30 {
  margin-bottom: 30px;
}
.w-100 {
  width: 100%;
}
.pl-8 {
  padding-left: 8px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-22 {
  padding-top: 22px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pv-input {
  padding-top: 8px;
  padding-bottom: 7px;
}
.va-middle {
  vertical-align: middle;
}
.va-top {
  vertical-align: top;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-block-imp {
  display: inline-block !important;
}
.d-inline {
  display: inline;
}
.d-inline-imp {
  display: inline!important;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.d-relative {
  position: relative;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-gap-10 {
  gap: 10px;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.d-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-flex-top-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-g-2 {
  flex-grow: 2;
}
.flex-g-1 {
  flex-grow: 1;
}
.flex-row-gap-xsmall {
  row-gap: 5px;
}
.flex-col-gap-xsmall {
  column-gap: 5px;
}
.hidden {
  display: none;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-35 {
  font-size: 35px;
}
.fs-140 {
  font-size: 140px;
}
.fs-90per {
  font-size: 90%;
}
.fs-200per {
  font-size: 200%;
}
.fs-smaller {
  font-size: smaller;
}
.lh-1 {
  line-height: 1;
}
.lh-14px {
  line-height: 14px;
}
.lh-13-imp {
  line-height: 1.3 !important;
}
.lt {
  text-decoration: line-through;
}
.fw-bold {
  font-weight: bold;
}
.td-none,
a.td-none,
a.td-none:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr,
.floatRight {
  float: right;
}
.f-none {
  float: none;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.tt-uppercase {
  text-transform: uppercase;
}
.bg-white {
  background-color: white;
}
.bg-red {
  background-color: #f44336;
}
.bg-green {
  background-color: #4caf50;
}
.bg-amber {
  background-color: #ff9800;
}
.bg-filter {
  background-color: #DFE0E5;
}
.bg-filter-70 {
  background-color: #DFE0E5E0;
}
.bg-darkgrey {
  background-color: #566573;
}
.bg-maintenance-add {
  background-color: cornsilk;
}
.bg-cornsilk {
  background-color: cornsilk;
}
.bg-whitesmoke {
  background-color: whitesmoke;
}
.bg-status-red {
  background-color: #C00000;
  color: white;
}
.bg-status-yellow {
  background-color: #EEB500;
}
.bg-status-green {
  background-color: #339933;
  color: white;
}
.bg-silver {
  background-color: silver;
}
.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-body {
  background-color: #E7F0F6;
}
.bg-lightblue {
  background-color: #E7F1FE;
}
.bb-1 {
  border-bottom: 1px solid #a9b0b1;
}
.bt-1 {
  border-top: 1px solid #a9b0b1;
}
.br-1 {
  border-right: 1px solid #a9b0b1;
}
.bl-5-green {
  border-left: 5px solid #4caf50;
}
.b-dashed {
  border: 2px dashed rgba(86, 86, 86, 0.5);
}
.b-b-dashed-small {
  border-bottom: 1px dashed rgba(86, 86, 86, 0.5);
}
.b-s-lightgray {
  border: 1px solid lightgray;
}
.b-s-black {
  border: 1px solid black;
}
.b-5-ws {
  border: 5px solid whitesmoke;
}
.br-0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.br-xxs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.br-xs {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.br-rd {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.br-50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.br-b-r-xs {
  border-bottom-right-radius: 3px;
}
.br-b-l-xs {
  border-bottom-left-radius: 3px;
}
.tc-white {
  color: white;
}
.tc-caution {
  color: #f44336;
}
.tc-darkred {
  color: darkred;
}
.tc-highlight {
  color: #ff9800;
}
.tc-green {
  color: green;
}
.grid .tr.tc-darkred td {
  color: darkred;
}
.tc-lightgreen {
  color: #a5ffa7;
}
.tc-normal {
  color: #1b1e21;
}
.tc-lightgrey {
  color: rgba(86, 86, 86, 0.5);
}
.tc-lightblue {
  color: DeepSkyBlue;
}
.tc-rolling-lightblue {
  color: #E7F1FE;
}
.fhw-85 {
  height: 85px;
  width: 85px;
}
.w-50 {
  width: 50%;
}
.w-50px {
  width: 50px;
}
.w-60px {
  width: 60px;
}
.w-100px {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-140 {
  width: 140px;
}
.w-180 {
  width: 180px;
}
.w-210 {
  width: 210px;
}
.w-265 {
  width: 265px;
}
.w-360 {
  width: 360px;
}
.w-470,
html body .form-group .RadAutoCompleteBox.w-470 {
  width: 470px !important;
}
.w-auto,
html body .form-group .RadPicker.w-auto {
  width: auto !important;
}
.h-70px {
  height: 70px;
}
.h-110px,
.form-group .form-input.h-110px {
  height: 110px;
}
.h-135px {
  height: 135px;
}
.h-36px,
.form-group .form-input.h-36px {
  height: 36px;
}
.h-100 {
  height: 100%;
}
.h-200px {
  height: 200px;
}
.h-29px {
  height: 29px;
}
.h-auto {
  height: auto;
}
.h-auto-imp {
  height: auto !important;
}
.check-all {
  width: 30px;
}
.mh-139 {
  min-height: 139px;
}
.mh-200 {
  max-height: 200px;
}
.oy-auto {
  overflow-y: auto;
}
.o-visible-imp {
  overflow: visible !important;
}
.ox-hidden {
  overflow-x: hidden;
}
.oy-scroll {
  overflow-y: scroll;
}
.break-word {
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-top {
  z-index: 9999;
}
.border-small {
  border: 1px solid lightgrey;
}
.chk--lg input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}
.m-r-155 {
  margin-right: 155px;
}
.scroll-overflow-x {
  overflow-x: scroll;
}
.sticky-col {
  position: relative;
}
.sticky-col th:first-child,
.sticky-col tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 400px;
  max-width: 400px;
}
.sticky-col td:nth-child(n+3) {
  min-width: 100px;
}
.bs-3-grey {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.bs-1-grey {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bs-0-4-grey {
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
}
.resize {
  resize: auto;
}
.loading-placeholder {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.gap-10 {
  gap: 10px;
}
.gap-5 {
  gap: 5px;
}
.flex-jc-evenly {
  justify-content: space-evenly;
}
.flex-jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-jc-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.pos-top {
  top: 0;
}
.pos-right {
  right: 0;
}
.pos-bottom {
  bottom: 0;
}
.d-absolute {
  position: absolute;
}
.show {
  display: block;
}
.m-center {
  margin: 0 auto;
}
.show-toggle {
  display: block;
}
.multiple-lists ol ol,
.multiple-lists ol ul,
.multiple-lists ul ul,
.multiple-lists ul ol {
  margin-left: 10px;
}
.multiple-lists ol ol ol,
.multiple-lists ol ul ol,
.multiple-lists ul ul ol,
.multiple-lists ul ol ol,
.multiple-lists ol ol ul,
.multiple-lists ol ul ul,
.multiple-lists ul ul ul,
.multiple-lists ul ol ul {
  margin-left: 20px;
}
.lighten:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}
.h-shaddow:hover {
  box-shadow: 0 0 6px;
}
.w-s-pl {
  white-space: pre-line;
}
.c-help {
  cursor: help;
}
.alert-flash {
  animation: blink 2s linear infinite;
}
@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html .RadInput_Default,
.RadInputMgr_Default,
html .RadComboBox_Default {
  font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
}
html .RadTabStrip,
html .RadTabStrip_Default {
  background-color: #dce4e6;
}
html .RadTabStrip .rtsLI,
html .RadTabStrip_Default .rtsLI {
  margin-right: 0;
  border-right: 1px solid white;
}
html .RadTabStrip .rtsLevel1 .rtsLink,
html .RadTabStrip_Default .rtsLevel1 .rtsLink {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #1b1e21;
  font-size: 14px;
  font-weight: 500;
  padding: 10px !important;
}
html .RadTabStrip .rtsLevel1 .rtsTxt,
html .RadTabStrip_Default .rtsLevel1 .rtsTxt,
html .RadTabStrip .rtsLevel1 .rtsIn,
html .RadTabStrip_Default .rtsLevel1 .rtsIn {
  padding: 0 !important;
}
html .RadTabStrip .rtsLevel1 .rtsLink.rtsSelected,
html .RadTabStrip_Default .rtsLevel1 .rtsLink.rtsSelected {
  background-color: white;
  color: #1b1e21;
  padding: 10px !important;
}
html .RadTabStrip .rtsLevel1 .rtsHovered .rtsLink,
html .RadTabStrip_Default .rtsLevel1 .rtsHovered .rtsLink {
  background-color: #ccd1d5;
}
html .RadTabStrip .rtsOut,
html .RadTabStrip_Default .rtsOut {
  background-image: none !important;
  padding: 0 !important;
}
html .RadTabStrip.rpd-tabs,
html .RadTabStrip_Default.rpd-tabs {
  background-color: white;
}
html .RadTabStrip.rpd-tabs .rtsLI,
html .RadTabStrip_Default.rpd-tabs .rtsLI {
  margin-right: 0;
  border-right: 1px solid white;
}
html .RadTabStrip.rpd-tabs .rtsLevel1,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 {
  border-bottom: 1px solid #ebe6e7;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsLink,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsLink {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6a7282;
  font-size: 14px;
  font-weight: 500;
  padding: 15px !important;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsLink:hover,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsLink:hover {
  border-bottom: 1.6px solid #ebe6e7;
  text-decoration: none;
  color: #364153;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsTxt,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsTxt,
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsIn,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsIn {
  padding: 0 !important;
  line-height: 20px;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsTxt span.badge,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsTxt span.badge,
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsIn span.badge,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsIn span.badge {
  color: #4f39f6;
  border-radius: 8px;
  background-color: oklch(93% 0.034 272.788);
  margin-left: 8px;
  line-height: 16px;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  padding: 1px 9px;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected {
  background-color: white;
  color: #4f39f6;
  padding: 15px !important;
  border-bottom: 1.6px solid #615fff;
}
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected .rtsTxt span.badge,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected .rtsTxt span.badge,
html .RadTabStrip.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected .rtsIn span.badge,
html .RadTabStrip_Default.rpd-tabs .rtsLevel1 .rtsLink.rtsSelected .rtsIn span.badge {
  background-color: oklch(0.967 0.003 264.542);
}
html .RadTabStrip.rpd-tabs .rtsOut,
html .RadTabStrip_Default.rpd-tabs .rtsOut {
  background-image: none !important;
  padding: 0 !important;
}
html body .riSingle .riTextBox[type="text"] {
  font: 14px 'Open Sans', Helvetica, Arial, sans-serif !important;
}
html body .RadInput .riTextBox,
html body .RadInputMgr {
  padding: 5px !important;
  font: 14px 'Open Sans', Helvetica, Arial, sans-serif !important;
}
html .RadFilter .rfApply input,
html .export-to-pdf .to-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0 solid transparent;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1;
}
html .export-to-pdf .to-btn {
  background-color: #4caf50;
  background-image: none;
}
html .export-to-pdf .rbHovered {
  background-color: #5cb860 !important;
  background-image: none !important;
  color: rgba(0, 0, 0, 0.35) !important;
}
html .RadFilter .rfApply input {
  background-color: #1379bf;
}
html .RadFilter .rfApply input:visited {
  background-color: #1379bf;
  color: white;
}
html .RadFilter .rfApply input:hover,
html .RadFilter .rfApply input:focus {
  background-color: #1588d6;
  color: rgba(0, 0, 0, 0.35);
}
html .RadFilter .rfApply input:active {
  background-color: #116aa8;
  color: rgba(0, 0, 0, 0.35);
}
html .RadFilter .rfApply a,
.RadFilter .rfApply > span {
  border-width: 0;
}
html body .RadComboBox,
html body .RadComboBox_Default {
  width: 100% !important;
}
html body .RadComboBox .rcbActionButton,
html body .RadComboBox_Default .rcbActionButton {
  border-color: #bbb;
  border-radius: 0;
  height: auto;
}
html body .vendor-input .RadComboBox table td.rcbInputCell,
html body .RadComboBox.vendor-input table td.rcbInputCell {
  padding: 0 !important;
}
html body .vendor-input .RadComboBox .rcbInput,
html body .RadComboBox.vendor-input .rcbInput {
  padding: 6px 5px 6px 5px !important;
}
html.t-ff body .vendor-input .RadComboBox .rcbInput {
  padding: 4px 5px 5px 5px !important;
}
html body .vendor-input-sm,
html body .vendor-input-sm.riTextBox {
  height: 24px !important;
  font-size: 12px !important;
}
.RadComboBoxDropDown.vendor-dd-list input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 5px;
}
html body .RadComboBox .rcbInner {
  border-width: 0 !important;
  padding: 0 !important;
}
html body .RadComboBox .rcbInner .rcbInput {
  height: auto;
}
html body .RadComboBox_Default .rcbInner,
html body .RadComboBox_Default .rcbReadOnly.rcbHovered,
html body .RadComboBox_Default .rcbReadOnly.rcbFocused,
html body .RadComboBox_Default .rcbReadOnly.rcbExpanded {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  color: #1b1e21;
  background-image: none;
}
.RadComboBox .rcbInner .rcbActionButton,
.RadComboBox .rcbInner.rcbHovered .rcbActionButton,
.RadComboBox .rcbInner.rcbFocused .rcbActionButton,
.RadComboBox .rcbInner.rcbExpanded .rcbActionButton {
  box-shadow: none;
  color: inherit;
  background: 0;
  border: none;
}
.RadComboBox .p-icon:before {
  margin-top: 3px;
}
.riSingle .riTextBox,
.RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
  height: auto !important;
}
.riSingle .riTextBox textarea,
.RadForm.rfdTextbox textarea {
  height: 80px !important;
}
html body .RadInput_Default .riDisabled,
html body .RadInput_Disabled_Default,
html body .RadInput_Default .riTextBox,
html body .RadInputMgr_Default {
  border-color: #bbb !important;
}
html body .RadInput_Default.rpd-invalid .riTextBox {
  border-color: #dc3545 !important;
}
html body .RadInput_Default.rpd-valid .riTextBox {
  border-color: #198754 !important;
}
html body .content-editor .Default.RadEditor {
  width: 100% !important;
  border-color: #bbb;
}
html body .RadAutoCompleteBox .racTokenList {
  padding: 5px !important;
}
html body .form-group .RadAutoCompleteBox {
  width: 100% !important;
}
html body .RadDropDownList,
html body .RadDropDownList_Default {
  color: #1b1e21;
  font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
}
html body .RadDropDownList .rddlInner,
html body .RadDropDownList_Default .rddlInner {
  background-image: none;
  background-color: white;
  border-color: #bbb;
  border-radius: 0;
  color: #1b1e21;
  padding: 6px 5px 7px 5px;
}
html body .RadDropDownList .rddlInner .rddlIcon,
html body .RadDropDownList_Default .rddlInner .rddlIcon {
  background-image: url(../Images/dropdown-arrow.png);
  background-position: unset;
}
.rcInputCell {
  width: 90px !important;
}
html body .form-group .rcInputCell {
  width: 100% !important;
}
html body .form-group .RadInput {
  width: 100% !important;
}
html body .form-group .RadPicker {
  width: 160px !important;
}
html body .form-group .date-time,
html body .form-group .date-time .rcTable {
  width: 185px !important;
}
.editor html body {
  background-color: white !important;
}
.reContentCell html body,
.reContentCell iframe html body {
  background-color: white !important;
}
html body .planner-date .RadPicker .riSingle .riTextBox[type="text"] {
  width: 100px !important;
}
.RadScheduler .btn {
  padding: 10px !important;
}
.RadScheduler .m-b-small {
  margin-bottom: 10px !important;
}
html .RadScheduler .RadComboBox_Default {
  background-image: none;
}
html body .RadComboBox .rcbInput {
  height: auto;
}
html body .RadDropDownList .rddlFakeInput {
  height: 16px;
}
html body .fake-dropdown-icon .rddlInner .rddlIcon {
  background-position: 0 3px;
}
/* Styles for Classic rendering */
.reToolbar.Default .InsertVideoLink {
  background-image: url('../Images/video16.png') !important;
}
/* Styles for Classic rendering */
.reToolbar.Silk .InsertVideoLink {
  background-image: url('../Images/video16.png') !important;
}
/* Styles for Lightweight rendering */
.reToolBar .reTool.reInsertVideoLink {
  background-image: url('../Images/video16.png') !important;
  background-repeat: no-repeat;
}
.reToolBar .reTool.reInsertVideoLink:before {
  display: none;
}
html.t-ie11 body .RadComboBox.vendor-input .rcbInput,
html.t-ie11 body .vendor-input .RadComboBox .rcbInput {
  padding: 5px !important;
}
html body .riSingle .w-100px {
  width: 100px !important;
}
html body .cc-panel .RadInput .riTextBox.keylines {
  border-width: 1px !important;
}
.editor font[color="inherit"],
.question-text font[color="inherit"] {
  color: inherit;
}
html .RadComboBox_Default .rcbInput {
  font-size: 14px;
  line-height: 17px;
}
html .telerik-filter .rfText {
  height: 30px;
  line-height: 30px;
}
html body .RadFilter .RadComboBox {
  width: 160px !important;
}
.k-pdf-export .dont-print {
  display: none;
}
.k-pdf-export .print-me-only {
  display: block !important;
}
.k-pdf-export .print-all {
  overflow: visible !important;
}
k-pdf-export .panel.bg-white.dashboard-item {
  height: auto;
}
.show-resize .reToolZone table tr {
  display: table-row !important;
}
.force-rating-size {
  width: 146px !important;
  height: 26px !important;
}
.RadComboBox.p-all-xxsmall {
  padding: 3px !important;
}
.RadColorPicker_Default.top-fix .rcpPalette {
  top: auto !important;
}
.tree-view ul li {
  font-weight: bold;
}
.tree-view ul li ul li {
  font-weight: normal;
}
.video-remove-overlay {
  background-color: #ffffffcc;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  width: 23px;
  height: 23px;
  line-height: 1;
  z-index: 99;
  cursor: pointer;
  text-align: center;
}
.video-remove-overlay:hover {
  background-color: #ff0000;
}
.video-resize-overlay {
  background-color: #ffffffcc;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  width: 23px;
  height: 23px;
  line-height: 1;
  z-index: 99;
  cursor: pointer;
  text-align: center;
  padding: 0;
  border: none;
}
.video-resize-overlay:hover {
  background-color: #99ccff;
}
.reTool .ToggleBackground {
  background-image: none !important;
}
.reTool .ToggleBackground:before {
  content: "\f042";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  font-size: 14px;
}
.RadComboBox span.rcbInner.rcbDisabled {
  color: #333 !important;
  background-color: #e3e3e3;
  height: 100%;
}
div.RadComboBox.vendor-input-sm button.rcbActionButton {
  padding-top: 1px;
}
div.RadComboBox.vendor-input-sm .rcbInner .rcbInput {
  padding-left: 2px;
}
.flattern-chart g[clip-path] path[stroke='none'] {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-message {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 9999;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog.modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}
.modal-dialog.modal-dialog-wide {
  max-width: 900px;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
small {
  font-size: 70%;
}
.image-upload .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.image-upload .btn + .btn {
  margin-left: 0;
}
.cc-panel,
html .RadTabStrip .rtsLevel1 .rtsLink.rtsSelected,
html .RadTabStrip_Default .rtsLevel1 .rtsLink.rtsSelected {
  background-color: white;
  color: black;
}
html body .cc-panel {
  /*.control-label {padding-left: 5px;}*/
}
html body .cc-panel label,
html body .cc-panel .competency-table span {
  color: black;
}
html body .cc-panel input,
html body .cc-panel select,
html body .cc-panel textarea {
  border-color: white;
}
html body .cc-panel .riDisabled,
html body .cc-panel .disabled,
html body .cc-panel :disabled,
html body .cc-panel html body .RadInput_Default .riTextBox:disabled,
html body .cc-panel .RadInput .riTextBox,
html body .cc-panel .RadInputMgr,
html body .cc-panel .RadComboBox_Default {
  background-color: #fff !important;
  -webkit-text-fill-color: #000 !important;
  border-width: 0 !important;
  opacity: 1  !important;
}
html body .cc-panel textarea:disabled {
  background-color: white !important;
  -webkit-text-fill-color: #000 !important;
  border-width: 0 !important;
  opacity: 1  !important;
}
html body .cc-panel input[type="image"] {
  background-color: transparent !important;
}