/* OpenSans Font Family Declarations */
@font-face {
    font-family: "OpenSans-Regular";
    src: url("https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
    src: local("Open Sans"), local("OpenSans");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
    src: local("Open Sans Light"), local("OpenSans-Light");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url("https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
    src: local("Open Sans Semibold"), local("OpenSans-Semibold");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
    src: local("Open Sans Bold"), local("OpenSans-Bold");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* OpenSans Utility Classes */
.font-opensans-regular {
    font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-opensans-light {
    font-family: "OpenSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-opensans-semibold {
    font-family: "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-opensans-bold {
    font-family: "OpenSans-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Font Size Utility Classes */
.font-size-12 { font-size: 12px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-18 { font-size: 18px; }
.font-size-20 { font-size: 20px; }
.font-size-25 { font-size: 25px; }
.font-size-32 { font-size: 32px; }
.font-size-50 { font-size: 50px; }

/* Responsive Font Sizes */
.font-size-1rem { font-size: 1rem; }
.font-size-875rem { font-size: 0.875rem; }

body {
  font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.top-bar {
  background: #333;
  color: white;
  padding: 10px;
  text-align: right;
}
.container {
  display: flex;
}
.mainsidebar {
  width: 200px;
  background: #eee;
  padding: 10px;
}
.mainsidebar ul {
  list-style: none;
  padding: 0;
}
.mainsidebar ul li a {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
}
.mainsidebar ul li a:hover {
  background-color: #ccc;
}
.content {
  flex: 1;
  padding: 20px;
}
.dashboard-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.top-nav {
  background: #333;
  color: white;
  padding: 10px 20px;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-info a {
  color: white;
  text-decoration: none;
}

.user-info a:hover {
  text-decoration: underline;
}

.main-content {
  display: flex;
  flex: 1;
}

.left-nav {
  width: 200px;
  background: #f5f5f5;
  padding: 20px;
}

.menu-items {
  list-style: none;
  padding: 0;
}

.menu-items li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.menu-items li a:hover {
  background-color: #ddd;
}

.work-area {
  flex: 1;
  padding: 20px;
}

.auth-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.auth-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.auth-container input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
}

.auth-container button {
  width: 100%;
  padding: 10px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
  margin: 10px 0;
}

.auth-container a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
}

.auth-container a:hover {
  text-decoration: underline;
}

.auth-container p {
  text-align: center;
  margin-top: 20px;
}

/* You can add global styles to this file, and also import other style files */

/* @import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";
/* @import 'ag-grid-community/dist/styles/ag-theme-alpine.css'; */
/* @import "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css"; */

/* @media (min-width: 1700px) {
  .ag-theme-balham {
    height: 200px !important;
  }
} */

.ag-theme-balham .ag-menu {
  background-color: #ffffff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
body.show-left-rail .generalcontainer {
  width: 875px;
}

.wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.sign-in-page {
  float: left;
  width: 100%;
  padding: 174px 0 20px 0;
}

.signin-popup {
  width: 525px;
  margin: 0 auto;
  position: relative;
}

.signin-pop {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 6px;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 98% !important;
  padding: 0px !important;
  padding-left: 10px !important;
  border-radius: 5px !important;
  height: 34px;
}

.k-switch-container {
  border-color: rgba(33, 37, 41, 0.21);
}

.k-switch-handle,
.km-switch-handle {
  color: #3b3c3e;
}

.k-switch-label-on,
.k-switch-label-off {
  top: 12px !important;
}

.signin-popup:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -22px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.signin-popup:after {
  content: "";
  position: absolute;
  top: -37px;
  left: -45px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.sucessbutton {
  background: #2ca01c !important;
  border: #2ca01c !important;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.k-button {
  height: 44px;
}

.HeaderClass {
  text-align: center;
  font-size: 32px;
}

.k-button:hover {
  color: #fff;
  transform: scale(0.98);
}

a {
  color: #0056b3 !important;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
}

.mandatory {
  color: red;
}

.k-upload .k-upload-files {
  max-height: 240px;
  overflow: auto;
}

.ngx-editor-textarea {
  height: 150px !important;
}

.k-notification-container {
  margin: 0.675rem 0;
}

.k-multiselect-wrap {
  max-height: 60px;
  overflow-y: auto;
}

.fr-box {
  border: 1px solid #ccc;
}

.k-notification-group {
  margin-top: 60px;
}

.task-detail-sidebar-item-Desc {
  padding-top: 10px;
  color: #0b66c3;
  font-size: 14px;
}

.task-detail-sidebar-item-title {
  width: auto !important;
  padding-top: 10px;
  color: #494c4f !important;
  font-size: 14px !important;
}

.task-detail-mainsidebar-item {
  padding-bottom: 10px !important;
}

.k-notification-group {
  z-index: 999999;
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -109px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -52px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -105px;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -83px;
  }
}

@media (max-width: 500px) {
  .signin-popup {
    width: 316px;
    margin: 0 auto;
    position: relative;
    top: -87px;
  }
}

.ag-cell-focus {
  border: none !important;
  outline: none;
}

.no-border.ag-cell:focus {
  border: none !important;
  outline: none;
}

.ag-header-container {
  background: #0069d9;
  color: white !important;
}

.EMRFocus {
  border: 1px solid #64bdfe;
  border-radius: 2px;
  height: inherit;
}

[ng-reflect-multiple-selection="true"]
  [role="listbox"]
  [kendodropdownsselectable].k-state-selected {
  display: none;
}
.ag-theme-balham .ag-header-group-cell-label {
  height: 100%;
  width: fit-content !important;
}
.ag-theme-balham .sick-days-warning {
  background-color: sandybrown;
  /* color: white */
}
.ag-header-group-cell {
  text-align: -webkit-center !important;
}

.ag-theme-balham .sick-days-breach {
  background-color: lightcoral;
  /* color: white */
}
.ag-theme-balham .ag-header-row {
  background: rgb(42, 89, 165) !important;
  text-align: center !important;
}
.ag-theme-balham .sick-days-completed {
  background-color: #2ca01c !important;
  color: white;
}

.ag-theme-balham .sick-days-overdue {
  background-color: #e62121;
  color: white !important;
}

.ag-theme-balham .ag-row-selected {
  background-color: #51b2ec !important;
  color: black;
}

.focusClass {
  border: 2px solid #64bdfe;
  border-radius: 4px;
}

.DetailIconBlackColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/details-large-view-64.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 22px;*/
  background-size: 60%;
}

.BriefIconBlackColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/view-details-64.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 22px;*/
  background-size: 75%;
}

@media (min-width: 1000px) {
  .ArrowRightIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/ArrowRight.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 41px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}
@media (max-width: 1000px) {
  .ArrowRightIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/ArrowDown.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 41px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}
@media (min-width: 1000px) {
  .ArrowWhiteIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/WhiteArrowRight.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px !important;
    padding-left: 26px;
    padding-right: 21px;
    background-size: 85%;
  }
}

@media (max-width: 1000px) {
  .ArrowWhiteIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/WhiteDownRightArrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 23px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}

.PreviewIcon {
  border-color: #a6d3e8;
  background-image: url("assets/images/imgView.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 10px;*/
}

.ag-theme-balham .ag-paging-panel > span {
  color: black;
  /* font-size: 15px; */
}

.ag-theme-balham button[ref="btFirst"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btFirst"]::before {
  font-family: FontAwesome;
  content: "\f049";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btPrevious"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btPrevious"]::before {
  font-family: FontAwesome;
  content: "\f048";
  position: absolute;
  left: 0px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btNext"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btNext"]::before {
  font-family: FontAwesome;
  content: "\f051";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btLast"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btLast"]::before {
  font-family: FontAwesome;
  content: "\f050";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

/* img:hover {
    opacity: 0.5;
} */

/* .ag-body-viewport.ag-layout-normal {
    overflow-x: auto !important;
    overflow-y: auto !important;
} */

.k-dialog-button-layout-stretched .k-button {
  flex: none !important;
}

.k-dialog-button-layout-stretched .k-button ~ .k-button {
  margin-left: 10px !important;
}

.ql-snow .ql-tooltip {
  left: 19.5px !important;
}

.task-switcher-block-selected {
  overflow-x: hidden !important;
}

.ql-video {
  display: none !important;
}

.feed-com-text-inner-inner p {
  word-break: break-all !important;
}

.task-detail-description div p {
  word-break: break-all !important;
}
.yellowcolor {
  background-color: yellow !important;
}
.Dodgerblue {
  background-color: #51b2ec !important;
}
.white {
  background-color: white !important;
}
/* .color{
        background-color:#DEB887 !important
    } */

/* @media(min-width:1700px){
        .ag-body-viewport.ag-layout-normal{
            overflow-x:hidden !important;
        }
        } */
.contextMenuStyles {
  font-size: 10.5pt !important;
  font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ExporttoExcelIconBlueColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/ExportToExcelIconBlue.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  background-size: 75%;
}

#customerCallLogAgGridId .ag-root-wrapper-body.ag-layout-normal {
  height: calc(100vh - 200px) !important;
  min-height: calc(100vh - 200px) !important;
}

html {
  height: 100%;
  width: 100%;
}

html,
body {
  height: 100%;
  width: 100%;
}

.busyLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
}

.busyLoading-holder {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
  width: 100%;
  height: 100%;
  z-index: 999999999;
  display: none;
}

@media (min-width: 700px) and (max-width: 1000px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

/* @media(min-width:300px) and (max-width:1000px){
      .DropdownMobileClass{
        position:absolute;
        margin-left:-108px;
      }
    } */

@media (max-width: 700px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  /* .main-buttons-item-text{
        margin-left:-6px;
      }
      .main-buttons-item-text-title{
        margin-right: 9px;
      } */
  .visible-xs {
    display: none !important;
  }

  .main-buttons-item-text-title {
    padding-right: 14px;
  }

  /* .hidden-xs{
        display: none
      } */
  .visible-sm {
    display: none !important;
  }

  /* .hidden-sm{
        display: none;
      } */
}

@media (min-width: 700px) {
  .ParticipantsPaddingClassInMobile {
    padding-left: 0px;
  }
}

@media (max-width: 1000px) {
  .main-buttons-item-text-title {
    padding-right: 14px;
  }
}

@media (min-width: 1610px) {
  .BusyLoadingHeightClass {
    height: 968px;
  }
}

@media (min-width: 300px) and (max-width: 700px) {
  .BusyLoadingHeightClass {
    height: 800px;
  }
}

@media (min-width: 1700px) {
  /* .ag-theme-balham {
        height: 700px;
      } */

  #CreateTaskInfo {
    max-height: 700px;
  }

  /* .k-dialog-wrapper .k-dialog {
        height: auto !important;
      } */

  .WorkareaContentWidthClass {
    flex: 0 0 79%;
    max-width: 74%;
  }

  .YetToStartWidthClass {
    flex: 1 0 19.666667%;
    max-width: 25.666667%;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .WorkareaContentWidthClass {
    flex: 0 0 79%;
    max-width: 75%;
  }

  .YetToStartWidthClass {
    flex: 0 0 21.666667%;
    max-width: 21.666667%;
    height: 605px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1550px) {
  .YetToStartWidthClass {
    max-width: 25% !important;
  }
  .YetToStartWidthClass {
    flex: 1 0 21.666667%;
  }
  .WorkareaContentWidthClass {
    max-width: 74% !important;
  }
}
@media (min-width: 1550px) and (max-width: 1700px) {
  .YetToStartWidthClass {
    flex: 0 0 21.666667%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .WorkareaContentWidthClass {
    flex: 0 0 73%;
    max-width: 73%;
  }

  .YetToStartWidthClass {
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
  }
}

@media (min-width: 1610px) and (max-width: 1700px) {
  .ag-theme-balham {
    height: 701px;
  }

  #CreateTaskInfo {
    max-height: 716px !important;
  }

  .k-dialog-wrapper .k-dialog {
    max-height: 863px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1610px) {
  .ag-theme-balham {
    height: 592px;
  }

  #CreateTaskInfo {
    max-height: 606px !important;
  }
  /*
      .k-dialog-wrapper .k-dialog {
        height: auto !important;
      } */
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .WorkareaContentWidthClass {
    flex: 0 0 72%;
    max-width: 72%;
  }

  .YetToStartWidthClass {
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
  }

  .ag-theme-balham {
    height: 452px;
  }

  #CreateTaskInfo {
    max-height: 450px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 628px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .WorkareaContentWidthClass {
    flex: 0 0 71%;
    max-width: 69%;
  }

  .YetToStartWidthClass {
    flex: 0 0 26.666667%;
    max-width: 26.666667%;
  }

  .ag-theme-balham {
    height: 525px;
  }

  #CreateTaskInfo {
    max-height: 704px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 629px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .ag-theme-balham {
    height: 374px;
  }

  #CreateTaskInfo {
    max-height: 560px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 635px !important;
    left: 6%;
  }

  #workarea {
    margin-left: 10px;
  }

  .YetToStartWidthClass {
    margin-left: 0px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .ag-theme-balham {
    height: 345px !important;
  }

  #CreateTaskInfo {
    max-height: 451px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 627px !important;
    left: 3%;
  }

  #workarea {
    margin-left: 10px;
  }

  .YetToStartWidthClass {
    margin-left: 0px !important;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .ag-theme-balham {
    height: 360px;
  }

  #CreateTaskInfo {
    max-height: 705px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 682px !important;
    max-width: 650px !important;
    top: -7%;
  }

  .YetToStartWidthClass {
    margin-left: 5px !important;
    flex: 0 0 97.666667%;
    max-width: 100.666667%;
  }

  .WorkareaContentWidthClass {
    flex: 0 0 98%;
    max-width: 98%;
    margin-left: 3px !important;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .ag-theme-balham {
    height: 397px !important;
  }

  #CreateTaskInfo {
    max-height: 396px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 368px !important;
    max-width: 596px !important;
    top: 6%;
  }

  .YetToStartWidthClass {
    margin-left: 5px !important;
    flex: 0 0 97.666667%;
    max-width: 100.666667%;
  }

  .WorkareaContentWidthClass {
    flex: 0 0 98%;
    max-width: 98%;
    margin-left: 3px !important;
  }
}

@media (min-width: 100px) and (max-width: 600px) {
  .ag-theme-balham {
    height: 397px;
  }

  #CreateTaskInfo {
    max-height: 464px !important;
  }

  .k-dialog-wrapper .k-dialog {
    height: 627px !important;
    max-width: 328px !important;
    /* max-height:195px !important; */
  }

  .YetToStartWidthClass {
    margin-left: 5px !important;
    flex: 0 0 95.666667%;
    max-width: 98.666667%;
  }

  .WorkareaContentWidthClass {
    flex: 0 0 97%;
    max-width: 97%;
    margin-left: 3px !important;
  }
}

@media (max-width: 600px) {
  .TaskInfoHeaderClass {
    font-size: 20px;
    white-space: nowrap;
  }

  .EdiTaskSaveWidthClass {
    width: 100%;
  }

  kendofileselect {
    width: 100%;
  }

  .DropdownToggleMarginTopClassInMobile {
    margin-top: 39px !important;
  }

  .UserIconStylesInMobile {
    margin-top: 0px !important;
  }
}

@media (min-width: 600px) {
  .EdiTaskSaveWidthClass {
    width: 100px;
  }

  .ViewTaskInfoButtonClass {
    float: right;
  }
}

.ql-editor {
  /* height: 260px !important; */
}

.form-group {
  margin-bottom: 8px !important;
}

.ag-theme-balham .ag-header-cell {
  background-color: #0069d9 !important;
}

.popup-header {
  min-height: 16.42857143px;
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: #0072c5;
  border: 0px;
}

.ModalPopupHeadings {
  font-size: 17px;
  padding-top: 15px;
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 17px;
}

.k-window-titlebar {
  border-color: rgba(33, 37, 41, 0.125);
  color: #212529;
  background-color: #fff;
  /* padding: 0em; */
}

.k-tabstrip-top > .k-tabstrip-items .k-item {
  width: auto !important;
}

@media (min-width: 1200px) {
  .main-buttons-item {
    position: relative;
    display: inline-block;
    margin: 0 50px 8px 0;
    height: 60px;
    line-height: 30px;
    text-decoration: none;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .main-buttons-item {
    position: relative;
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 37px !important;
    line-height: 30px;
    text-decoration: none;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .main-buttons-item {
    position: relative;
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 37px !important;
    line-height: 30px;
    text-decoration: none;
  }
}

@media (max-width: 600px) {
  .main-buttons-inner-container {
    max-height: 206px !important;
  }

  .ag-theme-balham {
    height: 381px !important;
  }

  .main-buttons-item {
    position: relative;
    display: inline-block;
    margin: 0 6px 8px 0;
    height: 37px !important;
    line-height: 30px;
    text-decoration: none;
  }

  .ViewTaskStyleInMobileClass {
    text-align: left !important;
  }

  .k-tabstrip > .k-tabstrip-items {
    border: 0 solid transparent;
    display: inline-block !important;
    flex-direction: row;
    flex: 0 0 auto;
    position: relative;
  }
}

.main-buttons-item-link {
  position: relative;
  display: inline-block;
  height: 65px;
  font: 15px/65px "OpenSans-Semibold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  color: #545c6a;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
  text-transform: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-buttons-item .main-buttons-item-text {
  position: relative;
}

.main-buttons-item-edit-button,
.main-buttons-item-drag-button {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 18px;
  right: -15px;
  top: 2px;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

main-buttons-item-link {
  position: relative;
  display: inline-block;
  height: 65px;
  font: 15px/65px "OpenSans-Semibold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  color: #545c6a;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
  text-transform: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-buttons-item-link {
  font: 15px/65px "OpenSans-Semibold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  color: #545c6a;
  text-transform: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-buttons-item-drag-button {
  left: -15px;
  top: 3px;
  right: auto;
  cursor: move;
}

.main-buttons-item-link {
  /* position: relative; */
  /* display: inline-block; */
  /* height: 65px; */
  font: 15px/65px "OpenSans-Semibold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  color: #545c6a;
  cursor: pointer;
  text-transform: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-buttons-item .main-buttons-item-counter {
  position: absolute;
  top: 8px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 7px;
  min-width: 12px;
  border-radius: 30px;
  background: #f54819;
  font: bold 11px/16px "OpenSans-Regular", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  color: #fff;
}

.main-buttons-item-link {
  color: #545c6a !important;
  text-decoration: none !important;
}

.main-buttons-item :hover {
  color: blue !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .EditUnCustomizationTaskDetailWidthClass {
    flex: 0 0 29.666667%;
    max-width: 29.666667%;
  }
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
  background: #2ca01c !important;
  color: white !important;
}

.cell-wrap-text {
  white-space: normal !important;
}

.k-dropdown .k-state-focused {
  box-shadow: 0 0 0 2px rgba(149, 186, 225, 0.76) !important;
}

.k-button:focus {
  border: 2px solid #80bdff !important;
}

.task-detail-description p {
  margin: 0;
  padding: 0;
}

.ag-header-cell-label {
  justify-content: center !important;
}

.feed-com-text-inner-inner p {
  margin-bottom: 0px;
}

.dropbtn {
  background-color: white !important;
  color: black !important;
  padding: 0px 8px;
  font-size: 20px !important;
  border: none;
  vertical-align: top;
}

.dropbtn {
  /* color: white; */
  border-radius: 4px;
}

.ql-snow .ql-editor img {
  max-width: 80% !important;
}

/* .TaskTypeWidthClass .k-popup, .k-menu-group, .k-menu.k-context-menu{
    width: 288px !important;
}  */

.icon-arrow-right:before {
  content: "\ea34";
}

@media (max-width: 700px) {
  .k-tabstrip-items .k-link {
    font-size: 15px;
  }
}

.ag-theme-balham .ag-cell {
  border-left: 1px solid #ccc !important;
}

.ag-theme-balham .ag-row {
  min-height: 32px !important;
}
.ag-theme-balham .ag-row:not(.ag-row-first) {
  border-width: 1px 1px 1px !important;
}

/* @media(min-width:1500px) and (max-width:1600px) {
  .main-buttons-item-text-title {
        padding-right: 8px;
      }
} */

.snackbar-mini {
  visibility: hidden;
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  min-width: 250px; /* <-- FIXED MIN WIDTH */
  max-width: 400px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #e0e0e0;
  z-index: 999999;
}

.snackbar-mini.show {
  visibility: visible;
  opacity: 1;
}

.snackbar-mini.success {
  color: #2e7d32;
  font-weight: 600;
}

.snackbar-mini.error {
  color: #c62828;
  font-weight: 600;
}

.snackbar-mini.warning {
  color: #ef6c00;
  font-weight: 600;
}
/* You can add global styles to this file, and also import other style files */

/* @import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";
/* @import 'ag-grid-community/dist/styles/ag-theme-alpine.css'; */
/* @import "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css";  */

/* @media (min-width: 1700px) {
  .ag-theme-balham {
    height: 200px !important;
  }
} */

.ag-theme-balham .ag-menu {
  background-color: #ffffff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
body.show-left-rail .generalcontainer {
  width: 875px;
}

.wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.sign-in-page {
  float: left;
  width: 100%;
  padding: 174px 0 20px 0;
}

.signin-popup {
  width: 525px;
  margin: 0 auto;
  position: relative;
}

.signin-pop {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 6px;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 98% !important;
  padding: 0px !important;
  padding-left: 10px !important;
  border-radius: 5px !important;
  height: 34px;
}

.k-switch-container {
  border-color: rgba(33, 37, 41, 0.21);
}

.k-switch-handle,
.km-switch-handle {
  color: #3b3c3e;
}

.k-switch-label-on,
.k-switch-label-off {
  top: 12px !important;
}

.signin-popup:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -22px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.signin-popup:after {
  content: "";
  position: absolute;
  top: -37px;
  left: -45px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.sucessbutton {
  background: #2ca01c !important;
  border: #2ca01c !important;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.k-button {
  height: 44px;
}

.HeaderClass {
  text-align: center;
  font-size: 32px;
}

.k-button:hover {
  color: #fff;
  transform: scale(0.98);
}

a {
  color: #0056b3 !important;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
}

.mandatory {
  color: red;
}

.k-upload .k-upload-files {
  max-height: 240px;
  overflow: auto;
}

.ngx-editor-textarea {
  height: 150px !important;
}

.k-notification-container {
  margin: 0.675rem 0;
}

.k-multiselect-wrap {
  max-height: 60px;
  overflow-y: auto;
}

.fr-box {
  border: 1px solid #ccc;
}

.k-notification-group {
  margin-top: 60px;
}

.task-detail-mainsidebar-item-Desc {
  padding-top: 10px;
  color: #0b66c3;
  font-size: 14px;
}

.task-detail-mainsidebar-item-title {
  width: auto !important;
  padding-top: 10px;
  color: #494c4f !important;
  font-size: 14px !important;
}

.task-detail-mainsidebar-item {
  padding-bottom: 10px !important;
}

.k-notification-group {
  z-index: 999999;
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -109px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -52px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -105px;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -83px;
  }
}

@media (max-width: 500px) {
  .signin-popup {
    width: 316px;
    margin: 0 auto;
    position: relative;
    top: -87px;
  }
}

.ag-cell-focus {
  border: none !important;
  outline: none;
}

.no-border.ag-cell:focus {
  border: none !important;
  outline: none;
}

.ag-header-container {
  background: #0069d9;
  color: white !important;
}

.EMRFocus {
  border: 1px solid #64bdfe;
  border-radius: 2px;
  height: inherit;
}

[ng-reflect-multiple-selection="true"]
  [role="listbox"]
  [kendodropdownsselectable].k-state-selected {
  display: none;
}
.ag-theme-balham .ag-header-group-cell-label {
  height: 100%;
  width: fit-content !important;
}
.ag-theme-balham .sick-days-warning {
  background-color: sandybrown !important;
  /* color: white */
}
.ag-header-group-cell {
  text-align: -webkit-center !important;
}

.ag-theme-balham .sick-days-breach {
  background-color: lightcoral;
  /* color: white */
}
.ag-theme-balham .ag-header-row {
  background: rgb(42, 89, 165) !important;
  text-align: center !important;
}
.ag-theme-balham .sick-days-completed {
  background-color: #2ca01c !important;
  color: white;
}

.ag-theme-balham .sick-days-overdue {
  background-color: #e62121 !important;
  color: white !important;
}

.ag-theme-balham .ag-row-selected {
  background-color: #51b2ec !important;
  color: black;
}

.focusClass {
  border: 2px solid #64bdfe;
  border-radius: 4px;
}

.DetailIconBlackColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/details-large-view-64.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 22px;*/
  background-size: 60%;
}

.BriefIconBlackColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/view-details-64.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 22px;*/
  background-size: 75%;
}

@media (min-width: 1000px) {
  .ArrowRightIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/ArrowRight.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 41px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}
@media (max-width: 1000px) {
  .ArrowRightIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/ArrowDown.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 41px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}
@media (min-width: 1000px) {
  .ArrowWhiteIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/WhiteArrowRight.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px !important;
    padding-left: 26px;
    padding-right: 21px;
    background-size: 85%;
  }
}

@media (max-width: 1000px) {
  .ArrowWhiteIconClass {
    border-color: #a6d3e8;
    background-image: url("assets/images/WhiteDownRightArrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 9px;
    padding-left: 23px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 85%;
  }
}

.PreviewIcon {
  border-color: #a6d3e8;
  background-image: url("assets/images/imgView.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  /*padding-bottom: 10px;*/
}

.ag-theme-balham .ag-paging-panel > span {
  color: black;
  /* font-size: 15px; */
}

.ag-theme-balham button[ref="btFirst"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btFirst"]::before {
  font-family: FontAwesome;
  content: "\f049";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btPrevious"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btPrevious"]::before {
  font-family: FontAwesome;
  content: "\f048";
  position: absolute;
  left: 0px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btNext"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btNext"]::before {
  font-family: FontAwesome;
  content: "\f051";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

.ag-theme-balham button[ref="btLast"] {
  position: relative;
  background-image: none !important;
  width: unset !important;
  vertical-align: sub !important;
}

.ag-theme-balham button[ref="btLast"]::before {
  font-family: FontAwesome;
  content: "\f050";
  position: absolute;
  left: -5px;
  top: 0;
  color: #06a14b;
  font: normal normal normal 14px/1 FontAwesome;
}

/* img:hover {
    opacity: 0.5;
} */

/* .ag-body-viewport.ag-layout-normal {
    overflow-x: auto !important;
    overflow-y: auto !important;
} */

.k-dialog-button-layout-stretched .k-button {
  flex: none !important;
}

.k-dialog-button-layout-stretched .k-button ~ .k-button {
  margin-left: 10px !important;
}

.ql-snow .ql-tooltip {
  left: 19.5px !important;
}

.task-switcher-block-selected {
  overflow-x: hidden !important;
}

.ql-video {
  display: none !important;
}

.feed-com-text-inner-inner p {
  word-break: break-all !important;
}

.task-detail-description div p {
  word-break: break-all !important;
}
.yellowcolor {
  background-color: yellow !important;
}
.Dodgerblue {
  background-color: #51b2ec !important;
}
.white {
  background-color: white !important;
}
/* .color{
        background-color:#DEB887 !important
    } */

/* @media(min-width:1700px){
        .ag-body-viewport.ag-layout-normal{
            overflow-x:hidden !important;
        }
        } */
.contextMenuStyles {
  font-size: 10.5pt !important;
  font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ExporttoExcelIconBlueColor {
  border-color: #a6d3e8;
  background-image: url("assets/images/ExportToExcelIconBlue.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 13px;
  background-size: 75%;
}

#customerCallLogAgGridId .ag-root-wrapper-body.ag-layout-normal {
  height: calc(100vh - 200px) !important;
  min-height: calc(100vh - 200px) !important;
}
.k-button {
  height: 31px;
}
.k-multiselect-wrap {
  max-height: 34px;
  /* overflow-y: auto; */
  border-radius: 5px;
}

.btn {
  padding: 4px 10px !important;
}
.row {
  margin-right: -8px !important;
  margin-left: -15px;
}
.k-window-titlebar {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem 1rem;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
}

.k-popup.k-calendar-container,
.k-popup.k-list-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: #007bffe3 !important;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}
/* 
  .k-dropdown,
    .k-dropdown .k-input {
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 14px;
        height: 36px;
        border-radius: 4px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .k-list-container .k-list {
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 14px;
        background-color: #fff;
    }

    .k-item {
        padding: 8px 12px;
    }

    .k-item:hover {
        background-color: #e6f2ff;
        color: #000;
    }

    .k-state-focused,
    .k-state-selected {
        background-color: #d9edf7;
        color: #000;
    }

    .k-list-optionlabel {
        font-weight: bold;
        color: #666;
    } */
/* ====== Set global height to 36px for key Kendo components ====== */

/* Kendo TextBox */
.k-textbox,
.k-textbox.k-input,
input.k-input {
  height: 34px !important;
  font-size: 14px;
  border-radius: 4px;
  /* padding: 6px 12px; */
  box-sizing: border-box;
}

/* Kendo DropDownList & ComboBox */
.k-dropdown,
.k-dropdown .k-input,
.k-combobox,
.k-combobox .k-input {
  height: 34px !important;
  font-size: 14px;
  border-radius: 4px;
  /* padding: 6px 12px; */
}

/* Kendo DatePicker & DateTimePicker */
.k-datepicker,
.k-datetimepicker,
.k-timepicker,
.k-dateinput,
.k-datepicker .k-input,
.k-dateinput .k-input {
  height: 34px !important;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px !important;
}

/* Kendo MultiSelect */
.k-multiselect,
.k-multiselect .k-input {
  min-height: 34px !important;
  font-size: 14px;
  border-radius: 4px;
  /* padding: 6px 8px; */
}

/* Kendo NumericTextBox */
.k-numerictextbox,
.k-numerictextbox .k-input {
  height: 34px !important;
  /* font-size: 14px;
  border-radius: 4px;
  padding: 6px 12px; */
}

/* Kendo input with icon */
.k-input-icon.k-input {
  height: 34px !important;
  line-height: 34px;
}

/* Dropdown popup items */
.k-list .k-item {
  font-size: 14px;
  padding: 6px 12px;
}

/* DropDown wrapper and input */
.k-dropdown,
.k-dropdown .k-input {
  height: 34px !important;
  line-height: 27px !important;
  /* line-height: 34px !important; vertically center text */
  font-size: 14px;
  /* padding-left: 12px; */
  box-sizing: border-box;
}

/* Also align popup item list styling */
.k-list .k-item {
  font-size: 14px;
  padding: 6px 12px;
  line-height: 22px;
}

.k-textarea > .k-input,
.k-textbox > .k-input {
  /* border: 0; */
  /* box-sizing: border-box; */
  /* padding: -27px !important; */
  background: #ffffff00;
  /* border: 1px solid; */
}
.k-datetimepicker .k-select + .k-select,
.k-dropdown-wrap .k-select,
.k-list-container.k-state-border-right,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  border-radius: 0 4px 4px 0;
  line-height: 34px;
}
.global-http-loader {
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.212);
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-container {
  width: 100%;
  background-color: #eee;
  height: 20px;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #3c8dbc;
  transition: width 0.4s ease;
}

.progress-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.quill-editor-container {
  height: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  /* margin-top: 10px; */
}
.k-window-title {
  text-wrap: auto !important;
}
.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
}