﻿@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

:root {
  --kendo-color-primary:#2E85C2;
  --kendo-color-primary-on-surface:#2E85C2;
}

body:not(.sfHasMultiSite) {
  min-height: 100vh;
}

.sfPublicWrapper {
  margin-top: 0;
  position: relative;
  top: 20px;
}

.notification {
  width: 200px;
  padding: 24px;
  color: #fff;
}

.error-notification {
  background-color: #D51923;
}

.success-notification {
  background-color: #2E85C2;
}

.cert {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 40px;
  font-size: 16px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  /*---------------------------
  General
  ---------------------------*/
  /*---------------------------
  Text
  ---------------------------*/
  /*---------------------------
  Inputs
  ---------------------------*/
  /*---------------------------
  Grid
  ---------------------------*/
  /*---------------------------
  Kendo controls
  ---------------------------*/
  /*---------------------------
  Layout
  ---------------------------*/
  /*---------------------------
  Forms
  ---------------------------*/
  /*---------------------------
  Big Pager
  ---------------------------*/
  /*---------------------------
  Pages
  ---------------------------*/
}
.cert::after {
  clear: both;
  content: "";
  display: table;
}
.cert *, .cert *:before, .cert *:after {
  box-sizing: inherit;
}
.cert ul {
  margin: 0 0 20px 0;
}
.cert ul ul {
  margin: 0;
}
.cert ol {
  margin: 0 0 20px 0;
}
.cert ol ol {
  margin: 0;
}
.cert fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.cert fieldset strong {
  font-weight: 600;
}
.cert hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px 0;
}
.cert h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px 0;
  line-height: 1.2em;
}
.cert h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.2em;
  color: #444;
}
.cert h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.cert h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.cert h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.cert h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.cert .text-light {
  font-weight: 300;
}
.cert .text-semibold {
  font-weight: 500;
}
.cert .text-bold {
  font-weight: 600;
}
.cert .text-right {
  text-align: right;
}
.cert .text-left {
  text-align: left;
}
.cert .text-center {
  text-align: center;
}
.cert .inline {
  display: inline-block;
}
.cert .relative {
  position: relative;
}
.cert .float-right {
  float: right;
}
.cert .float-left {
  float: left;
}
.cert .clear {
  clear: both;
}
.cert .required:before {
  content: "*";
  color: #d9001b;
  font-weight: 600;
}
.cert p {
  margin: 0 0 18px;
}
.cert b {
  font-weight: 700;
}
.cert a {
  color: #2E85C2;
  text-decoration: none;
  -webkit-transition: color, 0.2s, ease;
  -moz-transition: color, 0.2s, ease;
  transition: color, 0.2s, ease;
  font-weight: 600;
}
.cert a:hover {
  color: rgb(41.1125, 118.86875, 173.3875);
  text-decoration: underline;
}
.cert input.k-textbox, .cert input[type=text], .cert input[type=email], .cert input[type=password], .cert input[type=number], .cert input[type=tel], .cert input[type=search], .cert input[type=date] {
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 0 8px;
}
.cert input.k-textbox:focus, .cert input[type=text]:focus, .cert input[type=email]:focus, .cert input[type=password]:focus, .cert input[type=number]:focus, .cert input[type=tel]:focus, .cert input[type=search]:focus, .cert input[type=date]:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
}
.cert select {
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 0 7px;
}
.cert select:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
}
.cert textarea {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 7px;
}
.cert textarea:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
}
.cert input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  opacity: 1;
  position: static;
}
.cert .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #2E85C2;
  background: #2E85C2;
  color: #fff;
  line-height: 2em;
  padding: 5px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cert .btn:hover {
  background: rgb(41.1125, 118.86875, 173.3875);
}
.cert .btn:focus-visible {
  outline: 1px solid #000;
}
.cert .btn-red {
  border-color: #d9001b;
  background: #d9001b;
}
.cert .btn-red:hover {
  background: rgb(191.5, 0, 23.8271889401);
}
.cert .btn-outline {
  border-color: #2E85C2;
  color: #2E85C2;
  background: #fff;
}
.cert .btn-outline:hover {
  background: #f5f5f5;
}
.cert .btn-red.btn-outline {
  border-color: #d9001b;
  color: #d9001b;
}
.cert .radio {
  position: relative;
  line-height: 1em;
}
.cert .radio label {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.cert .radio input {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cert .radio input:focus-visible {
  outline: none;
}
.cert .radio:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0px;
  background: transparent;
  border-radius: 50%;
}
.cert .radio:focus-within:before {
  outline: 1px solid #000;
  outline-offset: 0px;
}
.cert .btn-small {
  font-size: 12px;
  padding: 2px 15px;
  letter-spacing: 0.25px;
}
.cert #grid {
  margin-top: 60px;
}
.cert .k-grid {
  border-radius: 2px;
  border: none;
  box-shadow: none;
  /*kendo buttons*/
}
.cert .k-grid table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
}
.cert .k-grid .k-grid-header {
  background: #f2f2f2;
  border: none;
  padding-right: 0 !important;
}
.cert .k-grid .k-grid-header .k-grid-header-wrap {
  border: none;
}
.cert .k-grid .k-grid-header th.k-header {
  font-weight: 600;
  line-height: 2em;
  vertical-align: middle;
  padding: 7px 10px 8px;
  background: none;
}
.cert .k-grid .k-grid-header th.k-header > .k-cell-inner {
  margin: 0;
}
.cert .k-grid .k-grid-header th.k-header > .k-cell-inner > .k-link {
  display: block;
  padding: 0;
}
.cert .k-grid .k-grid-header .k-header.k-filterable .k-link,
.cert .k-grid .k-grid-header .k-header[data-role=columnsorter] .k-link {
  color: #2E85C2;
  cursor: pointer;
}
.cert .k-grid .k-grid-header .k-header.k-filterable .k-link:hover,
.cert .k-grid .k-grid-header .k-header[data-role=columnsorter] .k-link:hover {
  text-decoration: underline;
}
.cert .k-grid .k-grid-header .k-header.k-filterable .k-link .k-icon,
.cert .k-grid .k-grid-header .k-header[data-role=columnsorter] .k-link .k-icon {
  top: 8px;
  width: 20px;
}
.cert .k-grid .k-grid-header .k-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-top: 3px;
  position: absolute;
  color: #444;
}
.cert .k-grid .k-grid-header .k-i-sort-asc-sm:before {
  content: "\f176";
}
.cert .k-grid .k-grid-header .k-i-sort-desc-sm:before {
  content: "\f175";
}
.cert .k-grid .k-grid-header .k-grid-filter {
  display: none;
}
.cert .k-grid .k-grid-header .k-link {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2em;
}
.cert .k-grid th, .cert .k-grid td {
  border-color: #ccc;
  font-size: 15px;
  text-wrap-mode: wrap;
}
.cert .k-grid th:first-child, .cert .k-grid td:first-child {
  text-align: center;
  border-left: 1px solid #ccc;
}
.cert .k-grid th:last-child, .cert .k-grid td:last-child {
  text-align: center;
  border-right: 1px solid #ccc;
}
.cert .k-grid tr.k-selected {
  color: #444;
  background: none;
  box-shadow: none;
}
.cert .k-grid tr.k-selected:hover td,
.cert .k-grid tr.k-selected td {
  background: none;
}
.cert .k-grid tbody tr:hover {
  background: #fff;
}
.cert .k-grid tbody tr.k-alt,
.cert .k-grid tbody tr.k-alt:hover {
  background: #f2f2f2;
}
.cert .k-grid thead tr:hover,
.cert .k-grid thead th:hover {
  background: none;
}
.cert .k-grid .k-grid-pager {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  border: none;
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  color: #444;
}
.cert .k-grid .k-grid-pager .k-pager-numbers-wrap .k-dropdown {
  display: none;
}
.cert .k-grid .k-grid-pager .k-pager-numbers-wrap select {
  display: none !important;
}
.cert .k-grid .k-grid-pager .k-pager-numbers-wrap .k-pager-numbers {
  display: flex !important;
}
.cert .k-grid .k-grid-pager .k-pager-numbers {
  margin-bottom: 0;
}
.cert .k-grid .k-grid-pager .k-pager-numbers .k-button:before, .cert .k-grid .k-grid-pager .k-pager-numbers .k-button:after {
  content: none !important;
}
.cert .k-grid .k-grid-pager .k-pager-numbers .k-link {
  border-radius: 0;
  border: none;
  font-weight: 600;
}
.cert .k-grid .k-grid-pager .k-pager-numbers .k-link:hover {
  background: none;
}
.cert .k-grid .k-grid-pager .k-pager-numbers .k-link:focus {
  box-shadow: none;
}
.cert .k-grid .k-grid-pager .k-pager-numbers .k-button.k-selected {
  color: #999;
  background: none;
  font-weight: 400;
  box-shadow: none;
}
.cert .k-grid .k-grid-pager .k-pager-info {
  display: block;
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
}
.cert .k-grid .k-grid-pager > .k-link {
  border: none;
  border-radius: 0;
}
.cert .k-grid .k-grid-pager > .k-link:hover {
  background: none;
}
.cert .k-grid .k-grid-pager > .k-link:focus {
  box-shadow: none;
}
.cert .k-grid .k-grid-pager > .k-link .k-icon, .cert .k-grid .k-grid-pager > .k-link .k-icon:before {
  color: #2E85C2;
}
.cert .k-grid .k-grid-pager > .k-link .k-i-arrow-60-left,
.cert .k-grid .k-grid-pager > .k-link .k-i-arrow-60-right:before {
  font-size: 16px;
}
.cert .k-grid .k-grid-pager > .k-link .k-i-arrow-end-left,
.cert .k-grid .k-grid-pager > .k-link .k-i-arrow-end-right:before {
  font-size: 14px;
}
.cert .k-grid .k-grid-pager > .k-link .k-icon:hover {
  color: rgb(41.1125, 118.86875, 173.3875);
}
.cert .k-grid .k-grid-header-locked,
.cert .k-grid .k-grid-content-locked {
  border: none;
}
.cert .k-grid .k-grid-content.k-auto-scrollable {
  overflow-y: hidden;
}
.cert .k-grid .k-command-cell .k-button {
  padding: 0;
  border: none;
  margin: 0;
  text-decoration: underline;
  min-width: 0;
  background: none;
  color: #2E85C2;
  font-weight: 600;
}
.cert .k-grid .k-command-cell .k-button .k-icon {
  display: none;
}
.cert .k-grid .k-command-cell .k-button + .k-button {
  margin-left: 10px;
}
.cert .k-grid .k-datepicker {
  width: 100% !important;
}
.cert .k-grid .k-datepicker .k-picker-wrap .k-input {
  height: 36px;
  font-size: 15px;
}
.cert .k-grid .k-datepicker .k-select {
  background: #fff;
}
.cert .k-grid .k-icon:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #555;
}
.cert .k-grid .k-icon.k-i-collapse:before {
  content: "\f068";
}
.cert .k-grid .k-icon.k-icon.k-i-expand:before {
  content: "+";
}
.cert .k-grid .k-icon:hover {
  text-decoration: none;
}
.cert .k-grid .k-hierarchy-col {
  width: 40px;
}
.cert .k-grid .k-hierarchy-cell + td {
  border-left-width: 1px;
}
.cert .k-grid .k-detail-cell {
  padding: 0;
}
.cert .k-grid .k-grid-toolbar {
  padding: 0;
  background: none;
}
.cert .k-grid .k-grid-toolbar h2 {
  margin: 0;
}
.cert .k-grid .k-grid-toolbar .k-button {
  border-color: #2E85C2;
  color: #2E85C2;
  background: #fff;
  font-weight: 600;
  border-radius: 2px;
}
.cert .k-grid .k-grid-toolbar .k-button:hover {
  background: #f5f5f5;
}
.cert .k-grid .k-grid-toolbar:before {
  content: none;
}
.cert .k-grid .k-grid-toolbar:first-child {
  border: none;
}
.cert .k-grid .k-grid-toolbar:after {
  content: none;
}
.cert .k-grid .k-grid-toolbar .k-button.k-grid-add {
  padding: 5px 25px;
  font-size: 14px;
  line-height: 2em;
  margin: 0;
}
.cert .k-grid .k-grid-toolbar .k-button.k-grid-add:hover {
  text-decoration: none;
}
.cert .k-grid .k-grid-toolbar .k-button.k-grid-add .k-icon {
  display: none;
}
.cert input.k-textbox {
  text-indent: 0;
}
.cert .k-picker.k-dropdownlist {
  border-color: #aaa;
  border-radius: 2px;
}
.cert .k-picker.k-dropdownlist .k-input-inner {
  padding: 3px 7px;
}
.cert .k-picker.k-dropdownlist .k-input-value-text {
  line-height: 2em;
}
.cert .k-picker.k-dropdownlist .k-input-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: auto;
}
.cert .k-picker.k-dropdownlist:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
  box-shadow: none;
}
.cert .k-picker.k-dropdownlist:hover {
  background: #fff;
}
.cert .k-input,
.cert .k-combobox {
  border-color: #aaa;
  border-radius: 2px;
}
.cert .k-input:focus-within,
.cert .k-combobox:focus-within {
  outline: 1px solid #000;
  outline-offset: -1px;
  box-shadow: none;
}
.cert .k-input .k-input-inner,
.cert .k-combobox .k-input-inner {
  border: none;
  height: 38px;
}
.cert .k-input .k-input-inner:focus,
.cert .k-combobox .k-input-inner:focus {
  outline: none;
}
.cert .k-input .k-input-button,
.cert .k-combobox .k-input-button {
  height: auto;
  background: #fff;
}
.cert .k-input .k-input-button:hover,
.cert .k-combobox .k-input-button:hover {
  background: #fff;
}
.cert .k-input .k-clear-value,
.cert .k-combobox .k-clear-value {
  display: none;
}
.cert .k-datepicker {
  width: calc(50% - 20px);
  border: 1px solid #aaa;
  border-radius: 2px;
  margin: 0;
}
.cert .k-datepicker:focus-within {
  outline: 1px solid #000;
  outline-offset: -1px;
  box-shadow: none;
}
.cert .k-datepicker .k-input-inner {
  border: none;
  height: 38px;
}
.cert .k-datepicker .k-input-inner:focus {
  outline: none;
}
.cert .k-datepicker .k-input-button {
  height: auto;
  position: relative !important;
  right: auto !important;
  color: #333 !important;
}
.cert .k-datepicker .k-input-button:hover {
  background: #fff;
}
.cert .daterange {
  display: flex;
  align-items: center;
}
.cert .daterange .daterange_and {
  width: 30px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.cert .k-numerictextbox {
  border-color: #aaa;
  border-radius: 2px;
}
.cert .k-numerictextbox:focus-within {
  outline: 1px solid #000;
  outline-offset: -1px;
  box-shadow: none;
}
.cert .k-numerictextbox .k-input-inner {
  border: none;
  height: 38px;
}
.cert .k-numerictextbox .k-input-inner:focus {
  outline: none;
}
.cert .k-numerictextbox .k-icon-button {
  background: #fff;
}
.cert .k-numerictextbox .k-icon-button:hover {
  background: #fff;
}
.cert .k-numerictextbox .k-icon-button .k-icon:before {
  font-size: 14px;
}
.cert .k-numerictextbox .k-spinner-increase {
  margin-top: 1px;
}
.cert .numeric_wrap {
  width: 136px;
}
.cert .numeric_wrap + .numeric_wrap {
  margin-left: 10px;
}
.cert .k-form-error.k-invalid-msg {
  display: inline-block;
  color: red;
  font-size: 11px;
  line-height: 1.2em;
  padding-top: 3px;
  margin-bottom: -5px;
}
.cert .k-switch:focus {
  box-shadow: none;
}
.cert .k-switch:focus .k-switch-track {
  border-color: #000;
}
.cert .k-switch .k-switch-track {
  box-shadow: none;
  border-color: #aaa;
}
.cert .k-switch .k-switch-track .k-switch-label-on, .cert .k-switch .k-switch-track .k-switch-label-off {
  font-size: 14px;
}
.cert .k-switch .k-switch-thumb {
  border-color: #aaa;
}
.cert .k-switch.k-switch-on .k-switch-track {
  background-color: #2E85C2;
}
.cert div.k-upload {
  border: none;
  background: #f8f8f8;
  padding: 3px;
}
.cert div.k-upload .k-upload-button-wrap .k-button {
  border-color: #aaa;
  font-size: 14px;
  line-height: 2em;
  padding: 2px 25px;
  margin: 0;
  background-color: #fff;
}
.cert div.k-upload .k-upload-button-wrap .k-button:active:hover {
  border: 1px solid #aaa;
}
.cert div.k-upload .k-upload-button-wrap .k-button:hover {
  background-color: #f5f5f5;
}
.cert div.k-upload .k-upload-button-wrap .k-button:focus-within {
  outline: 1px solid #000;
  outline-offset: -1px;
}
.cert div.k-upload .k-dropzone.k-upload-dropzone {
  background-color: transparent;
}
.cert div.k-upload .k-upload-files {
  padding: 0;
  border: 0;
  background: none;
}
.cert div.k-upload .k-upload-files .k-file {
  padding: 8px 3px 5px;
  background: none;
}
.cert div.k-upload .k-upload-files .k-file > .k-file-name-size-wrapper {
  margin-left: 5px;
}
.cert div.k-upload .k-upload-files .k-file .k-progressbar {
  bottom: 0;
  width: 100%;
}
.cert div.k-upload .k-upload-files .k-file .k-upload-status .k-button {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
}
.cert div.k-upload .k-upload-files .k-file .k-upload-status .k-button .k-icon.k-i-close {
  display: block;
}
.cert div.k-upload .k-upload-files .k-file .k-upload-status .k-button .k-icon.k-i-close:before {
  content: "\f00d";
}
.cert div.k-upload .k-action-buttons {
  display: none;
}
.cert div.k-upload .k-file-validation-message {
  font-size: 12px;
}
.cert div.k-upload .k-actions {
  margin-left: 0;
  margin-right: 0;
}
.cert .k-button:focus {
  box-shadow: none !important;
}
.cert .layout-12col {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}
.cert .layout-12col .layout_12 {
  flex: 0 0 auto;
  width: 100%;
}
.cert .layout-12col .layout_8 {
  flex: 0 0 auto;
  width: calc(66.66666667% - 25px);
}
.cert .layout-12col .layout_6 {
  flex: 0 0 auto;
  width: calc(50% - 25px);
}
.cert .layout-12col .layout_4 {
  flex: 0 0 auto;
  width: calc(33.33333333% - 33.3333333333px);
}
.cert .layout-12col .layout_3 {
  flex: 0 0 auto;
  width: calc(25% - 37.5px);
}
.cert .layout-12col .layout_2 {
  flex: 0 0 auto;
  width: calc(16.666666666% - 41.6666666667px);
}
.cert .layout-8col {
  display: flex;
  gap: 20px;
  align-items: end;
}
.cert .layout-8col .layout_1 {
  flex: 0 0 auto;
  width: calc(12.5% - 17.5px);
}
.cert .layout-8col .layout_2 {
  flex: 0 0 auto;
  width: calc(25% - 15px);
}
.cert .layout-8col .layout_4 {
  flex: 0 0 auto;
  width: calc(50% - 10px);
}
.cert .form_group {
  margin-bottom: 20px;
}
.cert .form_group label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  line-height: 1.25em;
}
.cert .form_group textarea {
  width: 100%;
}
.cert .form_group input, .cert .form_group select, .cert .form_group textarea {
  width: 100%;
}
.cert .form_group .k-dropdown {
  width: 100%;
}
.cert .form_group .k-numerictextbox, .cert .form_group .k-combobox {
  width: 100%;
  max-width: 100%;
}
.cert .form_group-inline {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.cert .form_group-inline label {
  margin-right: 10px;
  text-align: right;
  margin-bottom: 0;
  display: block;
  line-height: 2em;
  padding: 4px 0px;
}
.cert .form_group-inline input, .cert .form_group-inline select, .cert .form_group-inline textarea, .cert .form_group-inline .k-combobox {
  flex-grow: 1;
  width: auto;
}
.cert .pager-wrap {
  background: #fff;
  font-weight: 700;
  background: #f2f2f2;
}
.cert .pager-wrap > span {
  padding: 0 20px;
  font-size: 14px;
}
.cert .pager-wrap .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cert .pager-wrap .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cert .showonaddcert, .cert .showonsavepackage {
  display: none;
}
.cert .cert_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.cert .cert_head h1 {
  margin-bottom: 0;
}
.cert .cert_head .cert_head_tools {
  display: flex;
}
.cert .cert_head .cert_head_tools .pager-wrap {
  margin-right: 30px;
}
.cert .cert_foot {
  display: flex;
  justify-content: space-between;
}
.cert .cert_foot > div {
  display: flex;
  gap: 20px;
}
.cert .details {
  margin-bottom: 40px;
}
.cert .details .layout_4 .form_group label {
  width: 120px;
}
.cert .details textarea {
  height: 250px;
}
.cert .agency_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cert .agency_head h2 {
  margin-bottom: 0;
}
.cert #grid-agencies {
  margin-bottom: 50px;
}
.cert #grid-coolant {
  margin-bottom: 40px;
}
.cert #grid-shielding {
  margin-bottom: 40px;
}
.cert #grid-contents {
  margin-bottom: 40px;
}
.cert #grid-agencies .k-grid-toolbar,
.cert #grid-coolant .k-grid-toolbar,
.cert #grid-shielding .k-grid-toolbar,
.cert #grid-contents .k-grid-toolbar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cert .package {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 40px;
}
.cert .package .package_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}
.cert .package .package_head h2 {
  margin-bottom: 0;
}
.cert .package .package_head .package_head_tools {
  display: flex;
}
.cert .package .package_head .package_head_tools .pager-wrap {
  margin-right: 30px;
  background: none;
}
.cert .package .package_content {
  padding: 30px;
}
.cert .package .package_actions {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.cert .package .package_foot {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
}
.cert .table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cert .table_head h2 {
  margin-bottom: 0;
}
.cert .cert_packageid,
.cert .cert_certno,
.cert .cert_modalname,
.cert .cert_chemcomp,
.cert .cert_contentlimit,
.cert .cert_gross,
.cert .cert_payload {
  display: flex;
  flex-wrap: wrap;
}
.cert .cert_packageid label,
.cert .cert_certno label,
.cert .cert_modalname label,
.cert .cert_chemcomp label,
.cert .cert_contentlimit label,
.cert .cert_gross label,
.cert .cert_payload label {
  width: 100%;
}
.cert .cert_packageid .k-dropdownlist,
.cert .cert_certno .k-dropdownlist,
.cert .cert_modalname .k-dropdownlist,
.cert .cert_chemcomp .k-dropdownlist,
.cert .cert_contentlimit .k-dropdownlist,
.cert .cert_gross .k-dropdownlist,
.cert .cert_payload .k-dropdownlist {
  width: 120px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cert .cert_packageid input,
.cert .cert_certno input,
.cert .cert_modalname input,
.cert .cert_chemcomp input,
.cert .cert_contentlimit input,
.cert .cert_gross input,
.cert .cert_payload input {
  flex-grow: 1;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.cert .cert_packageid .k-numerictextbox,
.cert .cert_certno .k-numerictextbox,
.cert .cert_modalname .k-numerictextbox,
.cert .cert_chemcomp .k-numerictextbox,
.cert .cert_contentlimit .k-numerictextbox,
.cert .cert_gross .k-numerictextbox,
.cert .cert_payload .k-numerictextbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.cert .cert_contentlimit .k-dropdownlist,
.cert .cert_gross .k-dropdownlist,
.cert .cert_payload .k-dropdownlist {
  width: 190px;
}
.cert .cert_gross,
.cert .cert_payload {
  justify-content: end;
}
.cert .cert_gross .k-numerictextbox,
.cert .cert_payload .k-numerictextbox {
  width: 136px;
}
.cert .cert_dimweight label {
  text-align: left;
}
.cert .cert_dimweight .layout_6 .form_group-inline {
  justify-content: end;
}
.cert .cert_dimweight .form_group {
  margin-bottom: 10px;
}
.cert .date > span {
  padding: 4px 0px;
  line-height: 2em;
}

/*---------------------------
Admin modals
---------------------------*/
/* Are you sure? dialogs */
.k-window.k-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  border: none;
  zoom: 1.01;
}
.k-window.k-dialog .k-window-titlebar {
  display: none;
}
.k-window.k-dialog .k-window-content {
  padding: 30px;
  font-size: 16px;
}
.k-window.k-dialog .k-actions {
  border: none;
  padding: 0 30px 20px;
  margin: 0;
  gap: 16px;
}
.k-window.k-dialog .k-actions .k-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #2E85C2;
  background: #fff;
  color: #2E85C2;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25px;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.k-window.k-dialog .k-actions .k-button:hover {
  background: #f5f5f5;
}
.k-window.k-dialog .k-actions .k-button:focus {
  box-shadow: none;
}
.k-window.k-dialog .k-actions .k-button:focus-visible {
  outline: 1px solid #000;
  outline-offset: 1px;
}
.k-window.k-dialog .k-actions .k-button-solid-primary {
  background: #2E85C2;
  color: #fff;
}
.k-window.k-dialog .k-actions .k-button-solid-primary:hover {
  background: rgb(41.1125, 118.86875, 173.3875);
}
.k-window.k-dialog .k-actions .k-button-solid-primary:focus {
  box-shadow: none;
}
.k-window.k-dialog .k-actions .k-button-solid-primary:focus-visible {
  outline: 1px solid #000;
  outline-offset: 1px;
}

.k-window:not(.k-dialog) .cert {
  padding: 0;
}
.k-window:not(.k-dialog) .k-window-titlebar .k-window-title {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.k-window:not(.k-dialog) .k-window-content {
  padding: 20px;
}
.k-window:not(.k-dialog) .k-window-content .k-edit-form-container {
  max-width: 100%;
  width: 700px;
}
.k-window:not(.k-dialog) .k-window-content .k-edit-form-container .layout-8col {
  align-items: flex-start;
}
.k-window:not(.k-dialog) .k-window-content .k-edit-form-container .k-datepicker {
  width: 100%;
}
.k-window:not(.k-dialog) .k-window-content .k-edit-form-container hr {
  margin: 10px 0 30px 0;
}
.k-window:not(.k-dialog) .k-actions {
  margin: 0;
  padding: 0 20px 20px;
  border: 0;
  justify-content: flex-end;
  gap: 16px;
}
.k-window:not(.k-dialog) .k-actions .k-icon {
  display: none;
}
.k-window:not(.k-dialog) .k-actions .k-button {
  width: 110px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #2E85C2;
  background-color: #2E85C2;
  color: #fff;
  line-height: 2em;
  padding: 5px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 2px;
  -webkit-transition: background-color, 0.2s, ease;
  -moz-transition: background-color, 0.2s, ease;
  transition: background-color, 0.2s, ease;
}
.k-window:not(.k-dialog) .k-actions .k-button:hover {
  background-color: rgb(41.1125, 118.86875, 173.3875);
}
.k-window:not(.k-dialog) .k-actions .k-button:focus-visible {
  outline: 1px solid #000;
}
.k-window:not(.k-dialog) .k-actions .k-button.k-button-solid-base {
  background-color: #fff;
  color: #2E85C2;
}
.k-window:not(.k-dialog) .k-actions .k-button.k-button-solid-base:hover {
  background-color: #f5f5f5;
}
.k-window:not(.k-dialog) .k-actions .k-button:focus {
  box-shadow: none !important;
}

.k-animation-container .k-popup {
  padding: 0;
  border: 1px solid #aaa;
}
.k-animation-container .k-popup .k-list {
  border: none;
  font-size: 12px;
}
.k-animation-container .k-popup .k-list .k-list-scroller {
  padding: 0;
}
.k-animation-container .k-popup .k-list .k-list-item {
  line-height: 2em;
  padding: 3px 7px;
  border: none;
  border-radius: 0;
}
.k-animation-container .k-popup .k-list .k-list-item.k-selected {
  box-shadow: none;
  background-color: #eee;
  color: #444;
}
.k-animation-container .k-popup .k-list .k-list-item:hover {
  background-color: #eee;
}
.k-animation-container .k-popup .k-list-optionlabel {
  background-color: #fff;
  line-height: 2em;
  padding: 3px 7px;
  box-shadow: none;
  color: #444;
  border: none;
  font-weight: normal;
}
.k-animation-container .k-popup .k-list-optionlabel:hover {
  background-color: #eee;
}
.k-animation-container .k-popup .k-list-optionlabel.k-selected {
  background-color: #eee;
}

.k-calendar-container.k-popup {
  padding: 0;
  background: #fff;
  font-size: 12px !important;
  border-color: #aaa;
  border-radius: 2px;
}
.k-calendar-container.k-popup .k-link {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.k-calendar-container.k-popup .k-selected .k-link {
  background: #2E85C2;
  color: #fff;
}
.k-calendar-container.k-popup .k-calendar-centuryview .k-calendar-td,
.k-calendar-container.k-popup .k-calendar-decadeview .k-calendar-td,
.k-calendar-container.k-popup .k-calendar-yearview .k-calendar-td {
  inline-size: unset;
  block-size: unset;
}
.k-calendar-container.k-popup .k-calendar-th {
  font-size: 12px;
}
.k-calendar-container.k-popup .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar-container.k-popup .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
  background-color: rgb(41.1125, 118.86875, 173.3875);
}

#file_exists {
  border-radius: 2px;
  text-align: center;
  background-color: #efefef;
  padding: 12px 0;
  font-weight: 600;
}
#file_exists .fa-check-circle, #file_exists .fa-times-circle {
  margin-right: 5px;
}
#file_exists a {
  text-decoration: underline;
}
#file_exists.success {
  background-color: #d1e7dd;
}
#file_exists.success a, #file_exists.success i {
  color: #0a3622;
}
#file_exists.success .fa-arrow-up-right-from-square {
  font-size: 12px;
  position: relative;
  top: -2px;
  display: inline;
  vertical-align: baseline;
}

