﻿body {
  background: #edecea;
}

.modal-dialog .wide-mode {
  width: 50vw !important;
  align-self: center;
}

.lp-sidebar-navi .lp-text {
  white-space: normal !important;
  line-height: 1.5;
  line-break: auto;
  vertical-align: middle;
}

.item-pull-right {
  float: right;
}

.row-obsolete, .row-obsolete table {
  background-color: #EBCCCC;
}

.selected-row-obsolete > td, .e-grid .row-obsolete .e-rowcell.e-selectionbackground {
  background-color: #E9A0A0 !important;
}

.custom-logo-navbar {
  display: inline-flex;
  height: 15%;
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    top: 0px;
    height: 75%;
  }
}
@media only screen and (min-width: 991px) {
  .navbar-brand {
    top: 12px;
    height: 85%;
  }
}
.lp-opened-sidebar .lp-sidebar-header, .lp-closed .lp-sidebar-header {
  padding: 0 !important;
}

.card-body.epm-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}

.epm-filter .card-body {
  padding-top: 0px;
}

.pdfviewer-section {
  height: 75vh;
}

.docviewer-section {
  height: 85vh;
}

.doc-full-size {
  width: 100%;
  height: 100%;
}

.e-selectionbackground {
  background-color: #b8daff !important;
}

.syncfusion-datagrid-actions .dropdown {
  position: static;
}

.e-tab .e-tab-header .e-toolbar-items {
  width: 100%;
  height: 5vh;
}

.e-toolbar-items .cms-toolbar.e-toolbar-items-base {
  border: none !important;
  border-radius: 0px 0px 0px 0px !important;
  border-bottom: 1px solid #F25012 !important;
  text-align: center !important;
  display: inline-grid !important;
  height: 5vh !important;
}

.cms-toolbar.e-toolbar-items-base.e-active {
  background: white;
  height: 5vh !important;
  border: none !important;
  border-bottom: 1px solid #F25012 !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
  font-size: 18px;
  font-weight: bold !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
  border: none !important;
}

.e-toolbar-items .e-toolbar-items-col-12 {
  width: 100% !important;
}

.e-toolbar-items .e-toolbar-items-col-6 {
  width: 50% !important;
}

.e-toolbar-items .e-toolbar-items-col-4 {
  width: 33.333% !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: black !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
  color: #F25012 !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
  color: #F25012 !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  color: black !important;
}

.e-appointment {
  background-color: #37BD36 !important;
}

.e-tooltip-wrap {
  background-color: #58b7ef !important;
  border: 1px solid #58b7ef !important;
}

.e-appointment.locked {
  background-color: #ff7a7a !important;
}

.e-appointment.finished {
  background-color: #f7923b !important;
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
  border-left: 6px solid #37BD36;
  background-color: rgba(55, 189, 54, 0.3);
}

.e-quick-popup-wrapper.finished .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
  border-left: 6px solid #f7923b;
  background-color: rgba(247, 146, 59, 0.3);
}

.e-quick-popup-wrapper.locked .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
  border-left: 6px solid #ff7a7a;
  background-color: rgba(255, 122, 122, 0.3);
}

.e-schedule .e-vertical-view .e-date-header-wrap table col, .e-schedule .e-vertical-view .e-content-wrap table col {
  min-width: 100px !important;
}

.english-language {
  text-align: right;
  color: #ff0101;
  font-weight: bold;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border: 2px solid #ebebeb;
  background-color: #f2f2f2 !important;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.6rem 0.375rem 0.6rem;
  border: 2px solid #ebebeb;
  background-color: #f2f2f2 !important;
}

.e-popup.e-popup-open.e-dialog {
  width: 730px !important;
}

.e-dialog.e-lib.e-ccdlg.e-popup.e-control.e-popup-open {
  width: 250px !important;
}

.e-btn.e-flat {
  color: #fff;
  background-color: #113059;
  border-color: #113059;
}

.e-btn.e-flat.e-primary {
  color: #fff;
  background-color: #113059;
  border-color: #113059;
}

.e-btn.e-flat.e-primary:disabled {
  background-color: rgba(17, 48, 89, 0.85);
  color: #fff;
}

.e-btn.e-flat.e-primary:disabled:hover {
  background-color: rgba(17, 48, 89, 0.85);
}

.e-btn.e-flat:hover, .e-btn.e-flat:focus, .e-btn.e-flat:active {
  color: #fff;
  background-color: #09192e;
  border-color: #09192e;
}

.e-btn.e-flat.e-primary:hover, .e-btn.e-flat.e-primary:focus, .e-btn.e-flat.e-primary:active {
  color: #fff;
  background-color: #09192e;
  border-color: #09192e;
}

.e-btn.e-flat.e-event-delete {
  color: #fff;
  background-color: #d12941;
  border-color: #d12941;
}

.e-btn.e-flat.e-event-delete:hover, .e-btn.e-flat.e-event-delete:focus, .e-btn.e-flat.e-event-delete:active {
  color: #fff;
  background-color: #a62134;
  border-color: #a62134;
}

.e-grid .e-gridcontent .e-row.locked {
  background-color: #f99d9d;
}

