/* Application custom styles */
.deloitte-green--color {
  color: #86BC25;
}

.deloitte-green--background-color {
  background-color: #86BC25;
}

.deloitte-green--background {
  background: #86BC25;
}

.deloitte-green--border-color {
  border-color: #86BC25;
}

.k-icon {
  opacity: unset !important;
}

.pointer {
  cursor: pointer;
}

/* Font */
.text-red {
  color: red;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 80px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}

/* Header */
.tc-accordion-header.tc-accordion-grid-header {
  position: absolute !important;
  z-index: 100;
  width: auto;
}
.tc-accordion-header.tc-accordion-grid-header .tc-accordion-left {
  /*width: auto !important;*/
  font-size: 20px !important;
}
.tc-accordion-header.tc-accordion-grid-header .tc-accordion-left .tc-accordion-title {
  font-size: 23px !important;
}
.tc-accordion-header .tc-accordion-left .tc-accordion-back i {
  font-size: 26px !important;
}

#tc-accordion-buttons .dropdown-toggle {
  margin-top: 13px;
  display: none;
}

@media screen and (max-width: 991.98px) {
  #tc-accordion-buttons .dropdown-toggle {
    display: block;
  }
  #tc-accordion-buttons .tc-accordion-buttons-list {
    display: none;
  }
  .tc-accordion-header.tc-accordion-grid-header {
    min-height: 50px !important;
  }
}
/* Content */
#content {
  margin-top: 80px;
}

.ht-video-player {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 991.98px) {
  #content {
    margin-top: 50px;
  }
}
/* Panels */
.tc-panel--header {
  border-bottom: 1px solid #e9e9e8;
  padding-bottom: 5px;
  color: #86BC25 !important;
  font-size: 120% !important;
}

a.panel-header-name {
  color: #86BC25 !important;
}

.tc-panel--help {
  background-color: #fbfbfb;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(126, 126, 126, 0.1);
  word-wrap: break-word;
  margin-top: 30px;
  min-height: 700px;
}

.tc-panel.pp-widget * h4 {
  border-bottom: 1px solid #e9e9e8;
  padding-bottom: 3px;
}
.tc-panel.pp-widget * .info-box {
  background-color: #86BC25;
}
.tc-panel.pp-widget * .info-box > .info-box-icon {
  padding-left: 10px;
  color: white;
}
.tc-panel.tc-panel--content {
  height: 520px;
}
.tc-panel a.multi-collapse-handler {
  color: #86BC25;
}
.tc-panel dt {
  font-size: 13px;
}
.tc-panel dt label {
  font-weight: normal;
  font-weight: 600 !important;
}

.calendar-info-box {
  background-color: #86BC25;
  height: 90px;
}
.calendar-info-box > .info-box-icon {
  padding-left: 10px;
  color: white;
  height: 90px;
  line-height: 90px;
}
.calendar-info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.calendar-info-box .progress-bar {
  background-color: white;
}

.tc-modal-message {
  padding: 0 10px;
}

/* Inputs */
.tc-input::-webkit-input-placeholder {
  font-style: italic;
  color: lightgray;
  font-size: 90%;
}

.field-validation-error span {
  font-style: italic;
  padding-left: 5px;
  font-size: 95%;
}

.k-widget.k-tooltip-validation {
  font-style: italic;
  padding-left: 5px;
  font-size: 95%;
  color: #a94442 !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  padding: 0 5px !important;
}

.k-tooltip-content {
  text-align: start;
}

.k-icon.k-i-warning {
  display: none !important;
}

.k-file-name {
  line-height: 1.3em !important;
}

.required .tc-label:after {
  content: " *";
  color: red;
}

input[readonly=readonly], input[readonly] {
  background-color: #eee !important;
}

.readonly .k-input {
  background-color: #eee !important;
}

input.btn-light {
  --bs-btn-border-color: #d3d4d5 !important;
  border: 1px solid var(--bs-btn-border-color) !important;
}

