﻿.k-textbox,
.k-textarea,
.k-input.k-textbox {
  border-radius: 4px;
  border-color: #DDDDDD;
  background: #fafafa;
}
.k-button.k-state-disabled {
  opacity: 0.45;
}
.k-textbox:hover,
.k-textbox.k-state-hover,
.k-textarea:hover,
.k-textarea.k-state-hover,
.k-input.k-textbox:hover,
.k-input.k-textbox.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  transition: none;
  border: 1px solid black;
}
.kpi-repair-category-block .kpi-sub-category-block {
  border-top: 2px solid #dee2e6;
}
.lh-1 {
  line-height: 1;
}
.fields-selection-container {
  width: 600px;
  margin: auto;
}
.fields-selection-container .custom-control-label .input-holder {
  padding-top: 6px;
}
#formsDropdown-list .k-list-optionlabel {
  padding-left: 30px;
}
#formsDropdown-list .k-list-scroller {
  max-height: 300px;
}
#zonesDropdown-list .k-list-optionlabel {
  padding-left: 30px;
}
#zonesDropdown-list .k-list-scroller {
  max-height: 300px;
}
#viewsDropdown_listbox li.k-item {
  padding: 0 30px;
}
#formsDropdown_listbox .k-item {
  padding-left: 30px;
}
#formsDropdown_listbox .k-list-scroller {
  max-height: 300px;
}
#zonesDropdown_listbox .k-item {
  padding-left: 30px;
}
.forms-report-container .forms-dropdown-container {
  width: 320px;
}
.forms-report-container #formsDropdown {
  width: 320px;
  height: 38px;
}
.forms-report-container #zonesDropdown {
  width: 320px;
  height: 38px;
}
.custom-multiselect .k-multiselect-wrap {
  border-radius: 4px;
}
.custom-multiselect .k-button {
  display: inline-flex;
  align-items: center;
  text-transform: none !important;
  transition: none;
  pointer-events: none !important;
  cursor: default;
  border-radius: 60px;
  font-size: 16px;
  line-height: 36px;
  min-height: 36px;
  height: 36px;
  border-color: #656565;
  background: #FAFAFA;
  outline: none;
  padding-left: 15px;
  position: relative;
  float: left;
}
.custom-multiselect-logos .k-button {
  height: auto;
  border-radius: 0;
  background: #fff;
}
.custom-multiselect-logos .k-button img {
  width: 150px;
  height: 80px;
  object-fit: contain;
  display: block;
}
.custom-multiselect-logos .k-button .name {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
#formsGrid.k-grid .k-selectable .k-master-row {
  cursor: pointer;
}
#formsGrid {
  min-height: 100px;
}
#formsGrid .no-data {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #888;
}
.k-state-focused .k-multiselect-wrap,
.k-numerictextbox .k-state-focused {
  border-color: #000 !important;
}
.custom-multiselect .k-button:hover {
  -webkit-animation: none !important;
  outline: none !important;
}
.custom-multiselect .k-button .k-icon {
  pointer-events: auto;
}
.custom-multiselect .k-multiselect-wrap .k-button span {
  display: inline-block;
  line-height: 26px;
  float: left;
}
.custom-multiselect .k-button:hover,
.k-button.k-state-hover {
  color: #000;
}
.k-animation-container .k-popup .k-list .k-item.k-state-selected:before {
  margin-left: 4px;
}
#divDealershipSearch {
  max-width: 500px;
}
#divDealershipSearch .k-multiselect-wrap {
  cursor: pointer;
}
.category-classification-badge {
  display: inline-flex;
  align-items: center;
  cursor: default;
  border-radius: 60px;
  font-size: 16px;
  line-height: 36px;
  min-height: 36px;
  height: 36px;
  border: 1px solid #656565;
  border-color: #656565;
  padding-left: 15px;
  outline: 1px solid transparent;
  margin-right: 0.25rem;
  float: left;
  padding: 0.5rem;
  margin: 0.25rem 0.25rem 0 0;
}
.category-classification-badge.compliancy {
  background: #f5e6e5;
}
.category-classification-badge.excellence {
  background: #cbe4f7;
}
.category-classification-badge.kpi {
  background: #d3e7d4;
}
#dealerListBlock {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
#dealerListBlock .k-multiselect-wrap {
  cursor: pointer;
}
#dealerListBlock .title {
  font-size: 16px;
  line-height: 24px;
  padding-left: 12px;
  position: relative;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#dealerListBlock .accordion-button.kpi-accordian::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  transition: ease 0.2s;
  transform: none;
  padding-left: 3px;
}
#dealerListBlock .delete {
  font-size: 20px;
  line-height: 24px;
  color: #c72309;
  text-align: right;
  cursor: pointer;
}
#dealerListBlock .accordion-button {
  width: 35%;
}
#dealerListBlock .accordion-button.kpi-accordian[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
#dealerListBlock .classification-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e6e8;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#dealerListBlock .extra-content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  padding-left: 0.75rem;
}
#dealerListBlock .extra-content-block .categories-preview-text {
  line-height: 24px;
  font-size: 16px;
}
#dealerListBlock #multiSelectContainer {
  display: none;
}
#dealerListBlock .assign-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
#dealerListBlock .first-block {
  width: 35%;
}
#dealerListBlock .second-block {
  width: 65%;
}
#dealerListBlock .second-block .k-multiselect-wrap {
  border: 0;
  background-color: #fff;
}
#dealerListBlock .second-block .k-multiselect-wrap:hover {
  background-color: #fff;
  border: 0;
}
#dealerListBlock .second-block .k-input {
  color: #227ece;
  cursor: pointer;
  opacity: 1;
}
#dealerListBlock .second-block .k-input:focus {
  color: #000;
  background-color: #fff;
}
#dealerListBlock .second-block .k-reset .k-button {
  margin-left: 0.25rem;
}
#dealerListBlock .classification-row[data-classification-id="1"] .assign-categories-multiselect {
  padding-right: 30px;
}
#dealerListBlock .classification-row[data-classification-id="1"] .assign-categories-multiselect .k-button {
  background: #f5e6e5;
}
#dealerListBlock .classification-row[data-classification-id="2"] .assign-categories-multiselect {
  padding-right: 30px;
}
#dealerListBlock .classification-row[data-classification-id="2"] .assign-categories-multiselect .k-button {
  background: #cbe4f7;
}
#dealerListBlock .classification-row[data-classification-id="3"] .assign-categories-multiselect {
  padding-right: 30px;
}
#dealerListBlock .classification-row[data-classification-id="3"] .assign-categories-multiselect .k-button {
  background: #d3e7d4;
}
#dealerListBlock .custom-checkbox span {
  font-size: 16px;
}
#dealerListBlock .custom-checkbox .custom-control-label:before {
  width: 16px;
  height: 16px;
}
#dealerListBlock .custom-checkbox .custom-control-label:after {
  width: 16px !important;
  height: 16px !important;
}
#dealerListBlock .custom-checkbox .custom-control-label {
  padding-left: 26px;
  padding-top: 2px;
  font-weight: bold;
}
#dealerListBlock .custom-control {
  min-height: none;
  margin-bottom: 0;
}
.custom-multiselect .k-button .k-icon:hover {
  cursor: pointer;
  -webkit-animation: none !important;
  outline: none !important;
}
.custom-multiselect .k-button .k-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00d";
  margin-right: 10px;
  color: #656565;
}
.accordion-button.kpi-accordian {
  background: none;
  box-shadow: none;
  border: none;
}
.accordion-button.kpi-accordian span {
  margin-left: 12px;
}
.accordion-button.kpi-accordian::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f078";
  display: inline-block;
  transform: rotate(0deg);
  transition: ease all 0.2s;
}
.accordion-button.kpi-accordian[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
.k-textbox:focus,
.k-textbox.k-state-focused,
.k-textarea:focus,
.k-textarea.k-state-focused,
.k-input.k-textbox:focus,
.k-input.k-textbox.k-state-focused {
  /*border-color: #656565;
    box-shadow: none;
    border-width: 2px;*/
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  transition: none;
  border: 1px solid black;
}
.k-grid,
.k-grid-header-wrap,
.k-grid-header th,
.k-grid-content > table > tbody > tr > td {
  border: none;
}
.k-grid td,
.k-grid .k-grid-content,
.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked {
  border: none;
}
.k-grid tr {
  background: #fff;
}
.k-grid .k-alt {
  background-color: #FAFAFA;
}
.k-grid-header {
  background-color: #5c96c2 !important;
}
.k-grid-header tr {
  background-color: #5c96c2;
  color: #ffffff;
}
.k-grid-header tr:hover {
  background-color: #5c96c2 !important;
}
.k-grid-header.kpi-grid {
  background-color: #278829 !important;
}
.k-grid-header.kpi-grid tr {
  background-color: #278829;
  color: #ffffff;
}
.k-grid-header.kpi-grid tr:hover {
  background-color: #278829 !important;
}
.k-grid-header.best-practice-grid {
  background-color: #5c96c2 !important;
}
.k-grid-header.best-practice-grid tr {
  background-color: #5c96c2;
  color: #ffffff;
}
.k-grid-header.best-practice-grid tr:hover {
  background-color: #5c96c2 !important;
}
.k-grid {
  background-color: #ffffff;
}
#audit-grid tr:hover .k-group-cell {
  background-color: #5c96c2 !important;
}
#audit-grid th.k-group-cell {
  background: #5c96c2;
}
/*    .k-grid table thead tr:hover {
        background-color: #5c96c2 !important;
    }*/
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #ffffff;
}
.k-tabstrip > .k-content {
  background: #fff;
}
.grid.repairs-grid .grid-topper {
  background-color: #5c96c2 !important;
  color: #ffffff !important;
}
.k-tabstrip-items .k-item.k-state-active,
.k-tabstrip-items .k-item.k-state-selected {
  background: #fff;
  border-radius: 4px 4px 0 0;
}
#areaChild.k-grid tbody tr {
  height: 49px;
}
.k-grid td.k-command-cell {
  text-align: right;
}
#areaChild.k-grid td.k-command-cell a {
  display: none;
}
#areaChild.k-grid .editing td.k-command-cell a {
  display: inline-block;
  height: 26px;
}
/*.k-grid tr:hover td.k-command-cell a {
    display: block;
}
.k-grid tr:hover td.k-command-cell  a {
    display: block;
}*/
.k-button:focus,
.k-button.k-state-focused {
  box-shadow: none;
}
.k-grid tr .k-icon::before {
  opacity: 0;
}
/*.k-grid tr:hover .k-icon::before {
    color: #BEC1C6;
    opacity: 1;
    font-weight: 300;
}*/
.k-notification {
  position: fixed;
  top: 80px;
  max-width: 1110px;
  width: calc(100% - 30px);
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 15px;
}
.k-notification.k-notification-error {
  background: #FCF4F4;
  border-color: #C3312E;
  color: #000;
}
.k-notification.k-notification-error .k-icon {
  color: #C3312E;
}
.k-notification .k-notification-content {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .k-notification {
    left: 330px;
    top: 0;
    width: calc(100% - 370px);
  }
}
.k-window .k-notification {
  position: relative;
  width: 100%;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
}
.k-window .k-notification .k-notification-wrap > .k-notification-content {
  font-size: 16px;
  line-height: 24px;
}
.k-notification:first-letter {
  text-transform: capitalize;
}
.k-notification .k-i-close::before {
  color: inherit;
}
.k-notification-error .k-i-close {
  color: #651918;
}
.k-grid th,
.k-grid td {
  padding: 12px 15px;
}
.k-upload {
  display: none;
}
.k-button {
  font-size: 18px;
  text-transform: uppercase;
}
.km-button {
  font-size: 18px;
  text-transform: capitalize;
  height: 36px;
  padding-left: 40px;
  padding-right: 40px;
}
hr {
  border-top: 2px solid #dddddd;
  margin: 50px 0;
}
hr.thin {
  border-width: 1px;
}
::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000 !important;
}
::-ms-input-placeholder {
  color: #000000 !important;
}
.k-grid tr.deactivated td:first-child {
  /*width: 4px;*/
  height: 48px;
  /*float: left;*/
  position: relative;
}
.k-grid tr.deactivated td:first-child span.deactivated {
  width: 4px;
  /*height: 100%;*/
  background: #C3312E;
  float: left;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
}
.k-grid tr td a {
  cursor: pointer;
}
.k-grid tr.deactivated td .activate .k-icon::before {
  opacity: 1;
}
.k-grid tr.deactivated:hover td .activate .k-icon::before {
  content: "\f058";
  color: #bec1c6;
}
.k-grid tr.deactivated td .activate .k-i-close::before,
.k-grid .tr.deactivated td .activate .k-i-group-delete::before {
  color: #C3312E;
}
/*.k-grid tr.deactivated td:first-of-type {
    position: relative;
}*/
/*.k-grid tr.deactivated td:first-of-type:before {
    width: 4px;
    height: 100%;
    content: "";
    position: absolute;
    background: #C3312E;
    left: 4px;
    top: 4px;
}*/
.k-grid td .details {
  background: #27882910;
}
.hierarchy-grid .k-grid tr .k-icon::before {
  opacity: 1;
  /*color: #000;*/
}
/*.hierarchy-grid .k-grid table > tr, .hierarchy-grid .k-gridtable > tr.k-alt {
    background: #fafafa;
    background: red;
}*/
/*.hierarchy-grid .k-grid th.k-state-selected, .hierarchy-grid .k-grid td.k-state-selected, .hierarchy-grid .k-grid tr.k-state-selected > td {
    color: #000000;
    background-color: #fafafa;
}*/
.hierarchy-grid .k-gird tbody tr td {
  font-weight: bold;
}
.hierarchy-grid .edit-grid {
  float: right;
  color: #0D71BC;
  display: none;
  line-height: 20px;
}
.hierarchy-grid .edit-grid:hover {
  display: block;
}
.hierarchy-grid .edit-grid i {
  margin-left: 10px;
  color: #0D71BC;
  font-size: 14px;
  height: 20px;
}
.hierarchy-grid .edit-grid i:before {
  color: #0D71BC !important;
}
.hierarchy-grid table tr td tr {
  padding: 0;
}
.hierarchy-grid table tr td.k-detail-cell {
  padding: 12px 30px;
  padding: 0;
}
/*.hierarchy-grid table tr td tr:hover, .hierarchy-grid table tr td tr {
    background: pink;
}*/
/*.hierarchy-grid table tr > td {
    background: #fafafa;
}*/
/*.hierarchy-grid table tr > td {
    background: #fafafa;
}
.hierarchy-grid table tr td tr td {
    background: #fff;
}*/
/*.hierarchy-grid table tr td tr td {
    background: #fff;
}
.hierarchy-grid table tr td tr.k-alt td {
    background: #fafafa;
}*/
/*.hierarchy-grid table tr.k-state-selected td {
    background-color: #fafafa !important;
}*/
.hierarchy-grid table tr.k-detail-row {
  background: #fff;
}
.hierarchy-grid .k-grid tbody tr:hover .edit-grid {
  display: block;
}
.hierarchy-grid .k-grid tbody tr:hover .edit-grid:hover {
  color: #0D71BC;
}
.hierarchy-grid .k-grid tbody tr:hover .edit-grid:hover i {
  color: #0D71BC;
}
.hierarchy-grid .k-grid tbody tr:hover .edit-grid:hover i:before {
  color: #0D71BC;
}
/*.hierarchy-grid .k-grid tbody tr:hover,
.hierarchy-grid .k-grid tbody tr.k-state-hover {
    background-color: transparent;
}

.hierarchy-grid .k-grid th.k-state-selected,
.hierarchy-grid .k-grid td.k-state-selected,
.hierarchy-grid .k-grid tr.k-state-selected > td {
    background-color: transparent;
}*/
.bg-white {
  float: left;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .k-button {
    padding-left: 40px;
    padding-right: 40px;
    height: 56px;
  }
}
.k-checkbox + .k-checkbox-label:before {
  border-radius: 0.25rem;
  background-color: #fff;
  border: #adb5bd solid 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.k-checkbox:indeterminate + .k-checkbox-label:before {
  color: #fff;
  background: #000000;
  box-shadow: none !important;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  font-weight: 300;
  display: block;
  width: 0.5rem;
  height: 0.15rem;
  position: absolute;
  top: 0;
  bottom: 0;
  top: 0.43rem;
  left: 0.25rem;
  content: '';
  background: #fff;
}
.k-checkbox:focus + .k-checkbox-label:before {
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:before {
  color: #fff;
  background: #000000;
  box-shadow: none !important;
}
.k-checkbox:checked + .k-checkbox-label:after {
  display: block;
  width: 0.6rem;
  height: 0.5rem;
  content: "";
  background: no-repeat 1% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  position: absolute;
  top: 0;
  bottom: 0;
  top: 0.25rem;
  left: 0.25rem;
}
.km-button {
  /*padding-left: 50px;
    padding-right: 50px;*/
  padding: 0 20px;
  font-size: 14px;
  height: 36px;
}
.k-panelbar {
  border: none;
}
.k-panelbar > .k-item {
  border: none;
  background: #fff;
}
.k-panelbar > .k-item .k-link {
  background: #ffffff;
}
.k-panelbar > .k-item .k-link.k-state-selected,
.k-panelbar > .k-item .k-link.k-state-focused {
  background: inherit;
  color: inherit;
  border: inherit;
  box-shadow: none !important;
}
.k-panelbar > .k-item:nth-child(even) .k-link {
  background: #fafafa;
}
.k-panelbar > .k-item .k-header {
  padding-left: 40px;
}
.k-panelbar > .k-item .k-header .k-panelbar-expand {
  position: absolute;
  left: 15px;
}
.k-panelbar > .k-item .k-header .k-panelbar-expand:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  color: #BEC1C6;
  font-weight: 300;
}
.k-panelbar > .k-item .k-header .k-panelbar-collapse {
  position: absolute;
  left: 15px;
}
.k-panelbar > .k-item .k-header .k-panelbar-collapse:before {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  color: #BEC1C6;
  font-weight: 300;
}
.k-panelbar > .k-item .k-panel li:nth-child(even) .k-link {
  background: #fafafa;
}
.k-panelbar > .k-item .k-panel li span:hover {
  background: inherit !important;
}
.k-grid .k-hierarchy-col {
  width: 20px;
}
.k-grid tr .k-icon::before {
  opacity: 1;
}
.k-grid-content {
  overflow: auto;
}
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker,
.k-dropdowntree {
  width: 100%;
}
.k-dropdown .k-dropdown-wrap {
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
.k-dropdown .k-state-focused {
  box-shadow: none;
}
hr.small {
  border-top-width: 1px;
  margin: 30px 0;
}
small,
.small {
  font-weight: 600;
}
.custom-kendo-dropdown-tree {
  border-radius: 4px;
  height: calc(2px + 0.75rem + 1.5em);
  border: none;
}
.custom-kendo-dropdown-tree .k-multiselect-wrap {
  border-radius: 4px;
}
.custom-kendo-dropdown-tree .k-multiselect-wrap .k-button {
  height: inherit;
  border: none;
  font: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: unset;
}
.k-treeview .k-in:hover,
.k-treeview .k-in.k-state-hover,
.k-treeview .k-in.k-state-selected,
.k-treeview .k-in.k-state-focused,
.k-treeview .k-state-focused {
  background-color: transparent;
  color: #000;
  border-color: transparent !important;
  box-shadow: none;
}
.k-treeview .k-in.k-state-selected.k-state-focused {
  box-shadow: none;
}
.k-treeview .k-checkbox-wrapper {
  display: none;
}
.k-treeview ul[role="group"] .k-checkbox-wrapper {
  display: block;
}
.k-treeview ul .k-checkbox-wrapper[role="presentation"] {
  display: block;
}
.k-treeview .k-icon.k-i-collapse,
.k-treeview .k-icon.k-i-expand {
  cursor: pointer;
  width: 100%;
  z-index: 99999;
  position: absolute;
  left: 5px;
}
.k-tooltip-validation {
  color: #C3312E;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  display: block;
}
.k-tooltip-validation .k-icon {
  font-size: 14px;
}
.k-window-titlebar {
  border: none;
}
.k-window-titlebar .k-window-actions .k-button {
  padding: 1rem 1rem 1rem 1rem;
  margin-right: 15px;
}
.k-window-titlebar .k-window-actions .k-button .k-icon.k-i-close:before {
  color: #000000;
  content: "\f00d";
}
.k-window-titlebar .k-window-actions .k-button:hover {
  outline: none;
  color: #000000;
}
.k-window-titlebar .k-window-actions .k-button:hover .k-icon.k-i-close:before {
  color: #000000;
  font-weight: 400;
}
.email-preview-window {
  padding-top: 0;
}
.accordion-button.outlet-grouping-accordion {
  background: none;
  box-shadow: none;
  border: none;
  /*    span {
        margin-left: 12px;
    }*/
}
.accordion-button.outlet-grouping-accordion .row-name .name::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  content: "\f078";
  transform: rotate(0deg);
  transition: ease all 0.2s;
  display: inline-block;
  color: #6c757d;
  align-items: center;
  margin-right: 0.5rem;
}
.accordion-button.outlet-grouping-accordion[aria-expanded="true"] .first-block::before {
  transform: rotate(180deg);
}
.accordion-button.outlet-grouping-accordion:not(.collapsed) .bodyshop-group-card {
  border: 1px solid #0d71bc;
  /*background: #E2ECF450 !important;*/
  background: #fafafa !important;
}
/*.bodyshop-group-card {
    border: 1px solid #0d71bc;
    background: #E2ECF4 !important;
}*/
.bodyshop-cards-within-group {
  /*   background: #E2ECF450 !important;*/
  background: #fafafa !important;
  border: 1px solid #0d71bc;
  border-top: 0px;
  padding: 10px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  /*        .card {
            margin-bottom: 0 !important;
        }*/
}
.bodyshop-cards-within-group #bodyshop-grid .bodyshop-card.active-bodyshop-card:after {
  display: none;
}
.btn-primary:hover {
  background: #0A5A95 !important;
  border-color: #0A5A95 !important;
}
.bodyshop-card {
  cursor: pointer;
  position: relative;
}
.bodyshop-card:not(.active-bodyshop-card) .text-primary,
.bodyshop-card:not(.active-bodyshop-card) .text-danger,
.bodyshop-card:not(.active-bodyshop-card) .text-warning,
.bodyshop-card:not(.active-bodyshop-card) .text-info,
.bodyshop-card:not(.active-bodyshop-card) .text-success {
  color: #212529 !important;
}
.bodyshop-card.active-bodyshop-card {
  background: #E2ECF4 !important;
  border: 1px solid #0d71bc !important;
}
.bodyshop-card.active-bodyshop-card .text-overallcompliance {
  color: #C3312E;
}
.bodyshop-card.active-bodyshop-card .text-overallcompliance-green {
  color: #278829;
}
.bodyshop-card.active-bodyshop-card .text-bestpractice {
  color: #0D71BC;
}
.bodyshop-card.active-bodyshop-card .basic-btn-large .text-overallkpiscore {
  color: #278829;
}
.bodyshop-card.active-bodyshop-card .text-totalrepairvalue {
  color: #E2732B;
}
.bodyshop-card .row-name {
  /*width: 50%;*/
}
#bodyshopGridPager {
  border: 1px solid transparent;
  margin-top: 8px;
  background: #fff;
}
#bodyshopGridPager .k-link {
  border: none;
  background: none;
  color: #000;
  position: relative;
  font-size: 16px;
}
#bodyshopGridPager .k-link.k-state-selected,
#bodyshopGridPager .k-link.k-state-selected:hover {
  color: #000;
  border: none;
}
#bodyshopGridPager .k-link.k-state-selected:before,
#bodyshopGridPager .k-link.k-state-selected:hover:before {
  content: '';
  position: absolute;
  height: 3px;
  background: #000;
  top: 0;
  width: 100%;
}
#bodyshopGridPager .k-link:hover,
#bodyshopGridPager .k-link:active {
  background: none;
  color: #000;
}
#bodyshopGridPager .k-link:hover:before,
#bodyshopGridPager .k-link:active:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #BBBBBB;
  top: 0;
  width: 100%;
}
#bodyshopGridPager .k-link:active,
#bodyshopGridPager .k-link:focus {
  box-shadow: none;
}
#bodyshopGridPager .k-link:active:before,
#bodyshopGridPager .k-link:focus:before {
  background: #000;
}
#bodyshopGridPager .k-pager-sizes.k-label {
  font-size: 12px;
}
#bodyshopGridPager .k-pager-sizes.k-label .k-dropdown {
  font-size: 16px;
  margin-right: 10px !important;
}
#bodyshopGridPager .k-pager-sizes.k-label .k-dropdown .k-input {
  color: #bbb;
  height: 30px;
}
#bodyshopGridPager .k-pager-info.k-label {
  display: none !important;
}
#bodyshopGridPager .k-pager-info {
  font-size: 12px;
  margin-right: 0;
}
#bodyshopGridPager .k-i-arrow-end-left::before {
  content: "\f048";
  font-family: 'Font Awesome 5 Pro';
  color: #B5B5B5;
  font-weight: 800;
  font-size: 10.5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 13.5px;
}
#bodyshopGridPager .k-i-arrow-60-left::before {
  content: "\f0d9";
  font-family: 'Font Awesome 5 Pro';
  color: #B5B5B5;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
}
#bodyshopGridPager .k-i-arrow-60-right::before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  color: #B5B5B5;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
}
#bodyshopGridPager .k-i-arrow-end-right::before {
  content: "\f051";
  font-family: 'Font Awesome 5 Pro';
  color: #B5B5B5;
  font-weight: 800;
  font-size: 10.5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 13.5px;
}
#bodyshopGridPager .k-i-reload::before {
  content: "\f01e";
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  font-weight: 800;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 13.5px;
}
.bodyshop-card {
  border-top: 1px solid #cccccc !important;
  margin-bottom: 10px;
  background: #fafafa;
}
.bodyshop-card:last-of-type {
  margin-bottom: 0;
}
.bodyshop-card.bodyshop-active-false {
  border-left: solid 3px #C3312E !important;
}
.bodyshop-card .group-checkbox {
  display: flex;
  opacity: 0;
  width: 0px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s, width 0.3s linear;
}
.bodyshop-card .remove-bodyshop-from-group {
  display: flex;
  opacity: 0;
  width: 0px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s, width 0.3s linear;
}
.bodyshop-card .groupId.check-selected .group-checkbox {
  opacity: 1;
  width: 15px;
  visibility: visible;
}
.bodyshop-card .groupId.check-selected .bodyshop-name {
  padding-left: 8px;
}
.bodyshop-card .bodyshop-name {
  padding-left: 0;
  transition: padding-left 0.3s;
}
.bodyshop-card:not(.no-group-hover):hover .group-checkbox {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  width: 15px;
}
.bodyshop-card:not(.no-group-hover):hover .remove-bodyshop-from-group {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  width: 15px;
}
.bodyshop-card:not(.no-group-hover):hover .bodyshop-name {
  transition-delay: 0.3s;
  padding-left: 8px;
}
/*bootstrap borders overwrites*/
/*.border {
    border: 1px solid #c3c3c3 !important;
}
.border-top {
    border-top: 1px solid #c3c3c3 !important;
}
.border-right {
    border-right: 1px solid #c3c3c3 !important;
}
.border-bottom {
    border-bottom: 1px solid #c3c3c3 !important;
}
.border-left {
    border-left: 1px solid #c3c3c3 !important;
}*/
.border {
  border: 1px solid #cccccc !important;
}
.border-top {
  border-top: 1px solid #cccccc !important;
}
.border-right {
  border-right: 1px solid #cccccc !important;
}
.border-bottom {
  border-bottom: 1px solid #cccccc !important;
}
.border-left {
  border-left: 1px solid #cccccc !important;
}
.k-datetimepicker .k-link {
  border-color: #dadadb;
}
.k-datetimepicker .k-state-hover .k-link,
.k-datetimepicker .k-state-focused .k-link {
  border-color: #000000;
}
.k-datetimepicker .k-link:hover .k-icon:before {
  color: #000000;
}
.close-popup {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #656565;
  cursor: pointer;
}
ul.user-roles {
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  display: block;
}
ul.user-roles li {
  text-align: left;
  margin-bottom: 20px;
}
ul.user-roles li span {
  display: block;
}
ul.user-roles li span:first-child {
  font-size: 24px;
}
.user-row-label:first-letter {
  text-transform: capitalize;
}
.view-1 img.user-image,
.view-3 img.user-image,
.view-5 img.user-image {
  width: 265px;
  height: auto;
}
.view-1 .asset-selector,
.view-3 .asset-selector,
.view-5 .asset-selector {
  margin-bottom: 0;
}
.view-1 .white-background,
.view-3 .white-background,
.view-5 .white-background {
  height: 300px;
  background: white;
  border: 1px solid #DDD;
  padding-top: 56px;
}
.view-1 .white-background #welcome-s1,
.view-3 .white-background #welcome-s1,
.view-5 .white-background #welcome-s1,
.view-1 .white-background #welcome-s3,
.view-3 .white-background #welcome-s3,
.view-5 .white-background #welcome-s3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.view-1 .white-background .info,
.view-3 .white-background .info,
.view-5 .white-background .info {
  width: 600px;
  margin: 0 auto;
}
.view-1 .white-background .go-back,
.view-3 .white-background .go-back,
.view-5 .white-background .go-back {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
}
.view-1.not-valid .white-background,
.view-3.not-valid .white-background,
.view-5.not-valid .white-background {
  height: auto;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}
