/*@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');*/

html, body, h3, h4 {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-display: swap;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.mat-mdc-button, .mat-mdc-fab, .mat-mdc-icon-button, .mat-mdc-mini-fab, .mat-mdc-raised-button {
  font-family: "Arimo","Segoe UI","sans-serif","Helvetica Neue",Arial,sans-serif;
  font-display: swap;
}

.contenterHead {
  padding: 20px;
  background-color: #ddd;
  min-height: calc(100vh - 38px);
  /*    overflow-y: scroll;
    max-height: 626px;*/
}

.mat-mdc-card {
  min-height: 80vh;
  margin-top: 3.8%;
  background: rgba(255, 255, 255, 0.85);
}

/*width*/
::-webkit-scrollbar {
  width: 10px;
}

/*Track*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #343a44;
  /*border-radius: 10px;*/
}

/*Handle*/
::-webkit-scrollbar-thumb {
  background: #343a44;
  /*border-radius: 10px;*/
}

  /*Handle on hover*/
  ::-webkit-scrollbar-thumb:hover {
    background: #31486A;
  }

.row.cont_area {
  max-height: 440px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.navbar .menu_submenu .dropdown-menu > li > a {
  padding: 8px 20px;
}

  .navbar .menu_submenu .dropdown-menu > li > a:focus, .navbar .menu_submenu .dropdown-menu > li > a:hover {
    color: #f7f3f3;
    text-decoration: none;
    background-color: #4f5b62;
  }

::ng-deep span.mat-form-field-required-marker {
  color: #d22f2f;
}

.ng-invalid:not(form) span.mat-form-field-required-marker {
  color: #ff0e09;
}

.mat-mdc-snack-bar-container {
  background: #3f4242;
  color: #ffffff;
}

.SubHead {
  border-bottom: 2px solid #1b2330;
  /*padding: 4px 0px;*/
  margin: 0;
  color: #1b2330;
  text-transform: uppercase;
}

.mat-mdc-table a, a {
  cursor: pointer;
  color: #4896bb;
}

mat-row.mat-mdc-row {
  padding: 2px 10px;
  margin: 1px;
  border: 1px solid #cac6c6;
  background: #fff;
  min-height: 12px;
  text-align: center;
}

.mat-mdc-table .mat-mdc-header-row {
  min-height: 12px;
  background: #CBEFFB;
  padding: 0 12px;
  height: 45px;
}

.projectAccounting .mat-mdc-header-cell, .matDataSourceTble .mat-mdc-header-cell, .mat-mdc-header-cell {
  color: #287885;
  font-weight: bold !important;
  padding: 6px 10px;
  /*display: flex;*/
  border-right: 1px solid #1AB3F2;
  /*justify-content: center;*/
  font-size: 12px;
}

  .mat-mdc-header-cell:last-child, .matDataSourceTble .mat-mdc-header-cell:last-child {
    border-right: none;
  }

.matDataSourceTble .mat-mdc-header-row {
  font-size: 12px;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #fff;
}


.mat-mdc-cell {
  margin: 0 8px;
  font-size: 12px;
  padding: 2px 12px;
}

.mat-mdc-row:nth-child(odd) {
  background-color: #F3F3F3;
}

mat-card .mat-table {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
}

.contenterHead mat-paginator {
  display: inline;
}

textarea.mat-mdc-input-element {
  height: 16px;
}

.mat-mdc-progress-spinner circle, .mat-mdc-progress-spinner circle {
  stroke: #350808;
}

.loading-shade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 56px;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.s-menu-area {
  position: relative;
  top: 49px;
  width: 300px;
}

.mat-mdc-list-item {
  padding: 8px 0;
  display: flex;
  width: auto;
}

.label-module > span {
  color: white !important;
}

/*.s-menu-area .routeIcon {
  font-size: 20px;
  margin-right: 10px;
}

.s-menu-area a.menu-list-item.mat-mdc-list-item {
  font-size: 14px;
}*/

.projectAccounting .header-button {
  background-color: rgba(25, 23, 23, 0.45) !important;
}

.mat-mdc-option {
  height: 35px;
  font-size: 13px;
}

.loading {
  text-align: center;
}

  .loading img {
    margin: 10% auto;
  }

mat-toolbar.mat-toolbar {
  background: #1b2330;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

::ng-deep .mdc-text-field--filled .mdc-floating-label, ::ng-deep .mat-mdc-form-field {
  font-size: 12px !important;
}

/*span.logoArea {*/
  /* cursor: pointer;
    height: 100%;
    background: url(https://bizxtest.infinite.com/bizx-dev/dist/assets/images/Logo-white.png);
    width: 100%;
    background-repeat: no-repeat;
    display: block;*/
/*}*/

.logoAreaDiv {
  width: 106px;
  height: 70%;
}
/*
mat-sidenav.rightDrawer, .rightDrawer.mat-drawer-push {
  background-color: #1b2330;
}*/

.smenu-head {
  background-color:#1b2330;
}

.quick-menu mat-expansion-panel.quick-menu-expansion {
  background: #1b2330;
  color: #ffffff;
}

.footer-inner {
  background: #1b2330;
  /*background-image: linear-gradient(to right,#421BF1, #3266FD,#19BBFC,#067094,#056E91);*/
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #fff;
}

.tableListViewHeader {
  padding-left: 8px;
  background: #263348;
}

.LftPaginationArea {
  display: inline-block;
}

.RitFilterArea {
  margin-right: 20px;
  display: inline-block;
  text-align: right;
  width: 52%;
}

.LftPaginationArea .mat-select-value, .LftPaginationArea .mat-mdc-paginator-page-size-label,
.LftPaginationArea .mat-paginator, .mat-mdc-paginator-page-size .mat-select-trigger {
  color: #fff;
}

.LftPaginationArea .mat-paginator-decrement, .LftPaginationArea .mat-paginator-increment {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.LftPaginationArea .mat-mdc-paginator-icon {
  fill: rgb(243 238 238);
}

.LftPaginationArea .mat-mdc-paginator-range-actions, .LftPaginationArea .mat-mdc-paginator-page-size .mat-mdc-select {
  color: #fff;
}

.LftPaginationArea .mat-mdc-paginator-range-label {
  margin: 0;
}

.tableListViewHeader .mat-form-field-underline {
  background-color: #fff;
}

.tableListViewHeader .mat-form-field-label, .tableListViewHeader .mat-select-value {
  color: #fff;
}

.tableListViewHeader .mat-select-arrow, .tableListViewHeader .mat-input-infix {
  color: #fff;
}

/*TableHeader

Expansion Panels*/

.projectAccounting .contenterHead mat-expansion-panel-header.mat-expansion-panel-header:hover, .contenterHead mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus, .contenterHead mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover {
  background: #35C7D6 !important;
}

.projectAccounting .contenterHead .mat-expansion-panel-header-title, .mat-expansion-panel-header-title {
  color: #fff;
}

.projectAccounting .contenterHead .mat-expansion-panel-header {
  background: #263348;
  max-height: 32px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.projectAccounting .contenterHead .mat-expansion-panel {
  margin: 0px 0px 12px 0px !important;
}

  .projectAccounting .contenterHead .mat-expansion-panel:not(.mat-expanded) .contenterHead .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .contenterHead .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .contenterHead .mat-expansion-panel:not(.mat-expanded) .contenterHead .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: #35C7D6;
  }

/** Expansion Panels*/


/*table*/
.AddItem-table {
  padding: 15px;
}

.addItem-list {
  border: 1px solid #d3d3d3;
  padding: 14px;
  margin: 16px;
}

.itemRows-tble {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

  .itemRows-tble td, .itemRows-tble th {
    text-align: center;
    padding: 3px 15px;
  }

  .itemRows-tble tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .itemRows-tble tr:hover {
    background-color: #ddd;
  }

  .itemRows-tble th {
    padding: 8px 4px;
    background-color: #333f54;
    color: #fff;
    font-weight: normal;
  }

.addRowItemBtn button.add {
  background-color: #0cb58e;
  color: #fff;
  line-height: 2;
  font-size: 12px;
  padding: 0 12px;
  min-width: auto;
}

.addRowItemBtn button.reset {
  background-color: #b53b0c;
  color: #fff;
  line-height: 2;
  font-size: 12px;
  padding: 0 12px;
  min-width: auto;
}

.itemRows-tble input[type=file] {
  display: inline-block;
}

.itemRows-tble textarea {
  height: 24px;
}

.itemRows-tble td a, .itemRows-tble th a {
  cursor: pointer;
}

/*table*/

.mat-mdc-select-panel {
  max-width: 100% !important;
}

/*dashboard home*/
.ipLinks li.list-group-item {
  background: rgba(232, 239, 247, 0.48);
  margin-bottom: 2px;
  border: none;
}

.moduleLinks li.list-group-item {
  background: rgba(232, 239, 247, 0.48);
  margin-bottom: 2px;
  border: none;
}

  .moduleLinks li.list-group-item:hover {
    background: #31486a;
  }

    .moduleLinks li.list-group-item:hover a {
      color: #ffffff;
    }

.home_cont_area {
  height: auto;
  overflow: auto;
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  background: rgba(232, 239, 247, 0.48);
  padding-bottom: 3px !important;
  border: 2px solid #A4B3B6;
  align-self: flex-start;
}

mat-card.dashBG {
  background-image: url(https://bizxtest.infinite.com/bizx-dev/dist/assets/images/module_images/Back-drop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #312F53;
  background: none;
  box-shadow: none;
}

.contenterHead {
  background-image: url(https://bizx.infinite.com/dist/assets/images/module_images/mustang_backdrop-2.jpg);
  background-size: cover;
  background-position: center;
  /*margin-top:3%;*/
  background-repeat: no-repeat;
}

.flipper.card:hover {
  background: #1b2330;
  color: #fff;
}

.flipper.card.activebox {
  background: #1b2330 !important;
}

.dashboardList-header {
  /*background: rgba(158, 163, 190, 0.76);*/
  background-color: white;
}

.moduleLinks a {
  color: #1b2330;
  font-size: 1em;
  display: block;
  cursor: pointer;
}

.ipLinks a {
  color: #1b2330;
  font-weight: bold;
  font-size: 1em;
  display: block;
  cursor: pointer;
}

  .ipLinks a:hover, .ipLinks a:visited, .moduleLinks a:hover, .moduleLinks a:visited {
    text-decoration: none;
  }

mat-card-title.iptile {
  margin: 0 0px 3px 0;
}

.ipLinks li.list-group-item:hover a {
  color: #ffffff;
}

.ipLinks li.list-group-item:hover {
  background: #2b405f;
}

.flipper img {
  width: 100%;
  border-radius: 10px;
}

/*flip speed goes here*/
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  text-align: center;
  padding: 12px;
  background: #2b405f !important;
  border: 1px solid #d2d2d2 !important;
  height: 112px !important;
}

  .flipper h4 {
    color: #fff;
  }

h4.SubHeadLinks {
  background: #1b2330;
  color: #fff;
  padding: 12px;
  margin: 0;
}

h4.SubModHeadLinks {
  background: #1b2330;
  color: #fff;
  padding: 12px;
  margin: 0;
}

h5.in-title {
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3em;
  background: #1b2330;
  text-align: center;
}

.mainTbleBody .mat-mdc-table .mat-mdc-header-row {
  background: #3e444d;
  padding: 0 13px;
}

.mainTbleBody .mat-mdc-header-cell {
  color: #e8e8e8;
  font-weight: bold;
  display: flex;
  justify-content: left;
  border-right: 1px solid #dadada;
  padding: 6px 10px;
}

  .mainTbleBody .mat-mdc-header-cell:last-child {
    border: none;
  }

.dashboard-container {
  background: rgba(185, 185, 185, 0.42);
  border: 3px solid #a5a5a5;
}

  .dashboard-container .grad .activebox {
    background: #1b2330;
  }

.dashboard-container .grad .activebox .blck-tit{
    color: #ffffff;
}

.grad .icn-div {
  background: #2b405f;
}

/*.grid-1.grad .icn-div {
  background: #d2ccf1;
}

.grid-2.grad .icn-div {
  background: #aad0ec;
}

.grid-3.grad .icn-div {
  background: #d2ccf1;
}

.grid-4.grad .icn-div {
  background: #aad0ec;
}

.grid-5.grad .icn-div {
  background: #d2ccf1;
}

.grid-6.grad .icn-div {
  background: #aad0ec;
}

.grid-7.grad .icn-div {
  background: #d2ccf1;
}

.grid-8.grad .icn-div {
  background: #aad0ec;
}

.grid-9.grad .icn-div {
  background: #d2ccf1;
}*/

/*.cdk-overlay-pane {
  width: auto !important;
   width: 20% !important;
}*/

/*dashboard home*/
.mat-expansion-panel-header[aria-disabled=true] {
  color: #f9f9f9;
}

.filterArea.ts-tb-head {
  padding: 6px;
  margin: 0;
  padding: 0;
  background: #263348;
}

.filterArea {
  background: #1b2330;
  position: relative;
  z-index: 999;
}

/*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
.mat-form-field-label, .mat-mdc-form-field-hint {
  color: rgb(41, 41, 41);
}

.mat-mdc-form-field {
  /*width: 75%;*/
  font-size: 11px;
}

.mat-form-field-ripple {
  background-color: #381409;
}

.suggestions {
  font-size: 12px;
}

mat-expansion-panel .mat-expansion-panel-body {
  padding: 16px 24px 10px;
}

.mat-option-text {
  font-size: 12px;
}

.mat-mdc-option {
  height: 33px;
}

/**TIcket color code*/

span.work-in {
  background: #85D63C;
  padding: 2px;
  width: 60%;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

  span.work-in.open {
    background-color: #5d50d2;
  }

  span.work-in.assigned {
    background: #5BA562;
  }

  span.work-in.resolved {
    background: #85D63C;
  }

  span.work-in.closed {
    background: #AAAEB1;
  }

  span.work-in.reopen {
    background: #F44491;
  }

  span.work-in.in-Progress {
    background: #34A7C8;
  }

/**TIcket color code*/



@media only screen and (min-width: 768px) {
  .mat-card {
    min-height: 517px;
  }
}

span.tot-count {
  font-size: 2.2em;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.blck-tit {
  display: block;
  color: #fff;
}

.SubHead.dashboard {
  border-bottom: 1px solid #1b2330;
  color: #ffffff;
}

/** Button style***/
.projectAccounting button.org-btn {
  background: #85A5B4;
  color: #fff;
}

.projectAccounting button.blu-btn {
  background: #1B2330;
  color: #fff;
}

.projectAccounting button.drkrd-btn {
  background: #8dbbd6;
  color: #fff;
}

.projectAccounting button.drkrd-2-btn {
  background: #5465e1;
  color: #fff;
}

.projectAccounting button.approve-btn {
  border: 1px solid #343c48;
  background: #1B2330;
  color: #fff;
}

.projectAccounting button.reject-btn {
  border: 1px solid #343c48;
  background: #385366;
  color: #fff;
}

button.reject-btn:hover, button.approve-btn:hover {
  background: #fff;
  color: #343c48;
  border: 1px solid #343c48;
}

.container-fluid button.reject-btn.mat-button[disabled]:hover, button.approve-btn.mat-button[disabled]:hover {
  background: #343c48;
}


.container-fluid button.reject-btn.mat-mdc-button[disabled], button.approve-btn.mat-button[disabled], button.blu-btn.mat-button[disabled] {
  color: #b9b9b9;
  background: #4b5c77;
}

/** Button style**
Custom auto compleate**/
.suggestions {
  max-height: 160px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  width: 223px;
  position: absolute;
  z-index: 8;
}

  .suggestions ul {
    padding: 5px;
  }

  .suggestions li {
    list-style: none;
  }

  .suggestions a {
    color: #2b2929;
    cursor: pointer;
    display: block;
    padding: 5px;
  }

    .suggestions a:hover {
      text-decoration: none;
      color: #333;
    }

  .suggestions li:hover {
    background: #d3d3d3;
  }

.selectedItem button.mat-mdc-icon-button {
  max-width: 16px;
  line-height: 0;
  height: 23px;
}

.selectedItem span {
  font-size: 12px;
  padding: 6px;
}

.selectedItem {
  border: solid #c0c1c0 1px;
  float: left;
  margin: 4px 6px 4px 0px;
  padding: 3px 5px;
  border-radius: 6px;
  background: #f3f3f3;
}

/*Custom auto compleate**/
a {
  cursor: pointer;
}

.contactMain span {
  display: block;
  /*margin: 6px 0px;*/
}

.contactMain {
  background: rgba(232, 239, 247, 0.48);
  color: #1b2330;
  /*padding: 15px 8px;*/
}

.applyLeavePaginator {
  background: #263348;
}

.countTit {
  background: #263348;
  padding: 8px 12px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.countotxt {
  font-size: 11px;
  background: #2e394a;
  margin: 0;
  padding: 11px 12px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.sr-dash {
  border: 1px solid #888b90;
  padding: 0;
  margin: 2px;
  width: 48%;
  border-radius: 5px;
}

button.btnBulkDshPge {
  color: #ffffff;
  margin-left: 14px;
  display: inline-block;
  background: #262e3a;
  line-height: 24px;
  border: 1px solid #1b2330;
  padding: 0;
}

  button.btnBulkDshPge:hover {
    background: #fff;
    border: 1px solid #1b2330;
    color: #1b2330;
  }

.backTransIcon {
  border-right: 1px solid #fff;
}

/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
.checkboxModule label.mat-checkbox-layout {
  background: #e0d6d6;
}

/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
.checkboxModule .mat-checkbox-checked.mat-accent .mat-checkbox-background, .checkboxModule .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #77686e;
}

button.modle-selct-btn.mat-mdc-button {
  background: rgba(25, 23, 23, 0.45);
  color: #fff;
}

.labelModule {
  color: #fff;
}

.divApprovals {
  background: #fff;
  font-weight: bold;
}

  .divApprovals .role {
    color: #ca9027;
  }

.hrPartner p {
  /*padding-bottom: 3px;*/
  background-color: rgba(232, 239, 247, 0.48);
  /*margin-bottom: 3px;*/
}


/*Paginator Class */

.tableListViewHeader .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.tableListViewHeader .mat-mdc-form-field-infix {
  min-height: 13px !important;
}

.tableListViewHeader .mdc-notched-outline__trailing {
  border-color: white !important;
}

.tableListViewHeader .mdc-notched-outline__leading {
  border-color: white !important;
}

.tableListViewHeader .mdc-notched-outline__trailing {
  border-color: white !important;
}

.tableListViewHeader .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow {
  color: white !important;
}

.projectAccounting .tableListViewHeader .mat-mdc-select-arrow {
  color: white !important;
}

.filter-input-field {
  width: 30%;
  height: 30px;
}

.projectAccounting .mdc-data-table__cell {
  padding: 0px 10px 0px 10px !important;
}

/*MyteamTimesheet Buttons CSS*/

.tb-btns button.pending-btn {
  background: #EBECEC;
  margin: 0;
  border-radius: 0;
  color: #287885;
  height: 40px;
}

  .tb-btns button.pending-btn.active {
    background: #CBEFFB;
    margin: 0;
    border-radius: 0;
    color: #287885;
    height: 40px;
    font-weight: bold;
  }

/* Radio button color */

.container-fluid .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #263348 !important;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #263348 !important;
}

.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-focus-icon-color: white !important;
  --mdc-radio-selected-hover-icon-color: white !important;
  --mdc-radio-selected-icon-color: white !important;
  --mdc-radio-selected-pressed-icon-color: white !important;
  --mat-radio-checked-ripple-color: white !important;
}

/*CSS form Active tab*/

.projectAccounting .tabs-group .mat-mdc-tab-list .mdc-tab-indicator--active {
  background: #102d70 !important;
}

/*CSS form Active tab*/

/*CSS Styling for Back Button*/

.projectAccounting .mat-mdc-raised-button.back-button, .back-button {
  background-color: #878787 !important;
  color: white !important;
  font-size: 12px !important;
}

  .projectAccounting .mat-mdc-raised-button.back-button:hover, .back-button:hover {
    background-color: #d2d2d2 !important;
    color: black !important;
  }

  .projectAccounting .mat-mdc-raised-button.back-button:active, .back-button:active {
    background-color: #4E4E4E !important;
    color: white !important;
  }
/*CSS Styling for Back Button*/

/*CSS Styling for Primary Button*/
.projectAccounting .mat-mdc-raised-button.calculate-btn, .calculate-btn {
  background-color: #102d70 !important;
  color: white !important;
  font-size: 12px !important;
}

  .projectAccounting .mat-mdc-raised-button.calculate-btn:hover, .calculate-btn:hover {
    background-color: #1947B3 !important;
  }

  .projectAccounting .mat-mdc-raised-button.calculate-btn:active, .calculate-btn:active {
    background-color: #06122D !important;
  }

  .projectAccounting .mat-mdc-raised-button.calculate-btn:disabled, .calculate-btn:disabled {
    background-color: #D6D6D6 !important;
  }

/*CSS Styling for Primary Button*/

/*CSS Styling for Secondry Button*/
.projectAccounting .mat-mdc-raised-button.reject-button, .reject-button {
  background-color: #366AE2 !important;
  color: white !important;
  font-size: 12px !important;
}

  .projectAccounting .mat-mdc-raised-button.reject-button:hover, .reject-button:hover {
    background-color: #1947B3 !important;
  }

  .projectAccounting .mat-mdc-raised-button.reject-button:active, .reject-button:active {
    background-color: #0A1B43 !important;
  }

  .projectAccounting .mat-mdc-raised-button.reject-button:disabled, .reject-button:disabled {
    background-color: #D6D6D6 !important;
  }

/*CSS Styling for Secondry Button*/

/*CSS Styling for Tertiary Button*/
.projectAccounting .mat-mdc-raised-button.redraft-button, .redraft-button {
  background-color: #799CEC !important;
  color: white !important;
  font-size: 12px !important;
}

  .projectAccounting .mat-mdc-raised-button.redraft-button:hover, .redraft-button:hover {
    background-color: #1947B3 !important;
  }

  .projectAccounting .mat-mdc-raised-button.redraft-button:active, .redraft-button:active {
    background-color: #366AE2 !important;
    color: white !important;
  }

  .projectAccounting .mat-mdc-raised-button.redraft-button:disabled, .redraft-button:disabled {
    background-color: #D6D6D6 !important;
  }

/*CSS Styling for Tertiary Button*/

/*CSS for New Expansion Panel and Tables*/

.material-expansion-panel {
  margin-bottom: 12px !important;
}

  .projectAccounting .material-expansion-panel .mat-expansion-panel-header, .material-expansion-panel .mat-expansion-panel-header {
    background-color: #4E4E4E;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-height: 32px;
    /*padding: 0px 16px;*/
  }

  .projectAccounting .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover, .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus, .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:active, .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover, .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus, .material-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:active {
    background-color: #4E4E4E !important;
  }

  .material-expansion-panel .mat-expansion-panel-header-title {
    color: white;
  }

  .material-expansion-panel .mat-expansion-indicator::after {
    color: white;
  }

.projectAccounting .view-page-table th, .view-page-table th {
  background-color: #BCBCBC !important;
  color: black !important;
  border-right: 1px solid white;
  font-weight: bold;
  padding: 4px;
}

  .projectAccounting .view-page-table th:last-child, .view-page-table th:last-child {
    border-right: none;
  }

  .projectAccounting .view-page-table th:first-child, .view-page-table th:first-child {
    border-top-left-radius: 4px;
  }

  .projectAccounting .view-page-table th:last-child, .view-page-table th:last-child {
    border-top-right-radius: 4px;
  }

/*CSS for New Expansion Panel and Tables*/

/*CSS Styling for Tabs*/

.tabs-group {
  background-color: #102D70;
  margin-bottom: 20px;
  color: white;
}

.projectAccounting .mat-mdc-tab.mdc-tab {
  height: 40px !important;
}

.projectAccounting .mat-mdc-tab-list .mdc-tab-indicator--active {
  background: #06122D;
}

.projectAccounting .tabs-group .mdc-tab-indicator--active .mdc-tab-indicator__content {
  display: none !important;
}

.projectAccounting .tabs-group .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
  color: white !important;
}

.projectAccounting .tabs-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label, .tabs-group .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label, .tabs-group .mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  color: white !important;
}

.projectAccounting .sub-tabs .mdc-tab.mat-mdc-tab {
  background-color: #BCCDF5 !important;
  margin-right: 4px !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

  .projectAccounting .sub-tabs .mdc-tab.mat-mdc-tab:hover {
    background-color: #799CEC !important;
  }

  .projectAccounting .sub-tabs .mdc-tab.mat-mdc-tab:focus {
    background-color: #366AE2 !important;
  }


.projectAccounting .sub-tabs .mat-mdc-tab-list .mdc-tab-indicator--active {
  background-color: #366AE2 !important;
}

.projectAccounting .sub-tabs .mdc-tab-indicator--active .mdc-tab-indicator__content {
  display: none !important;
}

.projectAccounting .sub-tabs .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
  color: black !important;
}

.projectAccounting .sub-tabs .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: white !important;
}

.projectAccounting .sub-tabs .mat-mdc-tab.mdc-tab {
  height: 40px !important;
}

/*CSS Styling for Tabs*/

/*CSS for sidenav input Employee Dashboard CoreHR*/

.projectAccounting .nav-toolbar {
  height: 40px;
  padding: 0px 4px;
  background-color: #366AE2;
}

.projectAccounting .active-item {
  color: #1947B3 !important;
}

.projectAccounting .active-list-item {
  background-color: #f2f2f2;
  color: #1947B3;
  border-left: 5px solid;
}

/*CSS for sidenav input Employee Dashboard CoreHR*/

.dashboard-heading{
    border-bottom: 1.5px solid white;
    color: white;
}

.LeftPaginationArea .matPaginator {
  background: none;
  color: white;
}

.projectAccounting .LeftPaginationArea .mat-mdc-paginator-container {
  justify-content: flex-start !important;
}

.projectAccounting .LeftPaginationArea .mat-mdc-paginator-icon {
  fill: white !important;
}

.projectAccounting .LeftPaginationArea .mat-mdc-select-value-text {
  color: white !important;
}

.projectAccounting.LeftPaginationArea .mdc-data-table__header-cell {
  padding: 0px 10px 0px 10px !important;
}

.projectAccounting .selected-badge {
  border-radius: 25px;
  padding: 4px 16px;
  min-width: 130px;
  background-color: #f5f8ff;
  color: #1a73e8 !important;
  border-color: #1a73e8;
  cursor: default;
}

  .projectAccounting.selected-badge:hover {
    background-color: #eaf1ff;
  }

.container-header {
  background-color: #1947B3;
  height: 30px;
  font-size: 14px;
  color: white;
}

.modern-sidenav {
  background-color: #1b2330;
}

.header-tooltip, .tiles-tooltip {
  background-color: #1b2330 !important;
  border-radius: 6px !important;
  padding: 6px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

  .header-tooltip .mdc-tooltip__surface, .tiles-tooltip .mdc-tooltip__surface {
    background-color: transparent !important;
  }