/* Radio */
.k-radio-label:before {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.tc-radio-list .k-radio:checked + .k-radio-label:after {
  top: 4px !important;
  left: 4px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #81BC00;
}

.k-radio-label:before {
  width: 12px !important;
  height: 12px !important;
}

/* Checkbox */
.k-checkbox-label {
  min-height: 100%;
  /* for the latest browsers which support min-height */
  height: auto !important;
  /* for newer IE versions */
  height: 100%;
  /* the only height-related attribute that IE6 does not ignore  */
}

.k-checkbox:checked {
  border-color: #86BC25;
  color: #86BC25;
  background-color: #fff;
}

/* Grid */
.k-grid {
  font-weight: normal !important;
}
.k-grid table {
  border-bottom: 1px solid #e9e9e8;
}
.k-grid .k-filtercell-operator {
  display: none !important;
}

.k-widget * {
  box-sizing: border-box;
}
.k-widget.k-grid {
  border: 1px solid #e9e9e8;
  margin: 5px;
}

thead.k-grid-header th.k-header {
  border-bottom-width: 1px !important;
}

th.k-header.no-filter a.k-header-column-menu {
  display: none;
}

.k-grid-toolbar {
  display: block !important;
  background-color: #86BC25 !important;
  border: none !important;
  padding: 5px;
}
.k-grid-toolbar a.k-button,
.k-grid-toolbar button.k-button {
  background-color: #86BC25 !important;
  border: none;
  padding: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}
.k-grid-toolbar a.k-button:hover,
.k-grid-toolbar button.k-button:hover {
  background-color: #77a721 !important;
}

.k-widget .k-status {
  text-align: center;
  background-color: inherit !important;
}

.k-editor iframe.k-content {
  height: 500px !important;
}

.k-toolbar {
  display: block !important;
  background-color: #86BC25;
  border: none;
  line-height: initial;
  margin: 0px 5px;
}
.k-toolbar a.k-button, .k-toolbar button.k-button {
  color: #ffffff;
}

.k-grid-toolbar {
  display: block !important;
  background-color: #86BC25;
  border: none;
}
.k-grid-toolbar a.k-button {
  background-color: #86BC25 !important;
  border: none;
  padding: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}
.k-grid-toolbar a.k-button:hover {
  background-color: #77a721 !important;
}

.k-grid .k-grid-content tr:hover {
  background-color: #ebebeb !important;
}

.k-grid-header .k-filter-row .k-input {
  width: 100% !important;
}

.k-grid .k-grid-content .k-table-td {
  border: none !important;
}

.k-grid .k-table-td a {
  color: #3c8dbc !important;
}

.k-treelist {
  margin-top: 0 !important;
}

#ticket-side-grid * td {
  height: 35px !important;
  cursor: pointer;
}

div.k-grid-norecords {
  justify-content: center;
}

.k-grid-norecords-template {
  background-color: inherit !important;
  border: none !important;
}

.k-filtercell .k-operator-hidden {
  padding-right: 0em !important;
}

.k-select {
  min-height: 2.175em !important;
}

.disable-cell {
  color: #bdbdbd !important;
}

/* Login page */
.tc-authentication-page {
  background-image: url("../Images/login_bg.jpg") !important;
}
.tc-authentication-page .version-footer {
  margin-top: 50px;
  color: white;
  font-size: 80%;
  padding-bottom: 20px;
}
.tc-authentication-page .links-footer {
  margin-top: 50px;
  color: #c7c7c7;
  font-size: 75%;
}
.tc-authentication-page .links-footer a {
  color: white;
}
.tc-authentication-page .links-footer a:hover {
  color: #86BC25;
  text-decoration: underline !important;
}
.tc-authentication-page .login-form-container {
  padding-top: 20vh !important;
}
.tc-authentication-page .login-form-container > .company-logo {
  margin-bottom: 10vh !important;
}
.tc-authentication-page .login-form-container > .application-logo {
  margin-bottom: 0 !important;
}

.login-language-selection {
  font-size: 14px;
  font-weight: normal;
  color: white;
  margin-top: 10px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.login-language-selection a {
  color: white;
}
.login-language-selection a:hover {
  color: #86BC25;
}

#login-language-list {
  background-color: #e9e9e8;
  color: #2f2f2f;
  min-width: 92px !important;
}
#login-language-list ul {
  list-style-type: none;
  padding-left: 10px !important;
  margin-bottom: 0px;
}
#login-language-list li {
  cursor: pointer;
}
#login-language-list li a {
  color: rgba(0, 0, 0, 0.8);
}

#loginContainer a {
  color: white;
}
#loginContainer a:hover {
  color: #86BC25;
}
#loginContainer .btn-success {
  color: white;
}
#loginContainer .btn-success:hover {
  color: white;
}

.login-form-container {
  overflow-y: scroll !important;
}