.view-2 h4 {
  width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.view-2 .disabled {
  outline: none;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  box-shadow: none;
}
.view-3 span.cant-wait,
.view-4 span.cant-wait {
  display: block;
  margin-bottom: 15px;
  margin-top: 60px;
}
.custom-disabled {
  outline: none;
  cursor: default !important;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  box-shadow: none;
}
#grid-active,
#grid-invitations {
  background-color: #FFF;
}
#grid-active .k-grid-toolbar,
#grid-invitations .k-grid-toolbar {
  background: white;
  border: none;
  margin-bottom: 5px;
}
#grid-active .k-group-cell,
#grid-invitations .k-group-cell {
  background-color: transparent;
}
#grid-active .k-grouping-row td,
#grid-invitations .k-grouping-row td {
  font-weight: bold;
}
#grid-active .k-grouping-row td + td,
#grid-invitations .k-grouping-row td + td {
  padding-left: 10px;
}
#grid-active .k-i-edit,
#grid-invitations .k-i-edit,
#grid-active .k-i-reload,
#grid-invitations .k-i-reload,
#grid-active .k-i-check-outline,
#grid-invitations .k-i-check-outline {
  /*display:none;*/
}
#grid-active .k-i-edit:before,
#grid-invitations .k-i-edit:before,
#grid-active .k-i-reload:before,
#grid-invitations .k-i-reload:before,
#grid-active .k-i-check-outline:before,
#grid-invitations .k-i-check-outline:before {
  color: #0D71BC;
  font-weight: 300;
}
#grid-active .k-i-trash:before,
#grid-invitations .k-i-trash:before,
#grid-active .k-i-cancel:before,
#grid-invitations .k-i-cancel:before {
  color: #C3312E;
  font-weight: 300;
}
#grid-active tr:hover .k-icon,
#grid-invitations tr:hover .k-icon {
  /*display:block;*/
  font-weight: bold;
}
#grid-active tr:hover .k-icon.k-i-sort-asc-sm,
#grid-invitations tr:hover .k-icon.k-i-sort-asc-sm,
#grid-active tr:hover .k-icon.k-i-sort-desc-sm,
#grid-invitations tr:hover .k-icon.k-i-sort-desc-sm {
  display: inline-block;
}
#grid-active tr:hover td a:hover .k-icon,
#grid-invitations tr:hover td a:hover .k-icon {
  font-weight: bold;
}
#grid-active .k-grouping-row .k-icon,
#grid-invitations .k-grouping-row .k-icon {
  color: #767676;
  font-size: 22px;
}
#grid-active {
  /*.k-i-check-outline {
        display:none;
    }*/
}
#grid-active .deactivated {
  background-color: initial !important;
}
#grid-active .deactivated .is-active {
  border-left: 4px solid #C3312E;
}
.user-password-validation,
.check-password-validation {
  position: relative;
}
.user-password-validation .validation-feedback,
.check-password-validation .validation-feedback {
  margin-left: 22px;
}
.user-password-validation .show-password,
.check-password-validation .show-password {
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  top: 41px;
  cursor: pointer;
}
.user-password-validation span,
.check-password-validation span {
  display: block;
  width: 100%;
  color: #000000DE;
  font-size: 14px;
  text-decoration: none;
}
.user-password-validation span.invalid,
.check-password-validation span.invalid {
  text-decoration: line-through;
  color: #000;
}
.user-password-validation span.msg,
.check-password-validation span.msg {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.user-password-validation span.msg i,
.check-password-validation span.msg i {
  margin-right: 6px;
}
.user-password-validation span.msg.success,
.check-password-validation span.msg.success {
  color: #278829;
}
.user-password-validation span.msg.warning,
.check-password-validation span.msg.warning {
  color: #E2732B;
}
.user-password-validation span.msg.error,
.check-password-validation span.msg.error {
  color: #C3312E;
}
#grid-invitations table,
#grid-active table {
  border-collapse: collapse;
}
#grid-invitations .deactivated,
#grid-active .deactivated {
  border-left: none!important;
}
#grid-invitations .deactivated td:first-child,
#grid-active .deactivated td:first-child {
  position: relative;
}
#grid-invitations .deactivated td:first-child::before,
#grid-active .deactivated td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #c3312e;
}
#grid-invitations .k-grid-norecords-template,
#grid-active .k-grid-norecords-template {
  margin-top: 25px !important;
}
.k-validate-multiselect {
  float: left;
  display: block;
  width: 100%;
  margin-top: 25px;
}
.k-tooltip-validation {
  background: transparent;
}
.warning-text {
  color: #E2732B;
  font-size: 14px;
  line-height: 20px;
  position: static;
  border-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-left: 7px;
}
.show-role-grid,
.hide-role-grid {
  color: #0D71BC;
}
.show-role-grid i,
.hide-role-grid i {
  margin-right: 10px;
}
.hide-role-grid {
  display: none;
}
.role-permissions-grid {
  display: none;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.user-edit .user-page {
  text-align: center;
}
.user-edit .user-page p {
  width: 100%;
}
.user-edit .user-page .heading {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.user-edit .user-grid-only {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .user-edit .user-page .heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 1470px) {
  .user-edit .user-page .heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
#user-access-grid .hidden,
#assigned-bodyshops .hidden {
  display: none;
}
#user-access-grid .k-grid-header th,
#assigned-bodyshops .k-grid-header th {
  font-size: 14px;
}
#user-access-grid a.icon span,
#assigned-bodyshops a.icon span {
  color: #0D71BC;
}
#user-access-grid .full-name,
#assigned-bodyshops .full-name {
  font-weight: bold;
}
#user-access-grid .show-more,
#assigned-bodyshops .show-more,
#user-access-grid .show-less,
#assigned-bodyshops .show-less {
  color: #0D71BC;
  font: 300 16px/20px;
  cursor: pointer;
}
#user-access-grid .deactivated,
#assigned-bodyshops .deactivated {
  border-left: 4px solid #C3312F;
}
.user-admin-filters.list-icon-group {
  width: 100%;
  float: left;
  /*line-height: 50px;
        height: 50px;*/
}
.user-admin-filters .search {
  width: 220px !important;
}
.user-admin-filters li.first-li {
  border-right: 1px solid #E2E2E2;
  padding-right: 15px;
}
.user-admin-filters li.right {
  float: right;
  margin-right: 0;
}
.user-admin-filters li .k-primary {
  height: 49px;
  width: 150px;
  margin-top: -4px;
}
.user-admin-filters li input {
  height: 40px;
  margin-top: 5px;
  width: 280px;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #BBB;
  margin-right: 15px;
}
.user-admin-filters .dropdown {
  padding: 10px 5px !important;
  width: 230px !important;
}
.user-admin-filters .dropdown li {
  cursor: pointer;
  position: relative;
}
.user-admin-filters .dropdown li a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-admin-filters .dropdown li a.text-danger {
  margin-top: 0px;
  border-top: 1px solid #bbb;
}
.user-admin-filters .dropdown li a.selected:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 8px;
}
/*@desktop: ~"only screen and (min-width: 1470px)";*/
/*Page Colors*/
/*@background-color: #fafafa;*/
body {
  font-size: 14px;
  /*max-width: 1920px;*/
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #000000;
}
main {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  padding: 50px 0 150px 0;
}
.btn-primary {
  background: #0D71BC;
  border-color: #0D71BC;
}
.btn-warning {
  background: #e2732b;
  border-color: #e2732b;
}
.btn-danger {
  background: #c3312e;
  border-color: #c3312e;
}
.btn-success {
  background: #278829;
  border-color: #278829;
}
.bg-primary {
  background: #0D71BC;
}
.bg-warning {
  background: #e2732b;
}
.bg-danger {
  background: #c3312e;
}
.bg-success {
  background: #278829;
}
#confidence-low .k-grid-header tr,
#confidence-low .k-grid-header,
#confidence-low .k-grid-header tr:hover {
  background-color: #c3312e !important;
}
#confidence-medium .k-grid-header tr,
#confidence-medium .k-grid-header,
#confidence-medium .k-grid-header tr:hover {
  background-color: #e2732b !important;
}
#confidence-high .k-grid-header tr,
#confidence-high .k-grid-header,
#confidence-high .k-grid-header tr:hover {
  background-color: #278829 !important;
}
.k-loading-mask {
  z-index: 99999 !important;
}
*:focus {
  outline: none;
}
a {
  color: #0D71BC;
}
a i {
  width: 17px;
  margin-right: 5px;
}
a:hover {
  color: #0D71BC;
  text-decoration: none;
}
a:hover i {
  font-weight: bold;
}
.exemption-days-input {
  width: 70px;
}
.period-setup-container {
  max-width: 610px;
}
.lock-period-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lock-period-row .lock-range-picker {
  width: 60%;
  background: #fff;
}
.lock-period-row .lock-range-picker .k-textbox-container {
  width: 165px;
  margin-right: 0.25rem;
}
.lock-period-row .lock-range-picker.no-label .k-label {
  display: none;
}
.lock-period-row .lock-range-picker.no-label .k-textbox-container {
  padding-top: 0;
}
.lock-period-row .remove-lock-period {
  width: 3%;
}
.lock-period-row .lock-type-dropdown {
  width: 37%;
}
.cron-jobs-panel {
  border: 1px solid #D7DDE0;
  overflow: hidden;
}
.width-px-400 {
  width: 400px!important;
}
.upload-box.no-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.records-alert {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin: 0 auto;
  width: 400px;
  animation: slideDown 0.25s ease-out;
  border: 1px solid #cccccc !important;
  border-top: 0px !important;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.border-radius-05 {
  border-radius: 0.5rem !important;
}
.border-radius-025 {
  border-radius: 0.25rem !important;
}
.history-tooltip-inner {
  text-align: left;
}
#cronJobsList .cron-row {
  border-bottom: 1px solid #d7dde0;
}
#cronJobsList .cron-row.active {
  background: #f0f3f5 !important;
}
#cronJobsList .cron-row:first-of-type {
  border-top: 0px;
}
#cronJobsList .cron-row:last-of-type {
  border-bottom: 0px;
}
#cronJobsList .history-oval {
  height: 18px;
  width: 6px;
  margin-right: 2px;
  border-radius: 50px;
  border: 1px solid #656565;
}
#cronJobsList .status-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #656565;
}
#cronJobsList .pulse {
  animation: pulse-opacity 2s infinite;
}
@keyframes pulse-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#cronJobsList .additional-info-block .icon-block {
  text-align: center;
  width: 40px;
  flex: 0 0 auto;
}
#cronJobsList .additional-info-block .label-block {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: pretty;
  flex: 1 1 auto;
}
.skeleton-row {
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0;
  height: 40px;
}
.skeleton-cell {
  flex: 1;
  background: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}