/*---------------------------
Kendo Icons
---------------------------*/
.k-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #444;
}
.k-icon.k-i-arrow-end-left, .k-icon.k-i-arrow-60-left, .k-icon.k-i-arrow-end-right, .k-icon.k-i-arrow-60-right {
  height: 100%;
  color: #444;
  margin-top: 0;
}
.k-icon.k-i-arrow-end-left:before {
  content: "\f048";
  font-size: 13px;
  top: 1px;
}
.k-icon.k-i-arrow-60-left:before {
  content: "\f0d9";
  font-size: 16px;
}
.k-icon.k-i-arrow-end-right:before {
  content: "\f051";
  font-size: 13px;
  top: 1px;
}
.k-icon.k-i-arrow-60-right:before {
  content: "\f0da";
  font-size: 16px;
}
.k-icon.k-i-arrow-s:before {
  content: "\f0d7";
  font-size: 16px;
  color: #555;
}
.k-icon.k-i-arrow-n:before {
  content: "\f0d8";
  font-size: 16px;
  color: #555;
}
.k-icon.k-i-calendar:before {
  content: "\f073";
  color: #555;
}
.k-icon.k-i-close:before {
  content: "\f00d";
}
.k-icon.k-i-file-pdf:before {
  content: "\f1c1";
}