/* Notifications */
.k-notification {
  border: 0;
  opacity: 0.85 !important;
}
.k-notification > .message {
  display: flex;
  align-items: center;
  width: 400px;
  min-height: 50px;
  padding: 10px 15px;
  font-size: 14px;
}

.k-notification-notification-success {
  background: #86BC25 !important;
  color: #fff !important;
}

.k-notification-notification-danger {
  background: #c57e7e !important;
  color: #fff !important;
}

.k-notification-notification-info {
  background: #23527c !important;
  color: #fff !important;
}

/* Ticketing */
tr.unresolved-ticket {
  font-weight: bolder;
}

.tc-modal-content label {
  font-size: 100% !important;
}

strong.periodic-check-status-1 {
  color: #449d44 !important;
}
strong.periodic-check-status-2 {
  color: #f0ad4e !important;
}
strong.periodic-check-status-3 {
  color: #c9302c !important;
}
strong.periodic-check-status-4 {
  color: #31b0d5 !important;
}

.k-detail-row {
  background-color: #ffffff !important;
}
.k-detail-row:hover {
  background-color: #ffffff !important;
}
.k-detail-row.k-alt {
  background-color: #ffffff !important;
}
.k-detail-row.k-alt:hover {
  background-color: #ffffff !important;
}
.k-detail-row:hover .k-alt {
  background-color: #ffffff !important;
}

.k-grid-content tr[class=k-detail-row], .k-grid-content tr[class="k-detail-row k-alt"] {
  background-color: #ffffff !important;
}
.k-grid-content tr[class=k-detail-row]:hover, .k-grid-content tr[class="k-detail-row k-alt"]:hover {
  background-color: #ffffff !important;
}

#ticket-grid .k-grid-content tr {
  cursor: pointer !important;
}

.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#tickets-filter-panel tr {
  cursor: pointer !important;
}

#ticket-text-of-reply table.k-editor,
#ticket-text-of-reply .k-editor iframe.k-content {
  height: 100px !important;
}

#ticket-notes table.k-editor,
#ticket-notes .k-editor iframe.k-content {
  height: 348px !important;
}

.ticket-status-1 {
  color: #1fa65a;
}

.ticket-status-2 {
  color: #ff2c2c;
}

.ticket-status-3 {
  color: #343434;
}

.ticket-status-4 {
  color: #f09c27;
}

.ticket-status-5 {
  color: #13b6f1;
}

.ticket-status-6 {
  color: #8751af;
}

.ticket-status-10 {
  color: #ee2cc1;
}

#panel-ticket-status-history table {
  table-layout: fixed;
}

@media screen and (max-width: 575.98px) {
  .two-columns {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  #tickets-filter .k-grid {
    height: 400px !important;
  }
  #panel-ticket.collapse {
    display: block;
    height: auto !important;
  }
  #panel-ticket.collapse.in {
    display: none;
  }
}
/* Slim scroll */
::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #86BC25 !important;
}