.skeleton-cell.small {
  flex: 0 0 80px;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.accordion-item {
  float: left;
  width: 100%;
}
.text-wrap-pretty {
  text-wrap: pretty!important;
}
.k-animation-container {
  min-width: 300px;
}
.fa-blank {
  visibility: hidden !important;
}
#bodyshop-grid .card {
  background: #fafafa;
}
#bodyshop-grid .card.active {
  background: #E2ECF4;
}
#bodyshop-grid .card.active:before {
  content: " ";
  position: absolute;
  right: -15px;
  top: 25px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #E2ECF4;
  border-bottom: 15px solid transparent;
}
#bodyshop-grid .card.active .text-bestpractice {
  color: #C3312E;
}
#bodyshop-grid .card.active .text-overallcompliance {
  color: #0D71BC;
}
#bodyshop-grid .card.active .text-overallcompliance-green {
  color: #278829;
}
#bodyshop-grid .card.active .text-overallkpiscore {
  color: #278829;
}
#bodyshop-grid .card.active .text-totalrepairvalue {
  color: #E2732B;
}
#mapping .k-map .k-marker {
  color: red;
}
#main {
  position: relative;
}
#main > .k-loading-mask {
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
}
#main > .k-loading-mask .k-loading-image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 320px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#main .k-loading-image.relative {
  position: relative;
  height: 120px;
}
#standard-file {
  position: relative;
}
#standard-file .remove {
  position: absolute;
  right: 6px;
  top: 15px;
  background: #FFF;
  width: 20px;
  height: 20px;
  color: #FFF;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 14px;
  color: red;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.standard-file-style {
  position: relative;
  max-width: 250px;
  text-align: left;
}
.standard-file-style .remove {
  position: absolute;
  right: 6px;
  top: 15px;
  background: #FFF;
  width: 20px;
  height: 20px;
  color: #FFF;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 14px;
  color: red;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.region-validation {
  position: absolute;
  left: 0;
  right: 0;
  color: #e2732b;
}
.general-wording p {
  margin-bottom: 15px;
}
.k-picker-wrap {
  border-radius: 4px;
  border: 1px solid #ddd;
}
.k-picker-wrap.k-state-invalid {
  color: inherit;
  border: 1px solid #ddd;
}
.k-picker-wrap:hover,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  transition: none;
  border: 1px solid #000;
}
.k-picker-wrap input {
  border: none !important;
  box-shadow: none !important;
}
.k-picker-wrap input:focus,
.k-picker-wrap input :active {
  border: none !important;
  box-shadow: none !important;
}
.k-picker-wrap .k-select {
  background: none !important;
  border: none !important;
}
.k-picker-wrap .k-i-calendar::before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  color: #E0E0E0;
  vertical-align: bottom;
}
.k-picker-wrap .k-i-clock::before {
  color: #E0E0E0;
}
hr .small {
  margin: 25px 0;
}
.linebreak {
  border-top: 1px solid #bbbbbb;
  display: block;
  margin: 20px 0;
}
.minimum-input a {
  float: left;
  line-height: 38px;
  font-size: 24px;
  color: #656565;
}
.minimum-input a:hover {
  font-weight: normal;
}
.minimum-input input {
  float: left;
  margin: 0 15px;
  width: 80px !important;
}
.minimum-input .total {
  border-left: 1px solid #bbbbbb;
  font-size: 16px;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 38px;
  height: 38px;
  float: left;
}
.minimum-input-trainee-numbers a {
  float: left;
  line-height: 38px;
  font-size: 24px;
  color: #656565;
}
.minimum-input-trainee-numbers a:hover {
  font-weight: normal;
}
.minimum-input-trainee-numbers input {
  float: left;
  margin: 0 15px;
  width: 80px !important;
}
.minimum-input-trainee-numbers .total {
  border-left: 1px solid #bbbbbb;
  font-size: 16px;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 38px;
  height: 38px;
  float: left;
}
.chart-wrapper {
  box-shadow: 2px 4px 4px #E0E0E080;
  border: 1px solid #E0E0E0;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  main {
    /*width: ~"calc(100% - 300px)";*/
    width: 100%;
    /*padding-left: 320px;*/
    font-size: 16px;
    padding: 100px 0 80px 320px;
  }
}
* {
  scrollbar-width: auto;
  scrollbar-color: #e0e0e0 #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #484848;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.stage-panel {
  float: left;
  width: 100%;
}
#chkNonCompliantOnly {
  margin-right: 5px;
}
.badge-primary {
  background-color: #0D71BC;
}
.k-auto-scrollable {
  scrollbar-width: auto;
  scrollbar-color: #e0e0e0 #fafafa;
}
.k-auto-scrollable::-webkit-scrollbar-track {
  background: #fafafa;
}
.k-auto-scrollable::-webkit-scrollbar {
  width: 10px;
}
.k-auto-scrollable::-webkit-scrollbar-thumb {
  background-color: #484848;
  border-radius: 10px;
  border: 2px solid #fafafa;
}
#overallBestPracticeStatusMetrics {
  color: #0d71bc;
}
#overallBestPracticeStatusMetrics .percentage {
  font-size: 60px;
}
#overallBestPracticeStatusMetrics .level-name {
  font-size: 32px;
  line-height: 1.2;
}
.group-by-toggles {
  display: flex;
  width: 250px;
  height: 30px;
}
.group-by-toggles .toggle-option {
  border: 1px solid #656565;
  margin-right: 0;
  width: 70px;
  text-align: center;
  cursor: pointer;
  color: #656565;
  padding: 0px 8px 3px 8px;
  width: auto;
}
.group-by-toggles .toggle-option:hover {
  border-color: #DDDDDD;
}
.group-by-toggles .toggle-option.active {
  background: #656565;
  color: #FFF;
}
.group-by-toggles .toggle-option.active:hover {
  border-color: #000;
  background: #000;
  color: #FFF;
}
.font-weight-500 {
  font-weight: 500!important;
}
#complianceAssessmentsGrid {
  overflow-x: visible;
}
#complianceAssessmentsGrid .k-grid-header {
  background-color: #e2e2e2 !important;
  border: 0;
}
#complianceAssessmentsGrid .k-grid-header tr {
  background-color: #e2e2e2 !important;
  color: #1c1c1c !important;
}
#complianceAssessmentsGrid .k-grid-header .k-group-cell.k-header:first-child {
  display: none;
}
#complianceAssessmentsGrid .k-master-row .k-group-cell:first-child {
  display: none;
}
#complianceAssessmentsGrid .k-icon.k-i-collapse {
  padding: 0;
}
#complianceAssessmentsGrid .k-icon.k-i-collapse::before {
  color: #000;
  font-weight: 500;
}
#complianceAssessmentsGrid .k-icon.k-i-expand {
  padding: 0;
}
#complianceAssessmentsGrid .k-icon.k-i-expand::before {
  color: #000;
  font-weight: 500;
}
#complianceAssessmentsGrid .k-grouping-row td {
  padding: 16px 15px !important;
}
#complianceAssessmentsGrid tr.k-alt {
  background-color: #fff !important;
}
#complianceAssessmentsGrid .k-master-row:hover {
  background-color: #fff !important;
}
#complianceAssessmentsGrid .cell-in-row {
  border-bottom: 1px solid #e0e0e0;
  width: 15%;
}
#complianceAssessmentsGrid .cell-in-row.first {
  border-left: 1px solid #e0e0e0;
}
#complianceAssessmentsGrid .cell-in-row.last {
  border-right: 1px solid #e0e0e0;
}
#complianceAssessmentsGrid .cell-in-row.title-cell {
  width: 20%;
}
#complianceAssessmentsGrid .cell-in-row.description-cell {
  width: 35%;
}
#complianceAssessmentsGrid .cell-in-row.status-cell .recommended i {
  width: 28px !important;
}
#complianceAssessmentsGrid .image-in-grid {
  max-height: 200px;
  width: 100%;
  display: block;
}
#complianceAssessmentsGrid .status-badge {
  font-size: 14px !important;
  line-height: 25px !important;
}
#complianceAssessmentsGrid .status-badge.auditactionrequired i {
  width: 28px !important;
  margin-bottom: 2px !important;
}
#complianceAssessmentsGrid .badge-container {
  display: inline-grid !important;
}
#complianceAssessmentsGrid .k-group-cell {
  border-color: transparent !important;
  color: transparent !important;
  background-color: transparent !important;
}
#complianceAssessmentsGrid .category-grid-header {
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: transparent !important;
}
#complianceAssessmentsGrid .sub-category-grid-header {
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: transparent !important;
}
#complianceAssessmentsGrid .category-group-row {
  background-color: transparent !important;
}
#complianceAssessmentsGrid .sub-category-group-row {
  background-color: #f4f4f4 !important;
}
#complianceAssessmentsGrid .sub-category-group-row td:not(.k-group-cell) {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
#complianceAssessmentsGrid .sub-category-group-row .k-group-cell {
  border-color: #fff !important;
  color: #fff !important;
  background-color: #fff !important;
}
#complianceAssessmentsGrid .k-grouping-row {
  border-bottom: 0;
}
#bestPracticeAssessmentsGrid {
  overflow-x: visible;
}
#bestPracticeAssessmentsGrid .k-grid-header {
  background-color: #e2e2e2 !important;
  border: 0;
}
#bestPracticeAssessmentsGrid .k-grid-header tr {
  background-color: #e2e2e2 !important;
  color: #1c1c1c !important;
}
#bestPracticeAssessmentsGrid .k-grid-header .k-group-cell.k-header:first-child {
  display: none;
}
#bestPracticeAssessmentsGrid .k-master-row .k-group-cell:first-child {
  display: none;
}
#bestPracticeAssessmentsGrid .k-icon.k-i-collapse {
  padding: 0;
}
#bestPracticeAssessmentsGrid .k-icon.k-i-collapse::before {
  color: #000;
  font-weight: 500;
}
#bestPracticeAssessmentsGrid .k-icon.k-i-expand {
  padding: 0;
}
#bestPracticeAssessmentsGrid .k-icon.k-i-expand::before {
  color: #000;
  font-weight: 500;
}
#bestPracticeAssessmentsGrid .k-grouping-row td {
  padding: 16px 15px !important;
}
#bestPracticeAssessmentsGrid tr.k-alt {
  background-color: #fff !important;
}
#bestPracticeAssessmentsGrid .k-master-row:hover {
  background-color: #fff !important;
}
#bestPracticeAssessmentsGrid .cell-in-row {
  border-bottom: 1px solid #e0e0e0;
  width: 15%;
}
#bestPracticeAssessmentsGrid .cell-in-row.first {
  border-left: 1px solid #e0e0e0;
}
#bestPracticeAssessmentsGrid .cell-in-row.last {
  border-right: 1px solid #e0e0e0;
}
#bestPracticeAssessmentsGrid .cell-in-row.title-cell {
  width: 20%;
}
#bestPracticeAssessmentsGrid .cell-in-row.description-cell {
  width: 35%;
}
#bestPracticeAssessmentsGrid .cell-in-row.status-cell .recommended i {
  width: 28px !important;
}
#bestPracticeAssessmentsGrid .image-in-grid {
  max-height: 200px;
  width: 100%;
  display: block;
}
#bestPracticeAssessmentsGrid .status-badge {
  font-size: 14px !important;
  line-height: 25px !important;
}
#bestPracticeAssessmentsGrid .status-badge.perfect-score {
  color: #0a5a97;
  border-color: #0d71bc;
  background: #fff;
}
#bestPracticeAssessmentsGrid .status-badge.auditactionrequired i {
  width: 28px !important;
  margin-bottom: 2px !important;
}
#bestPracticeAssessmentsGrid .badge-container {
  display: inline-grid !important;
}
#bestPracticeAssessmentsGrid .k-group-cell {
  border-color: transparent !important;
  color: transparent !important;
  background-color: transparent !important;
}
#bestPracticeAssessmentsGrid .category-grid-header {
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: transparent !important;
}
#bestPracticeAssessmentsGrid .sub-category-grid-header {
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: transparent !important;
}
#bestPracticeAssessmentsGrid .category-group-row {
  background-color: transparent !important;
}
#bestPracticeAssessmentsGrid .sub-category-group-row {
  background-color: #f4f4f4 !important;
}
#bestPracticeAssessmentsGrid .sub-category-group-row td:not(.k-group-cell) {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
#bestPracticeAssessmentsGrid .sub-category-group-row .k-group-cell {
  border-color: #fff !important;
  color: #fff !important;
  background-color: #fff !important;
}
#bestPracticeAssessmentsGrid .k-grouping-row {
  border-bottom: 0;
}
.nested-bar-chart {
  border-bottom: 1px solid #E0E0E0;
}
.nested-bar-chart .nested-bar-title {
  font-size: 14px;
  font-weight: bold;
}
.nested-bar-chart .progress-bar-container {
  width: 90% !important;
}
.nested-bar-chart .bar-label {
  width: 10% !important;
}
.repair-cert-settings .current-template {
  display: flex;
  gap: 1rem;
}
.repair-cert-settings .current-template .asset-block {
  width: 40%;
}
.repair-cert-settings .current-template .uploader-block {
  width: 60%;
  display: flex;
}
.repair-cert-settings .current-template .uploader-block .user-icon {
  width: 32px;
  height: 32px;
  margin-right: 0.75rem;
  text-align: center;
  flex-shrink: 0;
}
.repair-cert-settings .current-template .uploader-block .user-icon i {
  font-size: 20px;
  margin-top: 4px;
}
.repair-cert-settings .current-template .uploader-block .user-icon .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.repair-cert-settings .current-template .uploader-block .user-information {
  overflow: hidden;
}
.repair-cert-settings .current-template .uploader-block .user-information .user-name {
  font-size: 16px;
  line-height: normal;
}
.repair-cert-settings .current-template .uploader-block .user-information .extra-info {
  font-size: 14px;
  color: #616161;
}
.repair-cert-settings .asset-item {
  display: flex;
  border: 1px solid #E2E2E2;
  padding: 0.75rem;
  align-items: center;
  line-height: 1;
  flex-grow: 1;
}
.repair-cert-settings .asset-item .asset-icon {
  width: 40px;
}
.repair-cert-settings .asset-item .asset-icon i {
  font-size: 30px;
  color: #B5B5B5;
}
.repair-cert-settings .asset-item .asset-info {
  width: calc(100% - 34px);
}
.repair-cert-settings .asset-item .asset-info .asset-filename {
  width: 90%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #767676;
}
.repair-cert-settings .asset-item .asset-info .asset-size {
  width: 100%;
  font-size: 10px;
  color: #B5B5B5;
  line-height: 12px;
}
.repair-cert-settings .asset-item .delete-file-link {
  position: absolute;
  top: 0.25rem;
  right: 0.45rem;
  line-height: 1;
  font-size: 18px;
  color: #C3312E;
  cursor: pointer;
  text-decoration: none;
}
.progress-bar-chart .bar-row {
  height: 45px;
}
.progress-bar-chart .bar-row.overall-status-chart .progress-bar-container {
  height: 35px;
}
.progress-bar-chart .bar-col {
  font-size: 14px;
  margin-bottom: 2px;
}
.progress-bar-chart .progress-bar-container {
  height: 20px;
  border-radius: 0px;
  width: 85%;
}
.progress-bar-chart .bar-label {
  width: 15%;
  font-size: 14px;
}
.chart-header {
  border-bottom: 1px solid #E0E0E0;
}
.box-shadow-none {
  box-shadow: none!important;
}
.form-element {
  display: block;
  max-width: 380px;
  margin: 0 auto 32px auto;
}
.form-element.custom-width {
  max-width: 600px;
}
.form-element.wide,
.form-element.w-100 {
  max-width: 100%;
}
.form-element.resend-link-holder {
  max-width: 500px;
}
.form-element label {
  display: block;
  margin-bottom: 5px;
}
.form-element input {
  width: 100%;
}
.form-element input.half {
  width: 50%;
}
.form-element input.quater {
  width: 25%;
}
.form-element .hidden-file {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form-element .custom-textarea-label {
  max-width: 600px;
  display: block;
  margin: 0 auto 5px auto;
}
.form-element .custom-textarea-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-element .custom-textarea-holder textarea {
  min-width: 300px;
  width: 600px;
  min-height: 240px;
}
.form-element textarea {
  padding: 0.375rem 0.75rem;
  color: #000000;
  background-color: #FAFAFA;
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
  border-radius: 4px;
  border-color: #BBBBBB;
  width: 100%;
  min-height: 100px;
  resize: vertical;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 140px;
}
.form-element textarea.resize-horizontal {
  resize: horizontal;
}
.form-element textarea:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  transition: none;
  border: 1px solid #000;
}
.form-element input[type="radio"] {
  display: none;
}
.form-element input[type="radio"] + label {
  position: relative;
  padding-left: 39px;
}
.form-element input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
}
.form-element input[type="radio"]:checked + label {
  position: relative;
  padding-left: 39px;
}
.form-element input[type="radio"]:checked + label:before {
  background: #000;
  border-color: #000;
}
.form-element input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}
.form-element input[type="radio"]:disabled + label {
  opacity: 0.5;
}
.form-element.custom-text-position {
  position: relative;
}
.form-element.custom-text-position .cancel {
  position: absolute;
  right: -60px;
  top: 42px;
}
.form-element.custom-text-position .cancel a {
  color: #C3312E;
}
input[type="checkbox"] {
  display: none;
}
.custom-radio {
  padding-left: 0;
}
.custom-radio .custom-control-label {
  padding-left: 30px;
  padding-top: 6px;
  font-weight: bold;
}
.custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
  width: 22px;
  height: 22px;
  left: 0;
}
.custom-radio .custom-control-label:hover {
  cursor: pointer;
}
.custom-radio .custom-control-label:hover:before {
  border: #000 solid 2px;
}
.custom-checkbox {
  padding-left: 0;
}
.custom-checkbox.nested-checkbox-indent {
  margin-left: 29px !important;
}
.custom-checkbox .custom-control-input {
  display: none;
}
.custom-checkbox .custom-control-input:focus {
  box-shadow: none;
  border: none;
}
.custom-checkbox .custom-control-label {
  padding-left: 30px;
  padding-top: 6px;
  font-weight: bold;
}
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
  width: 22px;
  height: 22px;
  left: 0;
}
.custom-checkbox .custom-control-label:hover {
  cursor: pointer;
}
.custom-checkbox .custom-control-label:hover:before {
  border: #000 solid 2px;
}
.custom-checkbox .custom-control-label.manage-standards-checkbox {
  padding-left: 25px;
  padding-top: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #0d71bc;
}
.custom-checkbox .custom-control-label.manage-standards-checkbox:before,
.custom-checkbox .custom-control-label.manage-standards-checkbox:after {
  width: 18px;
  top: 0.45rem;
  height: 18px;
  left: 0;
}
.custom-checkbox .custom-control-label.manage-standards-checkbox:hover {
  cursor: pointer;
}
.custom-checkbox .custom-control-label.manage-standards-checkbox:hover:before {
  border: #000 solid 2px;
}
.custom-checkbox .checkbox-info {
  padding-left: 40px;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}