/*---------------------------
Search Form (public)
---------------------------*/
#searchForm {
  font-size: 12px;
  padding: 20px 20px 60px;
  font-family: inherit;
}
#searchForm h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.2em;
  text-align: center;
}
#searchForm h1 + h2 {
  text-decoration: none;
}
#searchForm h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.2em;
  color: #444;
  text-align: center;
  text-decoration: underline;
}
#searchForm h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
#searchForm p {
  margin-bottom: 30px;
}
#searchForm .search_head {
  position: relative;
  margin-bottom: 35px;
  margin-top: 40px;
}
#searchForm .search_head h2 {
  margin-bottom: 0;
}
#searchForm .search_head .btn {
  position: absolute;
  left: 0;
  top: -5px;
}
#searchForm .layout-12col {
  margin-bottom: 40px;
}
#searchForm .k-dropdownlist .k-input-inner {
  padding: 7px;
}
#searchForm .form_group:not(.form_group-inline) label {
  margin-bottom: 5px;
}
#searchForm .form_group-inline label {
  padding: 8px 0px;
}
#searchForm .form_group label {
  font-weight: bold;
}
#searchForm .cert_dimweight label {
  text-align: left;
}
#searchForm .cert_dimweight .layout_6 .form_group-inline {
  justify-content: end;
}
#searchForm .cert_dimweight .layout_6 label {
  font-weight: normal;
}
#searchForm .cert_dimweight .layout_3:nth-child(2) label {
  font-weight: normal;
}
#searchForm .search {
  visibility: hidden;
}
#searchForm .k-input-md, #searchForm .k-picker-md {
  font-size: 12px;
}
#searchForm .k-picker-solid {
  background: #fff;
}
#searchForm .k-datepicker .k-input-button {
  border: none;
}