.leave-request-status-2 {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.button-approve {
  background-color: #86BC25 !important;
  color: #fff !important;
}
.button-approve * {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.leave-request-status-3 {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.button-reject {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.button-reject * {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.leave-request-status-4 {
  background-color: #868e96 !important;
  color: #fff !important;
}

.button-cancel {
  background-color: #868e96 !important;
  color: #fff !important;
}
.button-cancel * {
  background-color: #868e96 !important;
  color: #fff !important;
}

.leave-request-status-5 {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.leave-request-status-6 {
  background-color: #868e96 !important;
  color: #fff !important;
}

.leave-summary-working-hours-source {
  margin-bottom: 15px;
  font-style: italic;
  font-size: small;
}

.leave-summary-hours-converted {
  margin-left: 10px;
  font-style: italic;
}

/* Payslips */
#payroll-widget-grid .k-grid-content tr,
#payroll-grid .k-grid-content tr,
#notification-grid .k-grid-content tr {
  cursor: pointer !important;
}

/* Notification */
/* Notification settings */
.with100 {
  width: 100%;
}

.notification-settings textarea {
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.button-delete {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.button-delete * {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.button-reject-tax {
  background-color: #dc8a35 !important;
  color: #fff !important;
}
.button-reject-tax * {
  background-color: #dc8a35 !important;
  color: #fff !important;
}

.k-command-cell .k-button {
  text-transform: none;
  padding: 5px !important;
  border-radius: 5px;
  margin-right: 5px !important;
}

.k-dialog.k-prompt .k-content {
  padding: 1.2em 1.2em 0.6em 1.2em !important;
}

.k-primary {
  border-color: #86BC25;
  background-color: #86BC25;
}
.k-primary:focus, .k-primary:active {
  border-color: #86BC25;
  background-color: #86BC25;
}
.k-primary:hover {
  background-color: #77a721;
  border-color: #77a721;
}

.confirm-content {
  padding-bottom: 20px;
}

.attendance-status-1,
.button-lock,
.button-unlock {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.attendance-status-2,
.button-close,
.button-unclose {
  background-color: #868e96 !important;
  color: #fff !important;
}

.attendance-status-3,
.button-export {
  background-color: #f0ad4e !important;
  color: #fff !important;
}

.attendance-status-4,
.button-payslips {
  background-color: #5bc0de !important;
  color: #fff !important;
}

.k-i-folder {
  font-size: 150% !important;
  margin-left: 2px !important;
  margin-right: 4px !important;
  color: #e7b36b !important;
  opacity: 0.8 !important;
  border-radius: 3px !important;
}

.k-i-folder-add,
.k-i-download {
  margin-right: 6px;
}

.k-i-file {
  font-size: 150% !important;
  opacity: 0.8 !important;
  margin-left: 2px !important;
  margin-right: 1px !important;
}

.k-i-folder:hover,
.k-i-file:hover {
  opacity: 1 !important;
}

.k-i-file-add {
  margin-right: 6px;
}

.k-i-file-xlsx:before {
  content: "\e90a" !important;
  color: #1f7246 !important;
}

.k-i-file-docx:before {
  content: "\e90b" !important;
  color: #2a5699 !important;
}

.k-i-file-pptx:before {
  content: "\e90d" !important;
  color: #d14524 !important;
}

.k-i-file-png:before,
.k-i-file-jpg:before,
.k-i-file-jpeg:before,
.k-i-file-gif:before,
.k-i-file-bmp:before {
  content: "\e501" !important;
  color: #0078d7 !important;
}

.k-i-file-pdf {
  color: #b62231 !important;
}

.k-i-file-zip {
  color: #e7c246 !important;
}

.file a {
  color: black !important;
}
.file a:hover {
  color: black;
  text-decoration: underline !important;
}

.notification-settings-subject .k-editor iframe.k-content {
  height: 50px !important;
}
.notification-settings-subject table.k-editor {
  height: 50px;
}

.notification-settings-message-long .k-editor iframe.k-content {
  height: 100px !important;
}
.notification-settings-message-long table.k-editor {
  height: 50px;
}

.dashboard-ticket-text .k-editor iframe.k-content {
  height: 70px !important;
}
.dashboard-ticket-text table.k-editor {
  height: 25px;
}

/* Sidebar */
.main-sidebar .links-footer {
  position: absolute;
  bottom: 0;
  font-size: 65%;
  width: 230px;
  margin: 0 auto;
  text-align: center;
}
.main-sidebar .links-footer a {
  color: #808080;
}
.main-sidebar .links-footer a:hover {
  color: #86BC25;
}

.fa-icons {
  color: white;
  padding: 2px;
}
.fa-icons a:hover {
  color: #86BC25;
}

/* Footer */
footer {
  background-color: #e1e1e1 !important;
  font-size: 10px !important;
  clear: both;
}

/* Notification setting */
.modal-scroll {
  height: 500px !important;
  overflow: scroll !important;
}

.disabled {
  opacity: 0.4;
}

/* Employee card */
.anchor-employee-card {
  position: absolute;
  top: -55px;
}

/* Quick links */
#quick-links-grid tbody tr,
#quick-links-img-grid tbody tr {
  cursor: move;
}

/* Quick links widget */
#quick-links-tiles {
  margin-bottom: 12px;
  display: flex;
  flex-flow: row wrap;
  word-break: break-word;
}

#quick-links ul {
  list-style-type: none;
  padding: 0;
  word-break: break-word;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  column-width: 280px;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

@media screen and (min-width: 576px) {
  .quick-link-tile {
    width: 140px;
    margin: 0px 3px 3px 0px;
  }
  .quick-link-tile img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 575.98px) {
  .quick-link-tile {
    width: 100px;
    margin: 0px 3px 2px 0px;
    font-size: 12px;
  }
  .quick-link-tile img {
    width: 100px;
    height: 100px;
  }
}
/* Fix for tree list header */
.header-treelist,
.k-treelist {
  margin: 0px !important;
}

/* Forms */
.text-danger {
  /* Fix for date validation display */
  float: left;
}

/* Screen visibility */
@media screen and (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
  .help-html-content {
    font-size: 90%;
  }
  .tax-dec-child-input {
    width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
  #helpcontent {
    padding-top: 45px;
  }
  .help-html-content {
    font-size: 85%;
  }
}
@media screen and (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
/* Ticket widget */
@media screen and (max-width: 575.98px) {
  #ticket-widget-editor .k-editor-toolbar {
    display: none;
  }
}
/* Date inputs */
.bg-white {
  background-color: #ffffff !important;
}

/* Modals */
.k-window {
  xwidth: 95% !important;
  max-width: 500px;
}

.k-window-titlebar {
  color: white;
  font-size: 1.2em;
  font-weight: 400;
}

/* Forget password */
@media screen and (max-width: 575.98px) {
  .reset-password-logo {
    font-size: 27px;
  }
  .reset-back-button {
    margin-bottom: 5px !important;
  }
}
/* Leave Approve widget */
@media screen and (max-width: 575.98px) {
  .all-requests {
    margin-top: 5px;
  }
}
.tc-inputbox.clear-min-height {
  min-height: initial;
}

.hide {
  display: none;
}

/* Tax */
.tax-declaration-status-1 {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.tax-declaration-status-2 {
  background-color: #ff6d00 !important;
  color: #fff !important;
}

.tax-declaration-status-3 {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.tax-declaration-status-4 {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.tax-declaration-status-5 {
  background-color: #868e96 !important;
  color: #fff !important;
}

.button-sendforapproval {
  background-color: #5e3ebb !important;
  color: #fff !important;
}
.button-sendforapproval * {
  background-color: #5e3ebb !important;
  color: #fff !important;
}

.tax-wizard .k-progressbar {
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
}
.tax-wizard .k-progressbar .k-selected {
  background-color: #86BC25;
  border-color: #86BC25;
}

.btn.center-button {
  margin: 0 auto !important;
}

/* Annual tax */
.annual-tax-status-1,
.annual-tax-status-9 {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.annual-tax-status-3 {
  background-color: #f2c01d !important;
  color: #fff !important;
}

.annual-tax-status-8 {
  background-color: #5e3ebb !important;
  color: #fff !important;
}

.annual-tax-status-4 {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.annual-tax-status-5 {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.annual-tax-status-6,
.annual-tax-status-7 {
  background-color: #868e96 !important;
  color: #fff !important;
}

.annual-tax-status-1 {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.annual-tax-status-2 {
  background-color: #ff6d00 !important;
  color: #fff !important;
}

.annual-tax-status-4 {
  background-color: #86BC25 !important;
  color: #fff !important;
}

.annual-tax-status-5 {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.annual-tax-status-6 {
  background-color: #868e96 !important;
  color: #fff !important;
}

.annual-tax-status-14 {
  background-color: #ffff33 !important;
  color: black !important;
}

.annual-tax-input-info-label {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 3px;
}

/* Comments */
#comment-new {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#comment-new textarea {
  flex: 1;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 0px;
  resize: none;
}
#comment-new .btn {
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#comments-empty {
  color: #7a7a7a;
  text-align: center;
}

#comments {
  margin-top: 13px;
}

#comment-attachment-upload {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  width: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.comment {
  display: flex;
  word-break: break-word;
}

.comment-avatar-content {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.comment-avatar-bg-color {
  color: #77a721;
  background-color: #d8eab9;
}

.comment-content {
  width: 100%;
  margin-left: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 3px;
}
.comment-content hr {
  margin-top: 0px;
  margin-bottom: 13px;
}

.comment-author {
  color: #7a7a7a;
  font-size: 12px;
}

.comment-date {
  margin-left: 7px;
  color: #7a7a7a;
  font-size: 12px;
}

#comment-error {
  text-align: center;
  color: red;
  font-weight: bold;
}

.comment-attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #dee9ca;
  padding: 0px 6px 0px 6px;
  margin: 0px 2px 6px 0px;
  display: inline-block;
  line-height: 24px;
}
.comment-attachment .k-icon {
  margin-top: -4px !important;
  vertical-align: middle;
  font-size: 14px;
}
.comment-attachment:hover {
  background-color: #cbdea6;
}
.comment-attachment a {
  color: #85a44d;
}
.comment-attachment a:hover {
  color: #6c8f2d;
}

#comments .k-grid-header {
  display: none;
}
#comments .k-widget.k-grid {
  border: 0 !important;
}

#comment-submit-loading {
  display: none;
}

#comment-is-internal {
  margin-bottom: 9px;
  text-align: right;
}

#comment-files {
  display: none;
}
#comment-files .k-upload-button {
  display: none;
}

.comment-internal {
  background-color: #f2f2f2;
  margin-bottom: 13px;
}
.comment-internal hr {
  display: none;
}

/* Notes */
#note-new {
  display: flex;
  margin-bottom: 15px;
}
#note-new textarea {
  flex: 1;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 0px;
  resize: none;
}
#note-new .btn {
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#notes-empty {
  color: #7a7a7a;
  text-align: center;
}

#notes {
  margin-top: 13px;
}