.e-grid .e-gridcontent .e-row.finished {
  background-color: #f7923b;
}

.card-background {
  background: #f7f3ee;
  padding: 10px;
  margin-bottom: 10px;
}

.m-l-5 {
  margin-left: 5px;
}

.custom-file-for .custom-file {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.custom-file-for {
  margin: 0px 0px 0px 5px;
  padding: 7px 13px 5px 13px !important;
}

.icon-btn {
  padding: 5px 12px;
  width: 38px;
  height: 38px;
}

.custom-delete-card-item {
  display: flex;
  align-items: end;
  justify-content: end;
}

.custom-input-hide {
  width: 0;
  height: 0;
  overflow: hidden;
}

.custom-lable-button {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.signature-canvas {
  width: 100%;
  height: 20%;
}

.center {
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.center-vertical {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(0%, -50%);
}

.work-activity {
  margin-top: 3%;
  border: 1px solid #113059;
  padding: 1%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0 !important;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.custom-icon-text {
  font-size: 10px;
  position: absolute;
  text-align: center;
  width: 3.5em;
  padding-top: 16px;
  color: white;
  padding-left: 8px;
}

.custom-icon-text-bottom {
  font-size: 10px;
  position: absolute;
  text-align: center;
  width: 3.5em;
  padding-top: 26px;
  color: white;
  padding-left: 8px;
}

.figure-Is200x200 {
  width: 200px;
  height: 200px;
}

.input-invisible {
  opacity: 0;
}

.icon-half-opacity-width {
  width: 60%;
  opacity: 0.5;
}

.center-content-align {
  text-align: center;
}

.form-row {
  align-items: baseline;
}

.end-line-align {
  justify-content: flex-end;
}

#toast_default {
  z-index: 1100 !important;
}

.custom-input-hide {
  width: 0;
  height: 0;
  overflow: hidden;
}

.custom-icon-span-text {
  position: relative;
  display: inline-block;
  padding-right: 4px;
}

.row-success {
  background-color: #8cd19e;
}

.row-highlight {
  background-color: #e2e39a;
}

.selected-row-success > td, .e-grid .row-success .e-rowcell.e-selectionbackground {
  background-color: #68d985 !important;
}

.flex-pull-right {
  justify-content: end;
}

.e-pager div.e-icons, .e-pager .e-numericitem {
  color: #113059;
}

.e-pager .e-currentitem.e-numericitem.e-focused {
  background: #113059;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
  background: #113059;
  color: #fff;
  opacity: 1;
}

.e-table-container.e-lib.e-touch {
  min-height: 300px;
}

.modal {
  z-index: 1100 !important;
}

.modal-backdrop.show {
  z-index: 1099;
}

.e-dlg-container.e-dlg-center-center {
  z-index: 1052 !important;
}

.e-panel-header {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.e-panel-content {
  text-align: center;
  margin-top: 10px;
}

.e-panel.e-panel-transition {
  height: 100% !important;
  z-index: 100 !important;
}

.e-control.e-lib.e-dashboardlayout.e-responsive, .e-panel.e-panel-transition.e-drag.e-lib.e-draggable {
  height: 100% !important;
}

table.contractor-training-record-table {
  background: none;
}

.e-grid .e-rowcell .e-rowcell {
  border: 0px;
  padding-left: 0px;
}

.e-grid.e-default .e-gridheader th.e-firstcell, .e-grid.e-default .e-gridheader th.e-lastcell {
  border-left-width: 0px !important;
}

.e-gridcontent .e-content {
  min-height: 140px;
}

.display-none {
  display: none;
}

.e-input-group.e-control-wrapper.e-error input.e-input {
  border: 1px solid #dc3545 !important;
}

.e-custom-error {
  border: 1px solid #dc3545 !important;
}
.e-custom-error .e-textbox {
  border: none !important;
}
.e-custom-error .e-input {
  border: none !important;
}

.e-input-group.e-control-wrapper.e-success input.e-input {
  border: 1px solid #28a745;
}

.e-toolbar .e-toolbar-items.e-tbar-pos {
  height: 50px;
}

.pageList {
  margin-left: 5px;
}

.smaller-datagrid-lines th, .smaller-datagrid-lines td {
  padding: 0.25rem !important;
}

.modal {
  padding-left: 20px;
}

.modal-sm {
  max-width: 720px;
}

.modal-lg {
  max-width: 1140px;
}

.modal .modal-lg {
  max-width: 1140px !important;
}

.modal-xl {
  max-width: 1800px;
}

.e-control-wrapper.e-numeric.e-float-input.for-lbl-ml-sm.e-input-group .e-float-text.e-label-top {
  margin-left: 20px;
}

.modal-inception-lvl1 {
  z-index: 1100 !important;
}

.modal-inception-lvl1 + div.modal-backdrop {
  z-index: 1099 !important;
  opacity: 0.3 !important;
}

.modal-inception-lvl2 {
  z-index: 1102 !important;
}

.modal-inception-lvl2 + div.modal-backdrop {
  z-index: 1101 !important;
  opacity: 0.3 !important;
}

.modal-inception-lvl3 {
  z-index: 1104 !important;
}

.modal-inception-lvl3 + div.modal-backdrop {
  z-index: 1103 !important;
  opacity: 0.3 !important;
}

.e-richtexteditor .e-rte-content .e-content, .e-richtexteditor .e-source-content .e-content {
  min-height: 500px;
}

.col-sm-2-custom {
  max-width: 15%;
}

.custom-datepicker input {
  padding-right: 1rem !important;
}

#userManual-dialog {
  width: 1100px !important;
}

.open-tasks-indicator {
  background-color: #f99d9d;
  padding: 3px 5px;
  border-radius: 15px;
}

.dashboard-task-panel {
  height: 10vh;
}

.move-contractor {
  z-index: 1110 !important;
}

.card-minimal-padding label {
  padding: 1px;
}

.card-minimal-padding div {
  padding: 1px;
}

.custom-control-input {
  position: relative;
}

.e-grid .e-content {
  position: initial;
}

.min-width-20-vw {
  min-width: 20vw;
}

.training-result-table .table td {
  padding: 0px;
}

.training-result-table .table th {
  padding: 0px;
}

.row.wa-row {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.row.wa-row div {
  padding-right: 4px;
  padding-left: 4px;
}

.wa-button {
  padding: 4px 8px 4px 8px;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.number-circle {
  background-color: #f99d9d;
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
}

.number-circle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 4px;
  margin-right: 4px;
}

.green-label .e-label {
  color: green !important;
}

.red-label .e-label {
  color: red !important;
}

.margin-left-bottom-top-8 {
  margin-left: 8px !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

.modal-title {
  word-break: break-word !important;
}

.training-result-table .dropdown-menu {
  top: inherit;
  left: inherit;
  right: 0px;
}

.col-sm-1-5 {
  flex: 0 0 15%;
  max-width: 15%;
}

.col-sm-p-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col-sm-p-13 {
  flex: 0 0 13%;
  max-width: 13%;
}

.col-sm-p-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-sm-p-27 {
  flex: 0 0 27%;
  max-width: 27%;
}

.font-size-13 {
  font-size: 13px;
  overflow-wrap: break-word;
  text-align: center;
}

.item-right-align {
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
}

.row.wa-row .form-control {
  height: 100%;
  border: 0px;
}

.item-right-align-training {
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  display: flex;
}

.self-center {
  align-self: center;
}

.contractorWorkingSectionsGrid .e-gridcontent .e-content {
  min-height: 0px;
}

.label-align-center-vertically {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-process-data {
  height: 10vh;
  width: 100%;
}

.process-data-wrapper {
  display: grid;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
}

.accordion-process-data .e-acrdn-header {
  border-width: 2px;
  border-radius: 6px;
  color: #fff;
  background-color: #113059 !important;
  border-color: #113059;
}

.accordion-process-data .e-acrdn-header .e-acrdn-header-content {
  color: #ffffff !important;
}

.accordion-process-data .e-acrdn-header .e-toggle-icon {
  color: #ffffff !important;
}

.process-data-font-size {
  font-size: 14px !important;
}

@media (max-width: 768px) and (min-width: 576px) {
  header {
    background: #ffffff;
    height: 44px;
  }
  body {
    padding-top: 48px;
  }
  .nav-mobile {
    top: 0px;
  }
  .lp-opened-sidebar .lp-sidebar .lp-sidebar-wrapper, .lp-closed .lp-sidebar .lp-sidebar-wrapper {
    height: calc(100vh - 44px) !important;
  }
  .lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar {
    top: 44px;
  }
  .user-nav-mobile {
    top: 0px !important;
  }
  .lp-content {
    min-height: calc(100vh - 88px);
  }
}
@media (max-width: 576px) {
  header {
    background: #ffffff;
    height: 24px;
  }
  body {
    padding-top: 28px;
  }
  .nav-mobile {
    top: 0px;
  }
  .lp-opened-sidebar .lp-sidebar .lp-sidebar-wrapper, .lp-closed .lp-sidebar .lp-sidebar-wrapper {
    height: calc(100vh - 24px) !important;
  }
  .lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar {
    top: 24px;
  }
  .user-nav-mobile {
    top: 0px !important;
  }
  .lp-content {
    min-height: calc(100vh - 88px);
  }
}
.breadcrumb-menu-media .entry-row {
  margin: 0 0 8px 0;
}

.font-popins-sans-serif, .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.process-data-font-size.font-popins-sans-serif .e-control.e-dropdownlist.e-lib.e-input {
  font-family: "Poppins", sans-serif !important;
}

.form-control.process-data-font-size:disabled {
  background: #edecea !important;
  border: none;
}

.form-control.process-data-font-size {
  padding: 0.375rem 0.6rem;
}

.form-group .process-data-font-size .e-control.e-datetimepicker {
  padding: 0.375rem 0rem 0.375rem 0.25rem;
}

.scrollable-content {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

.scrollable-content .row {
  display: flex;
  flex-wrap: nowrap; /* Prevent row from wrapping */
  width: max-content;
}

.scrollable-content .col-sm-4 {
  flex: 0 0 auto;
  width: 18vw;
  margin-right: 10px;
}