.search {
  margin-bottom: 40px;
}
.search .layout_4 .form_group label {
  width: 120px;
}
.search .k-grid td:nth-last-child(2) {
  font-size: 13px;
}
.search #grid {
  margin-bottom: 40px;
}

/*---------------------------
Public grids
---------------------------*/
#results {
  font-size: 12px;
  padding: 20px 20px 60px;
  font-family: inherit;
}
#results h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 25px 0;
  line-height: 1.2em;
  text-align: center;
}
#results .search_head {
  position: relative;
  margin-bottom: 25px;
}
#results .search_head h1 {
  margin-bottom: 0;
}
#results .search_head .btn {
  position: absolute;
  left: 0;
  top: 0;
}
#results .results-moderate .k-grid-content,
#results .results-full .k-grid-content {
  width: calc(100% - 200px) !important;
}
#results .results-moderate .k-grid-header-wrap > table th:first-child, #results .results-moderate .k-grid-header-wrap > table td:first-child,
#results .results-moderate .k-grid-content > table th:first-child,
#results .results-moderate .k-grid-content > table td:first-child,
#results .results-full .k-grid-header-wrap > table th:first-child,
#results .results-full .k-grid-header-wrap > table td:first-child,
#results .results-full .k-grid-content > table th:first-child,
#results .results-full .k-grid-content > table td:first-child {
  border-left: 0;
}
#results .k-grid .k-grid-toolbar {
  justify-content: flex-end;
  padding: 0;
  border: none;
  background: none;
}
#results .k-grid .k-grid-toolbar .k-grid-pdf {
  border-radius: 2px;
  padding: 5px 8px 3px;
  margin: 0 0 5px;
  color: #2E85C2;
  border-color: #2E85C2;
  font-weight: 600;
}
#results .k-grid .k-grid-toolbar .k-grid-pdf .k-icon {
  display: none;
}
#results .grid_wrap {
  position: relative;
}
#results .grid_wrap > .k-dropdownlist {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 190px;
}
#results .grid_wrap > .k-dropdownlist .k-input-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#results .grid_wrap > .k-dropdownlist .k-input-value-text {
  padding: 1px 0;
}