#note-attachment-upload {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  width: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.eroom-header-buttons {
  display: flex;
  flex-direction: row;
}

.eroom-error {
  background-color: #ff6161;
  color: white;
  padding: 20px;
}

.eroom-progress {
  background-color: #f39c12;
  color: white;
  padding: 20px;
}

.eroom-success {
  background-color: #86BC25;
  color: white;
  padding: 20px;
}
.eroom-success-message-template {
  padding-top: 3px;
  margin-right: 5px;
}
.eroom-success > .btn-container > a {
  padding: 2px 10px !important;
}

#download-info-wrapper {
  display: none;
  margin-top: 30px;
}

.note-avatar-content {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.note-avatar-bg-color {
  color: #77a721;
  background-color: #d8eab9;
}

.note-content {
  width: 100%;
  margin-left: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 3px;
}
.note-content hr {
  margin-top: 0px;
  margin-bottom: 13px;
}

.note-author {
  color: #7a7a7a;
  font-size: 12px;
}

.note-date {
  margin-left: 7px;
  color: #7a7a7a;
  font-size: 12px;
}

#note-error {
  text-align: center;
  color: red;
  font-weight: bold;
}

.note-attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #dee9ca;
  padding: 0px 6px 0px 6px;
  margin: 0px 2px 6px 0px;
  display: inline-block;
}
.note-attachment:hover {
  background-color: #cbdea6;
}
.note-attachment a {
  color: #85a44d;
}
.note-attachment a:hover {
  color: #6c8f2d;
}

