@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb.woff2") format("woff2"), url("../lib/din/DINWeb.woff") format("woff"), url("../lib/din/DINWeb.ttf") format("ttf");
  font-display: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-Italic.woff2") format("woff2"), url("../lib/din/DINWeb-Italic.woff") format("woff"), url("../lib/din/DINWeb-Italic.otf") format("otf");
  font-display: auto;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-Bold.woff2") format("woff2"), url("../lib/din/DINWeb-Bold.woff") format("woff"), url("../lib/din/DINWeb-Bold.ttf") format("ttf");
  font-display: auto;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-BoldItalic.woff2") format("woff2"), url("../lib/din/DINWeb-BoldItalic.woff") format("woff"), url("../lib/din/DINWeb-BoldItalic.otf") format("otf");
  font-display: auto;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-Light.woff2") format("woff2"), url("../lib/din/DINWeb-Light.woff") format("woff"), url("../lib/din/DINWeb-Light.otf") format("otf");
  font-display: auto;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-LightItalic.woff2") format("woff2"), url("../lib/din/DINWeb-LightItalic.woff") format("woff"), url("../lib/din/DINWeb-LightItalic.otf") format("otf");
  font-display: auto;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-Medium.woff2") format("woff2"), url("../lib/din/DINWeb-Medium.woff") format("woff"), url("../lib/din/DINWeb-Medium.otf") format("otf");
  font-display: auto;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../lib/din/DINWeb-MediumItalic.woff2") format("woff2"), url("../lib/din/DINWeb-MediumItalic.woff") format("woff"), url("../lib/din/DINWeb-MediumItalic.otf") format("otf");
  font-display: auto;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  src: url("../lib/FontAwesome/webfonts/fa-thin-100.eot");
  src: url("../lib/FontAwesome/webfonts/fa-thin-100.eot?#iefix") format("embedded-opentype"), url("../lib/FontAwesome/webfonts/fa-thin-100.woff2") format("woff2"), url("../lib/FontAwesome/webfonts/fa-thin-100.woff") format("woff"), url("../lib/FontAwesome/webfonts/fa-thin-100.ttf") format("truetype"), url("../lib/FontAwesome/webfonts/fa-thin-100.svg#fontawesome") format("svg");
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../lib/FontAwesome/webfonts/fa-light-300.eot");
  src: url("../lib/FontAwesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../lib/FontAwesome/webfonts/fa-light-300.woff2") format("woff2"), url("../lib/FontAwesome/webfonts/fa-light-300.woff") format("woff"), url("../lib/FontAwesome/webfonts/fa-light-300.ttf") format("truetype"), url("../lib/FontAwesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../lib/FontAwesome/webfonts/fa-regular-400.eot");
  src: url("../lib/FontAwesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../lib/FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../lib/FontAwesome/webfonts/fa-regular-400.woff") format("woff"), url("../lib/FontAwesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../lib/FontAwesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../lib/FontAwesome/webfonts/fa-solid-900.eot");
  src: url("../lib/FontAwesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../lib/FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/FontAwesome/webfonts/fa-solid-900.woff") format("woff"), url("../lib/FontAwesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../lib/FontAwesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: auto;
}
/******************************* FONTAWESOME *******************************/
.fa-fw {
  width: 1.55em;
}