.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
  color: #fff;
  border-color: #656565;
  background-color: #656565;
}
.assessment-calculation .fa-check-circle {
  display: none;
  color: #000;
  margin-right: 5px;
}
.assessment-calculation .icon {
  text-align: center;
  font-size: 56px;
  line-height: 36px;
  color: #656565;
  margin-top: 15px;
  cursor: pointer;
}
.assessment-calculation .text {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #000000DE;
}
.assessment-calculation .option.active .fa-check-circle {
  display: inline-block;
}
.assessment-calculation .option.active .icon,
.assessment-calculation .option.active .text {
  color: #000;
  font-weight: bold;
}
input.pill {
  display: none;
}
input.pill + label {
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #bbbbbb;
  color: #000;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 4px;
}
input.pill + label:hover {
  border: 2px solid #656565;
  padding: 7px 17px;
}
input.pill:checked + label {
  background: #656565;
  color: #fff;
}
.standard-setup-form-element.custom-width {
  max-width: 800px;
}
.standard-setup-form-element {
  display: block;
  max-width: 380px;
  margin: 0 auto 32px auto;
}
.score-holder input {
  width: 80px;
}
.tick-checkbox-holder {
  margin: 0 auto;
  display: table;
  text-align: center;
  padding: 0 65px;
  margin-bottom: 72px;
}
.tick-checkbox-holder.no-icons .item label:before {
  content: "";
  display: none;
}
.tick-checkbox-holder.no-icons .item input:checked + label:before {
  content: "";
}
.tick-checkbox-holder .item {
  margin: 0 10px 15px 10px;
  display: inline-block;
}
.tick-checkbox-holder .item label {
  background: #fff;
  border: 1px solid #656565;
  color: #656565;
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  padding: 0 14px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}
.tick-checkbox-holder .item label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  margin-right: 10px;
}
.tick-checkbox-holder .item label:hover {
  border: 1px solid #000000;
  box-shadow: 0 0 0px 1px #000000;
}
.tick-checkbox-holder .item input {
  display: none;
}
.tick-checkbox-holder .item input:checked + label {
  background: #656565;
  color: #fff;
}
.tick-checkbox-holder .item input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  margin-right: 10px;
}
.tick-checkbox-holder .item input:disabled + label {
  opacity: 0.3;
  cursor: default;
}
.tick-checkbox-holder .item .empty label {
  border: 1px solid red;
}
.icon-checkmark {
  text-align: center;
}
.icon-checkmark i {
  font-size: 56px;
  margin-bottom: 15px;
}
.icon-checkmark input {
  display: none;
}
.icon-checkmark input + label {
  position: relative;
  cursor: pointer;
}
.icon-checkmark input + label span {
  position: relative;
}
.icon-checkmark input + label span:before {
  opacity: 0;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  margin-right: 10px;
  transition: ease all 0.2s;
}
.icon-checkmark input:checked + label span {
  font-weight: bold;
}
.icon-checkmark input:checked + label span:before {
  opacity: 1;
  left: -25px;
}
.checkbox-info {
  text-align: left;
  float: left;
  padding-left: 30px;
  margin-bottom: 30px;
}
.icon-btn {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 0 0 20px;
  border: none;
  background: none;
  width: auto;
  padding: 0;
  /*&:disabled {
        opacity: 0.4;
        cursor: default;
    }*/
}
.icon-btn:hover {
  text-decoration: none;
}
.icon-btn.check {
  color: #278829;
}
.icon-btn.cross {
  color: #C3312E;
}
.icon-btn.k-state-active,
.icon-btn.k-state-focused {
  border: none;
  background: none;
}
/*.k-danger {
    

    &:hover {
        background: #fff;
        border: 1px solid #c3312e;
        color: #C3312E;
    }
}*/
.nav-link {
  border: none;
  /*    font-size: 14px;*/
  padding: 6px 15px;
  text-align: left;
}
.nav-link.active {
  border-radius: 0;
  background-color: #0D71BC !important;
}
.nav-link.active:hover {
  outline: 1px solid #656565;
  outline-color: #fff;
  text-decoration: none;
  border: none;
  color: #fff;
}
.btn-group-toggle button,
.btn-group-toggle label {
  opacity: 0.5;
}
.btn-group-toggle button:focus,
.btn-group-toggle label:focus,
.btn-group-toggle button.focus,
.btn-group-toggle label.focus {
  box-shadow: none !important;
}
.btn-group-toggle button.active,
.btn-group-toggle label.active {
  opacity: 1;
}
.k-button:not(.k-upload-button) {
  outline: 1px solid transparent;
  -webkit-animation: outlineButton 0.2s forwards;
  /*&:active {
        background: #00000025;
    }*/
}
.k-button:not(.k-upload-button).k-auto {
  padding: 0 15px;
}
.k-button:not(.k-upload-button).k-primary:focus,
.k-button:not(.k-upload-button).k-primary.k-state-focused {
  box-shadow: none;
}
.k-button:not(.k-upload-button).k-danger {
  background: #c3312e;
  border: 1px solid #c3312e;
  color: #fff;
}
.k-button:not(.k-upload-button).k-danger:hover {
  outline-color: #fff;
}
.k-button:not(.k-upload-button).k-success {
  background: #0D71BC;
  border: 1px solid #0D71BC;
  color: #fff;
}
.k-button:not(.k-upload-button).k-success:hover {
  outline-color: #fff;
}
.k-button:not(.k-upload-button):hover {
  -webkit-animation: outlineButtonHover 0.2s forwards;
  outline: 1px solid #656565;
}
.k-button:not(.k-upload-button):hover.k-primary {
  outline: 1px solid #fff;
}
.k-button:not(.k-upload-button):hover.k-secondary {
  outline: 1px solid #656565;
  border-color: inherit;
}
.k-button-sm {
  text-transform: none;
  padding: 8px 14px;
  height: auto;
  font-size: 16px;
}
.btn-outline {
  border: 2px solid #000000;
  height: 56px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  display: inline-block;
  line-height: 50px;
  -webkit-animation: outlineButton 0.2s forwards;
}
.btn-outline:hover {
  color: #000;
  outline: #000000 solid 1px;
  animation: 0.2s ease 0s 1 normal forwards running outlineButtonHover;
  text-decoration: none;
}
.btn-bottom {
  padding-top: 24px;
}
.btn-holder {
  display: table;
  margin: 0 auto;
}
.btn-holder a {
  margin: 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.basic-btn {
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  background: #FAFAFA;
  color: #000000;
  text-align: center;
  line-height: 34px;
  float: right;
  height: 36px;
  width: 80px;
}
.basic-btn i {
  margin-right: 15px;
}
.basic-btn.wide {
  width: auto;
  padding: 0 15px;
}
.basic-btn:hover {
  color: inherit;
}
.basic-btn:hover:not([disabled]) {
  color: #000000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  transition: none;
  border: 1px solid #000;
  text-decoration: none;
}
.basic-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}
.basic-btn-small {
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #FAFAFA;
  color: #0D71BC;
  text-align: center;
  line-height: 34px;
  float: left;
  height: 36px;
  padding: 0 10px;
}
.basic-btn-small:hover:not([disabled]) {
  transition: none;
  border: 1px solid #cccccc;
  background: #E6F0F8;
  color: #0D71BC;
}
.basic-btn-small[disabled] {
  cursor: default;
  opacity: 0.5;
}
.basic-btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #FAFAFA;
  color: #0D71BC;
  text-align: center;
  line-height: 34px;
  float: left;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  background: #ffffff;
  width: 25%;
  font-size: 16px;
}
.basic-btn-large .compliance-diff-number {
  font-size: 12px;
  margin-left: 2px;
  font-weight: 700;
}
.basic-btn-large .icon-center-spacer {
  margin-top: 2px;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev {
  padding: 0;
  width: auto;
  height: 41px;
  left: -40px;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev .k-icon:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev:hover {
  border: none;
  background: none;
  outline: none;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev:hover .k-icon:before {
  color: #0D71BC;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev:hover:before {
  opacity: 0;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
  padding: 0;
  width: auto;
  height: 41px;
  right: -40px;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next .k-icon:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next:hover {
  border: none;
  background: none;
  outline: none;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next:hover .k-icon:before {
  color: #0D71BC;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next:hover:before {
  opacity: 0;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items {
  margin: 0 !important;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes outlineButtonHover {
  0% {
    outline-offset: 0;
  }
  100% {
    outline-offset: -6px;
  }
}
@-webkit-keyframes outlineButton {
  0% {
    outline-offset: -6px;
  }
  100% {
    outline-offset: 0px;
  }
}
@media only screen and (min-width: 1470px) {
  .btn-holder a {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }
}
.k-map-controls button {
  height: 22px;
}
.k-map-controls button span::before {
  color: #000000;
}
.k-map-controls button:hover {
  outline: none;
  border: none;
}
.k-map-controls .k-navigator {
  background: #fff;
}
.k-map-controls .k-navigator button {
  height: 18px;
}
.k-map-controls .k-navigator button span::before {
  color: #000000;
}
.k-map-controls .k-navigator button:hover {
  outline: none;
  border: none;
}
.k-map-controls .k-navigator button:active,
.k-map-controls .k-navigator button:focus {
  background: none;
}
.k-map-controls .k-zoom-control button {
  background: #fff;
}
.k-map-controls .k-zoom-control button:hover {
  outline: none;
  border: 1px solid #000;
}
body {
  max-width: 100%;
}
body.rtl {
  direction: rtl;
  text-align: right;
}
body.rtl .wrapper .login-holder .logo {
  text-align: right;
}
body.rtl .mr-2 {
  margin: 0 0 0 0.5rem;
}
.login-background {
  float: left;
  width: 100%;
  height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/Public/Images/monitrr-bg.jpg');
}
.login-background .k-tooltip-validation {
  color: #C3312E;
}
.login-wrapper {
  top: 0;
}
.wrapper {
  display: table;
  width: 100%;
}
.wrapper.login {
  /*position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;*/
}
.wrapper .login-holder {
  /*width: 370px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        float: none;*/
  margin: 0 auto;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 48px 15px 0;
}
.wrapper .login-holder .login-box-wrapper {
  float: left;
  width: 100%;
  /*border-radius: 6px;*/
  background: #fff;
  /*min-height: 90vh;*/
}
.wrapper .login-holder .login-box {
  margin: 0 auto;
  padding: 15px;
  transition: ease-in-out 0.2s;
  float: left;
  /*border: 1px solid #b5b5b5;*/
  width: 100%;
}
.wrapper .login-holder .logo {
  float: left;
  width: 100%;
  text-align: left;
  margin: 30px 0;
  padding: 0 15px;
}
.wrapper .login-holder .logo img {
  /*width: 180px;*/
  max-width: 200px;
  max-height: 80px;
}
.wrapper .login-holder label {
  margin-bottom: 8px;
  font-size: 16px;
}
.wrapper .login-holder .k-textbox {
  background: #FAFAFA;
}
.k-tooltip {
  background-color: transparent;
  margin-top: 8px;
}
.custom-disabled {
  outline: none;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  box-shadow: none;
}
.k-notification {
  bottom: 0;
  right: 39px;
  min-width: 400px;
  position: absolute;
}
.k-notification .k-notification-wrap > .k-icon {
  font-size: 18px;
  margin-top: 10px;
}
.k-notification .k-notification-wrap > .k-notification-content {
  font-size: 14px;
}
.custom-login-btn {
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  width: 100%;
}
.login-checkbox label {
  margin: 0;
  display: inline-block;
}
.login-checkbox .custom-control-label {
  line-height: 24px;
  font-size: 16px;
  float: left;
  padding-top: 0;
}
.login-checkbox .custom-control-label:before {
  width: 24px;
  height: 24px;
  top: 0;
}
.login-checkbox .custom-control-label:after {
  width: 24px;
  height: 24px;
  top: 0;
}
.login-bottom-section {
  float: left;
  width: 100%;
  margin: 50px 0 25px 0;
}
.login-bottom-section .monitrr-logo {
  margin-bottom: 30px;
}
.login-bottom-section .monitrr-logo img {
  width: 110px;
}
.login-bottom-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-bottom-section ul li {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #656565;
}
.login-bottom-section ul li a {
  color: #656565;
}
.forgot-password-holder {
  float: left;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}
.login-title {
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.login-sub-title {
  display: table;
  margin: 0 auto 30px auto;
  max-width: 520px;
  font-size: 16px;
  font-weight: 300;
}
.welcome-message {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 22;
  color: #000;
  width: 100%;
  float: left;
  padding: 50px 0;
  /*display: none !important;*/
}
.welcome-message img {
  max-width: 180px;
}
.welcome-message .text {
  max-width: 600px;
  margin: 50px auto 0 auto;
  padding: 0 30px;
}
.welcome-message .text .title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #fff;
  text-shadow: 1px 1px #000000;
}
.welcome-message .text .info {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px #000000;
}
.forgot-password {
  text-align: right;
  display: block;
  width: 100%;
}
.login-message-box {
  width: 90%;
  border: 1px solid #C3312E;
  background: #F8E9E8;
  padding: 15px 30px 15px 15px;
  display: table;
  position: relative;
  border-radius: 4px;
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.login-message-box .close-box {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #C3312E;
}
.login-message-box .icon {
  display: table-cell;
  vertical-align: middle;
}
.login-message-box .icon i {
  color: #C3312E;
  font-size: 24px;
}
.login-message-box .info {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 0 15px;
}
.login-message-box-success {
  width: 90%;
  border: 1px solid #0D71BC;
  background: #0d71bc24;
  padding: 15px 30px 15px 15px;
  display: table;
  position: relative;
  border-radius: 4px;
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.login-message-box-success .close-box {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0D71BC;
}
.login-message-box-success .icon {
  display: table-cell;
  vertical-align: middle;
}
.login-message-box-success .icon i {
  color: #0D71BC;
  font-size: 24px;
}
.login-message-box-success .info {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 0 15px;
}
.login-message-box-success.success {
  border: 1px solid #0D71BC;
  background: #0d71bc24;
}
.login-message-box-success.success .close-box {
  color: #0D71BC;
}
.login-message-box-success.success .icon i {
  color: #0D71BC;
}
.login-title-blue {
  color: #0D71BC;
}
.twofactor input {
  text-align: center;
  height: 60px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .login-background {
    padding-bottom: 230px;
  }
  .login-background:before {
    background-size: 100%;
  }
  .login-title {
    font-size: 40px;
  }
  .login-sub-title {
    font-size: 20px;
  }
  .forgot-password-holder {
    width: auto;
    float: right;
    margin: 0;
  }
  .wrapper .login-holder {
    padding: 60px;
  }
  .login-bottom-section {
    padding: 0 25px;
  }
  .login-bottom-section ul li {
    width: 33.33%;
  }
  .custom-login-btn {
    width: 350px;
    font-size: 16px;
  }
  .form-element.resend-link-holder .custom-login-btn {
    width: auto;
  }
  body {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 992px) {
  body {
    background-image: url('/Public/Images/monitrr-bg.jpg');
    height: 100%;
    min-height: 100vh;
  }
  body.rtl .wrapper .login-holder {
    float: right;
    margin: 5vh 5vh 5vh 0;
  }
  .wrapper .login-holder {
    width: 480px;
    width: 500px;
    float: left;
    padding: 0;
    margin: 5vh 0 5vh 5vh;
    min-height: 80vh;
  }
  .wrapper .login-holder .logo {
    /*img {
                    width: 250px;
                }*/
    padding: 0 47px;
  }
  .wrapper .login-holder .logo img {
    mix-blend-mode: multiply;
  }
  .wrapper .login-holder .login-box-wrapper {
    /*min-height: 90vh;*/
    /*padding-bottom: 120px;*/
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .login-bottom-section {
    float: left;
    width: 100%;
    margin: 25px 0 25px 0;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
  }
  .welcome-message {
    float: none;
    width: 60%;
    padding: 0;
  }
  .welcome-message img {
    max-width: 240px;
  }
  .welcome-message .text .title {
    font-size: 36px;
  }
  .welcome-message .text .info {
    font-size: 20px;
  }
  .form-element input,
  .form-element label {
    max-width: 300px;
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper .login-holder {
    /*width: 580px;*/
    min-height: 80vh;
    float: left;
    padding: 0;
    margin: 5vh 0 5vh 5vh;
    /*min-height: 80vh;*/
  }
  .wrapper .login-holder .logo {
    /*img {
                    width: 250px;
                }*/
  }
  .wrapper .login-holder .logo a img {
    mix-blend-mode: multiply;
  }
  .wrapper .login-holder .login-box-wrapper {
    /*min-height: 90vh;*/
    /*padding-bottom: 120px;*/
  }
  .login-bottom-section {
    float: left;
    width: 100%;
    margin: 25px 0 25px 0;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
  }
  .welcome-message {
    float: none;
    width: 60%;
  }
  .welcome-message img {
    max-width: 240px;
  }
  .welcome-message .text .title {
    font-size: 40px;
    padding: 0;
  }
  .welcome-message .text .info {
    font-size: 24px;
  }
  .form-element input,
  .form-element label {
    max-width: 100%;
    margin: 0 0;
  }
}
@media only screen and (min-width: 1470px) {
  body.rtl .wrapper .login-holder {
    float: right;
    margin: 10vh 10vh 10vh 0;
  }
  .login-background:before {
    background-position: right 435px center;
  }
  .wrapper .login-holder {
    margin: 10vh 0 10vh 10vh;
    /*width: 670px;*/
    /*min-height: 80vh;*/
  }
  .wrapper .login-holder .logo {
    margin: 50px 0 25px 0;
  }
  .wrapper .login-holder .logo img {
    /*width: 250px;*/
  }
  .wrapper .login-holder .login-box-wrapper {
    /*min-height: 80vh;*/
  }
  .login-bottom-section {
    margin: 50px 0 25px 0;
  }
  .welcome-message .text .title {
    font-size: 54px;
  }
  .welcome-message .text .info {
    font-size: 32px;
  }
}
.btn-microsoft {
  /*font-weight: 600;*/
  /*text-transform: none;*/
}
.btn-microsoft img {
  margin-right: 16px;
}
/*@import 'structure/loader.less';*/