#notes .k-grid-header {
  display: none;
}
#notes .k-widget.k-grid {
  border: 0 !important;
}

#note-submit-loading {
  display: none;
}

#note-is-internal {
  margin-bottom: 9px;
  text-align: right;
}

#note-files {
  display: none;
}
#note-files .k-upload-button {
  display: none;
}

.note-internal {
  background-color: #f2f2f2;
  margin-bottom: 13px;
}
.note-internal hr {
  display: none;
}

.btn-delete {
  font-size: 140%;
}

.k-input.k-placeholder, .k-input:-ms-input-placeholder, .k-input.k-placeholder, .k-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  font-style: italic;
}

@media screen and (max-width: 575.98px) {
  #comment-new textarea {
    flex: 1 1 100%;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.3);
  }
  #comment-attachment-upload {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0px;
    border-bottom: 0px;
  }
  #comment-new .btn {
    flex: 1;
  }
  .comment .comment-avatar {
    display: none;
  }
  .comment-content {
    margin-left: 0px;
  }
}
/* Legal texts */
.legal-language-selection {
  font-size: 14px;
  font-weight: normal;
  color: white;
  margin-top: 13px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.legal-language-selection a {
  color: white;
}
.legal-language-selection a:hover {
  color: #86BC25;
}

.legal-country {
  margin-left: 60px;
}

#flags-list {
  background-color: #e9e9e8;
  color: #2f2f2f;
  min-width: 25px !important;
}
#flags-list ul {
  list-style-type: none;
  padding-left: 10px !important;
  margin-bottom: 0px;
}
#flags-list li {
  cursor: pointer;
}
#flags-list img {
  height: 24%;
  width: 24%;
  margin-right: 3px;
}
#flags-list span {
  vertical-align: middle;
}

#flag img {
  height: 26%;
  width: 26%;
  margin-right: 3px;
}

.legal-active-language {
  color: #86BC25 !important;
}