#certificates-list-grid th,
#grid-results th {
  font-size: 12px;
}
#certificates-list-grid td,
#certificates-list-grid .k-grid-pager,
#grid-results td,
#grid-results .k-grid-pager {
  font-size: 12px;
  line-height: 1.3em;
}
#certificates-list-grid td,
#grid-results td {
  padding: 10px 10px 8px;
  font-size: 12px;
}
#certificates-list-grid td:last-child,
#grid-results td:last-child {
  text-align: unset;
}
#certificates-list-grid .k-grid-content-locked > table,
#certificates-list-grid .k-grid-header-locked > table,
#grid-results .k-grid-content-locked > table,
#grid-results .k-grid-header-locked > table {
  border-radius: 0;
  border-top: 0;
}
#certificates-list-grid .k-grid-content-locked > table th, #certificates-list-grid .k-grid-content-locked > table td,
#certificates-list-grid .k-grid-header-locked > table th,
#certificates-list-grid .k-grid-header-locked > table td,
#grid-results .k-grid-content-locked > table th,
#grid-results .k-grid-content-locked > table td,
#grid-results .k-grid-header-locked > table th,
#grid-results .k-grid-header-locked > table td {
  border-right: 2px solid #ccc;
}
#certificates-list-grid .k-grid-header-wrap > table,
#certificates-list-grid .k-grid-content > table,
#grid-results .k-grid-header-wrap > table,
#grid-results .k-grid-content > table {
  border-radius: 0;
  border-top: 0;
}
#certificates-list-grid .k-grid-content td:last-child,
#grid-results .k-grid-content td:last-child {
  border-right: 0;
}
#certificates-list-grid .k-grid-header,
#grid-results .k-grid-header {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
}
#certificates-list-grid .k-grid-content,
#grid-results .k-grid-content {
  border-right: 1px solid #ccc;
}
#certificates-list-grid .k-pager-sizes,
#grid-results .k-pager-sizes {
  padding-top: 0;
  margin-top: -4px;
}
#certificates-list-grid .k-picker.k-dropdownlist .k-input-inner,
#grid-results .k-picker.k-dropdownlist .k-input-inner {
  padding: 3px 7px;
}

#certificates-list-grid .k-grid-content {
  min-height: 100px;
  border-right: none;
}
#certificates-list-grid .k-grid-content > table {
  border-right: 1px solid #ccc;
}
#certificates-list-grid .k-column-title {
  white-space: normal;
  line-height: 1rem;
}
#certificates-list-grid td:nth-child(2) {
  white-space: nowrap;
}
#certificates-list-grid th:last-child {
  border-right: none;
}

/*---------------------------
Export modal
---------------------------*/
.modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}

.modal {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 170px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
  padding: 30px;
  border-radius: 2px;
}
.modal h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 25px 0;
  line-height: 1.2em;
}
.modal .progress-bar {
  width: 70%;
  background: #f4f4f4;
  padding: 3px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.modal .progress-bar-fill {
  display: block;
  height: 22px;
  background: #2E85C2;
  transition: width 500ms ease-in-out;
}