.fieldError {
  margin-left: 2px;
  margin-top: 2px;
  color: #BC002A;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 16px;
  display: none;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-container > div[class^=col-] {
  flex: 0 0;
}

input[type=button] {
  cursor: pointer !important;
}

a, button, .btn {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  cursor: pointer;
}

.btn {
  background: #9CD6EE !important;
  background-color: #9CD6EE !important;
  border: 1px solid #9CD6EE !important;
  border-color: #9CD6EE !important;
  color: #222222;
}
.btn:hover, .btn:active {
  background: #59C7F5 !important;
  background-color: #59C7F5 !important;
  border: 1px solid #59C7F5 !important;
  border-color: #59C7F5 !important;
  color: #222222;
}
.btn:focus {
  background: #9CD6EE !important;
  background-color: #9CD6EE !important;
  border: 1px solid #83BDD5 !important;
  box-shadow: 0 0 0 1px #83BDD5 !important;
  border-color: #83BDD5 !important;
  color: #222222;
}
.btn.disabled {
  opacity: 0.5 !important;
}
.btn {
  display: inline-block;
  font-family: "DINWeb", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 1px transparent;
}
.btn.disabled {
  opacity: 0.5 !important;
}
.btn {
  min-width: 70px;
  padding: 10px 16px 11px 16px !important;
  font-size: 15px !important;
  line-height: 15px !important;
}
.btn-primary {
  background: #1E428A !important;
  background-color: #1E428A !important;
  border: 1px solid #1E428A !important;
  border-color: #1E428A !important;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active {
  background: #052971 !important;
  background-color: #052971 !important;
  border: 1px solid #052971 !important;
  border-color: #052971 !important;
  color: #ffffff;
}
.btn-primary:focus {
  background: #1E428A !important;
  background-color: #1E428A !important;
  border: 1px solid #132E64 !important;
  box-shadow: 0 0 0 1px #132E64 !important;
  border-color: #132E64 !important;
  color: #ffffff;
}
.btn-primary.disabled {
  background: #0074C2 !important;
  background-color: #0074C2 !important;
  opacity: 1;
}

.btn-default {
  background: #F0F0F7 !important;
  background-color: #F0F0F7 !important;
  border: 1px solid #D7DAE2 !important;
  border-color: #D7DAE2 !important;
  color: #222222 !important;
}
.btn-default:hover, .btn-default:active {
  background: #D7D7DE !important;
  background-color: #D7D7DE !important;
  border: 1px solid #D7D7DE !important;
  border-color: #D7D7DE !important;
  color: #222222 !important;
}
.btn-default:focus {
  background: #F0F0F7 !important;
  background-color: #F0F0F7 !important;
  border: 1px solid #9CD6EE !important;
  box-shadow: 0 0 0 1px #9CD6EE !important;
  border-color: #9CD6EE !important;
  color: #222222 !important;
}

.btn-lg {
  display: inline-block;
  font-family: "DINWeb", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.btn-lg:hover {
  text-decoration: none;
}
.btn-lg:focus {
  outline: 1px transparent;
}
.btn-lg.disabled {
  opacity: 0.5 !important;
}
.btn-lg {
  min-width: 160px;
  padding: 17px 30px !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.btn-sm {
  display: inline-block;
  font-family: "DINWeb", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.btn-sm:hover {
  text-decoration: none;
}
.btn-sm:focus {
  outline: 1px transparent;
}
.btn-sm.disabled {
  opacity: 0.5 !important;
}
.btn-sm {
  min-width: 70px;
  padding: 7px 10px !important;
  font-size: 15px !important;
  line-height: 15px !important;
}
.btn-xs {
  display: inline-block;
  font-family: "DINWeb", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.btn-xs:hover {
  text-decoration: none;
}
.btn-xs:focus {
  outline: 1px transparent;
}
.btn-xs.disabled {
  opacity: 0.5 !important;
}
.btn-xs {
  min-width: 70px;
  padding: 7px 10px !important;
  font-size: 15px !important;
  line-height: 15px !important;
}
.btn-xs {
  min-width: auto !important;
}

.btn-block {
  width: 100%;
  max-width: 400px;
}

button[class*=btn-cr] {
  padding: 0;
}

[class*=btn-cr] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: #F0F0F7 !important;
  background-color: #F0F0F7 !important;
  border: 1px solid #D7DAE2 !important;
  border-color: #D7DAE2 !important;
  color: #222222 !important;
}
[class*=btn-cr]:hover, [class*=btn-cr]:active {
  background: #D7D7DE !important;
  background-color: #D7D7DE !important;
  border: 1px solid #D7D7DE !important;
  border-color: #D7D7DE !important;
  color: #222222 !important;
}
[class*=btn-cr]:focus {
  background: #F0F0F7 !important;
  background-color: #F0F0F7 !important;
  border: 1px solid #9CD6EE !important;
  box-shadow: 0 0 0 1px #9CD6EE !important;
  border-color: #9CD6EE !important;
  color: #222222 !important;
}
[class*=btn-cr] {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  padding: 0 !important;
}
[class*=btn-cr]:before {
  padding: 0 !important;
}
[class*=btn-cr].blue {
  background: #9CD6EE !important;
  background-color: #9CD6EE !important;
  border: 1px solid #9CD6EE !important;
  border-color: #9CD6EE !important;
  color: #222222;
}
[class*=btn-cr].blue:hover, [class*=btn-cr].blue:active {
  background: #59C7F5 !important;
  background-color: #59C7F5 !important;
  border: 1px solid #59C7F5 !important;
  border-color: #59C7F5 !important;
  color: #222222;
}
[class*=btn-cr].blue:focus {
  background: #9CD6EE !important;
  background-color: #9CD6EE !important;
  border: 1px solid #83BDD5 !important;
  box-shadow: 0 0 0 1px #83BDD5 !important;
  border-color: #83BDD5 !important;
  color: #222222;
}
[class*=btn-cr].blue.disabled {
  opacity: 0.5 !important;
}
[class*=btn-cr].primary {
  background: #1E428A !important;
  background-color: #1E428A !important;
  border: 1px solid #1E428A !important;
  border-color: #1E428A !important;
  color: #ffffff;
}
[class*=btn-cr].primary:hover, [class*=btn-cr].primary:active {
  background: #052971 !important;
  background-color: #052971 !important;
  border: 1px solid #052971 !important;
  border-color: #052971 !important;
  color: #ffffff;
}
[class*=btn-cr].primary:focus {
  background: #1E428A !important;
  background-color: #1E428A !important;
  border: 1px solid #132E64 !important;
  box-shadow: 0 0 0 1px #132E64 !important;
  border-color: #132E64 !important;
  color: #ffffff;
}
[class*=btn-cr].primary.disabled {
  background: #0074C2 !important;
  background-color: #0074C2 !important;
  opacity: 1;
}
[class*=btn-cr].primary {
  color: #ffffff !important;
}
[class*=btn-cr].plus:before {
  content: "+" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px !important;
  color: #000000 !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[class*=btn-cr].down:before {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 24px !important;
  color: #000000 !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[class*=btn-cr].text {
  font-weight: 900;
  font-size: 27px;
}
[class*=btn-cr].match-legacy {
  background-color: dimgrey !important;
  color: #D7DAE2 !important;
  border: none !important;
  box-shadow: none !important;
}
[class*=btn-cr].match-legacy:focus {
  border: none !important;
  box-shadow: none !important;
}

.btn-cr-lg {
  width: 56px;
  height: 56px;
}

.k-svg-i-calendar {
  width: 18px !important;
  height: 18px !important;
}
.k-svg-i-calendar:before {
  content: "\f073" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px !important;
  color: #1E428A !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.caption {
  margin: 0px !important;
}
.caption.required:after {
  content: "*";
  margin-right: 5px;
  color: #BC002A;
  font-size: 14px;
}

#addUser label {
  color: #1E428A;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

#Password {
  margin-top: 0px !important;
}

.k-tooltip.k-invalid-msg, .k-tooltip.field-validation-error {
  background: lightblue !important;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.k-invalid {
  border: 1px solid red !important;
  padding: 0px !important;
}