.text-overflow {
  /*width: inherit;*/
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

div .ack-like-span {
  display: inline-block;
}

.text-overflow:hover {
  overflow: visible;
  white-space: normal;
  z-index: 100000000;
  position: relative;
  background-color: #fbfbfb;
}

div.table--vertical-sroll-700px {
  overflow-y: auto;
}

.table--vertical-sroll-700px table {
  min-width: 730px;
}

.table-container {
  padding-right: 15px;
  padding-left: 15px;
}

div.table--vertical-sroll-600px {
  overflow-y: auto;
}

.table--vertical-sroll-600px table {
  min-width: 600px;
}

.grid-switch tr {
  height: 35px !important;
}

.k-switch {
  font-size: 0.5em !important;
}

switch-handle {
  border-color: #86BC25 !important;
  color: #86BC25 !important;
  background-color: #86BC25 !important;
}

.k-switch-on .k-switch-handle {
  border-color: #86BC25 !important;
  color: #86BC25 !important;
  background-color: #86BC25 !important;
}
.k-switch-on.k-state-hover .k-switch-container, .k-switch-on:hover .k-switch-container {
  border-color: #86BC25 !important;
  color: #86BC25 !important;
  background-color: rgb(200, 240, 200) !important;
}
.k-switch-on .k-switch-container {
  border-color: rgb(200, 240, 200) !important;
  color: #86BC25 !important;
  background-color: #86BC25 !important;
}

.k-switch-off.k-state-focused .k-switch-handle, .k-switch-off:focus .k-switch-handle {
  color: #BBBCBC !important;
  border-color: transparent;
  background-color: #BBBCBC !important;
}
.k-switch-off .k-switch-handle {
  color: #BBBCBC !important;
  background-color: #BBBCBC !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.k-animation-container {
  z-index: 1000001 !important;
}

@media screen and (min-width: 576px) {
  .k-calendar-container .k-calendar-range {
    width: 576px !important;
  }
  .k-calendar-container .k-calendar-range table {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
.tc-inputbox textarea {
  text-indent: 0px !important;
}

.ticketFlag {
  font-size: 120%;
  color: rgb(233, 232, 232);
}

.ticketFlagActive,
.ticketFlag:hover {
  color: rgb(255, 0, 0);
}

/* Kendo DatePicker */
.datarangepicker {
  display: flex;
  background-color: #fbfbfb !important;
  background-color: #fbfbfb !important;
}
.datarangepicker .k-textbox-container {
  flex: 1 0 45%;
}
.datarangepicker label {
  font-family: "Open Sans", Verdana, sans-serif !important;
  font-weight: 600 !important;
  color: #373735 !important;
  max-width: 100% !important;
  margin-bottom: 5px !important;
  font-size: 17px;
  line-height: normal !important;
}
.datarangepicker input.k-textbox {
  padding: 0.14em 0 !important;
  margin-top: 2px;
}

.k-combobox .k-input,
.k-dropdown-wrap.k-state-default {
  background-color: white !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.bold-row {
  font-weight: bold !important;
}

.inline-block {
  display: inline-block;
}

.grid-column-hidden-label {
  text-align: center !important;
}
.grid-column-hidden-label label {
  display: none !important;
}

.grid-buttons-group:hover {
  overflow: scroll !important;
  text-overflow: unset !important;
}

/* Kendo DatePicker */
@media screen and (max-width: 575.98px) {
  .k-calendar .k-calendar-view {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  .datarangepicker {
    flex-direction: column;
  }
  .datarangepicker .k-textbox-container {
    flex: 1 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .datarangepicker > span:nth-child(2) {
    margin: 12px !important;
  }
}
/* DevExpress RichEdit */
.dx-overlay-content.dx-popup-normal.dx-popup-draggable.dx-resizable {
  max-width: 500px !important;
}

.dx-scrollable-scroll {
  background-color: #86BC25 !important;
}

.dx-scrollable-scroll-content {
  background-color: #86BC25 !important;
}

.dx-scrollable-scroll-content:hover {
  background-color: #86BC25 !important;
}

.dx-button.dx-button-mode-contained.dx-button-normal.dx-button-has-text {
  background-color: #86BC25 !important;
  color: white !important;
}

.dx-variables-picker {
  max-height: 420px;
  overflow: auto;
  margin-top: 10px;
  padding-right: 6px;
}

.dx-variables-picker ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.dx-variables-picker li {
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}

.dx-variables-picker li.dx-variable-selected {
  background: rgba(0, 0, 0, 0.06);
}

/* Toggle switch */
label.switch {
  margin-bottom: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 21px;
  margin-right: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #86BC25;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.slider.round:before {
  border-radius: 50%;
}

.iti {
  width: 100%;
  display: inline-flex !important;
}

.dropdown-toggle.hide-caret::after {
  display: none;
}

.btn.btn-success[disabled] {
  background-color: #86BC1B;
  border-color: #86BC1B;
}

strong {
  font-weight: bold !important;
}

.k-radio-label {
  font-weight: bold !important;
}

.circle-red {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #444 !important;
}

.circle-green {
  background-color: #86BC25 !important;
  border-color: #86BC25 !important;
  color: #444 !important;
}

.circle-yellow {
  background-color: #dc8a35 !important;
  border-color: #dc8a35 !important;
  color: #444 !important;
}

.circle-grey {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #444 !important;
}

.not-signed {
  color: rgb(255, 127, 39);
}

.signed {
  color: rgb(29, 201, 32);
}

/* Stepper */
.stepper-wrapper .k-widget {
  background-color: transparent;
}

/* Eroom file progress tracking */
.file-progress-status-0 {
  background-color: #DC3545 !important;
  color: #fff !important;
}

.file-progress-status-0 a {
  color: #fff !important;
}

.file-progress-status-1 {
  background-color: #F2C01D !important;
  color: #fff !important;
}

.file-progress-status-1 a {
  color: #fff !important;
}

.file-progress-status-2 {
  background-color: #96CB3C !important;
  color: #fff !important;
}

.file-progress-status-2 a {
  color: #fff !important;
}

.file-progress-icon-large {
  font-size: 180%;
  transition: color 0.5s ease;
  color: #fff;
}

.file-progress-icon-large:active {
  color: #FFF200;
}

.k-reorder-cue {
  z-index: 2147483646 !important;
}

.k-drag-clue {
  z-index: 2147483647 !important;
}

.k-editor-toolbar .k-button {
  margin-left: 5px;
  color: #000000 !important;
}
.k-editor-toolbar .k-toolbar-item {
  margin-left: 5px;
}
.k-editor-toolbar .k-toolbar-button-group {
  margin-left: 5px;
}
.k-editor-toolbar .k-toolbar-button-group .k-icon {
  color: #000000 !important;
}

.grid-select-column {
  text-align: center !important;
}

.k-table-thead .k-filtercell-wrapper input {
  background-color: #fff;
}
.k-table-thead .k-filtercell-wrapper .k-picker {
  background-color: #fff;
}
.k-table-thead .k-filtercell-wrapper > .k-button {
  display: none;
}

.k-combobox-popup .k-list-item {
  text-indent: 0px !important;
  height: auto !important;
}
.k-combobox-popup .k-selected {
  color: #000000;
  background-color: #def2bb;
  box-shadow: none;
}
.k-combobox-popup .k-hover {
  color: #000000 !important;
  background-color: #C0C0C0 !important;
}

.k-column-menu .k-menu-link {
  color: #000000 !important;
}

.k-column-menu .k-position-item {
  display: none;
}

.k-grid-column-menu.k-active {
  background-color: #86BC25 !important;
}

.k-calendar-container .k-header .k-button-text {
  color: white;
}
.k-calendar-container .k-calendar-footer .k-button-text {
  color: #86BC25;
}

.k-dropdowntree {
  display: flex !important;
  height: 32px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
}

.k-radio:checked,
.k-radio.k-checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='var%28--kendo-color-on-primary,%20white%29'/%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%2381BC00'/%3e%3c/svg%3e") !important;
}

.k-pager-numbers .k-button-flat-primary {
  color: black;
}
.k-pager-numbers .k-selected {
  color: white;
  background-color: #81BC00 !important;
  border-radius: 5px;
}

.last-login-item span {
  background-color: #2a2a28 !important;
  color: #C0C0C0 !important;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}
.last-login-item span:hover {
  background-color: #2a2a28 !important;
  color: #C0C0C0;
  font-weight: 600;
}

.k-message-group-sender .k-chat-bubble, .k-button-solid-primary, .k-fab-solid-primary {
  background-color: #86BC25;
  border-color: #86BC25;
  outline-color: #86BC25;
}

.k-hover.k-fab-solid-primary, .k-fab-solid-primary:hover, .k-button-solid-primary:hover, .k-message-group-sender .k-chat-bubble:hover {
  border-color: #77a721;
  background-color: #77a721;
}

span.field-validation-error {
  font-style: italic;
}

.chatbot-disclaimer {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  pointer-events: none;
  font-size: 1rem;
  text-align: center;
}

/*# sourceMappingURL=site.css.map */
