/* loader */
.ng-loader {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ng-loader.show {
  display: block;
}

.ng-loader-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.4;
}

.ng-loader-dialog {
  position: absolute;
  width: 140px;
  z-index: 10;
  height: 70px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -70px;
}

.ng-loader-icon {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1792e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a.btnPrev,
a.btnNext {
  font-size: 15px;
  border: 1px solid rgb(222 226 230);
  padding: 4px 8px;
  height: 35px;
  border-left: none;
  border-right: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 40px;
  height: 38px;
}

a.btnPrev {
  border-radius: 8px 0 0 8px;
}

a.btnNext {
  border-radius: 0 8px 8px 0;
}

.vsm {
  font-size: 10px;
  line-height: 1;
}

a.btnPrev.disabled,
a.btnNext.disabled {
  opacity: 0.5;
  cursor: default;
  color: #ccc;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

a.weekbtn {
  border-radius: 0;
}

a.btnPrev.weekbtn {
  border-left: 1px solid rgb(222 226 230);
}

a.btnNext.weekbtn {
  border-right: 1px solid rgb(222 226 230);
}

.monthDate {
  width: 230px;
  position: relative;
}

.date-cnt {
  display: flex;
  width: 215px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.date-cnt a.todaysDate {
  width: 135px;
  padding: 0 0 0 9px;
  text-align: center;
  border: 1px solid rgb(222 226 230);
  border-radius: 0;
}

.date-cnt a.todaysDate {
  padding: 4px;
}

.month-popup {
  background-color: #fff;
  width: 310px;
  height: auto;
  padding: 9px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 57px;
  z-index: 12;
}

.month-popup select {
  width: 150px;
  margin: 0 auto 2px;
  height: auto;
  background-color: #fff;
}

.month-cnt {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.m-btn {
  padding: 6px;
  border: 1px solid #ccc;
  color: #000;
  margin: 2px;
  min-width: 90px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  background-color: #fff;
}

.m-btn.current {
  background-color: rgb(53, 73, 224);
  color: #fff
}

.hrs-box {
  display: flex;
  width: auto;
  height: 37px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.hrs-box .hrs-lb {
  color: #fff;
  padding: 5px 8px;
  display: flex;
  align-content: center;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.hrs-box .hrs-val {
  padding: 6px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  border: 2px solid #CECECE;
  border-left: none;
  align-content: center;
  justify-content: center;
  background-color: #fff;
}


.legend {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.legend .icon {
  width: 15px;
  height: 15px;
  border: 1px solid #6c6c6c
}

.legend .text {
  padding-left: 5px;
  font-size: 14px
}

.mtop20 {
  margin-top: 20px;
}

/* colors */
.planned-clr {
  background-color: #36A2EB
}

.available-clr {
  background-color: #9a440a
}

.allocated-clr {
  background-color: #e56b6b
}

.filled-clr {
  background-color: #00c42f
}

.leaves-clr {
  background-color: #8F8F8F
}

.holiday-clr {
  background-color: #421366
}

.bench-clr {
  background-color: #ff2400;
}

.billable-clr {
  background-color: #60a3ea;
}

.non-billable-clr {
  background-color: #6e6e6e;
}

.weekend-clr {
  background-color: #394853;
}

.overtime-clr {
  background-color: #e40ae1;
}

input.filled {
  background-color: #d2efd2;
}

.normal-clr {
  background-color: #2185d0
}

.working-clr {
  background-color: #94a324
}

.cmn-clr {
  background-color: #4b6373 !important
}

a.greenText,
.greenText {
  color: #78c942 !important;
}

a.redText,
.redText {
  color: #ce1d05 !important;
}

*.today-clr {
  background-color: rgba(136, 159, 252, 0.13) !important;
}

.tb-header *.today-clr {
  background-color: rgb(99 165 213) !important
}

input.redText {
  color: #ce1d05 !important;
}

*.redBg {
  background-color: #fdb5ab !important;
  color: #000 !important;
}

*.redBg * {
  color: #000 !important;
}

*.greenBg {
  background-color: #daffdb !important;
  color: #000 !important;
}

*.greenBg * {
  color: #000 !important;
}

.blue-clr {
  color: #2185d0
}

.left-clr {
  color: rgb(144, 144, 144) !important;
}

.w_80 {
  width: 80px !important;
}

.w_85 {
  width: 85px !important;
}

.w_100 {
  width: 100px !important;
}

.w_140 {
  width: 140px !important;
}

.w_150 {
  width: 150px !important;
}

.w_200 {
  width: 200px !important;
}

.w_270 {
  width: 270px !important;
}

.w_100 {
  width: 100px !important;
}

.w_100 {
  width: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.uname {
  text-transform: capitalize;
}

.uName {
  text-transform: capitalize;
}

.ml-10 {
  margin-left: 10px;
}

.sm-ft {
  font-size: 10px;
  color: #ff2400;
  margin-left: 6px;
  margin-top: 3px;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.t-left {
  text-align: left !important;
}

h3.mid-title {
  font-size: 20px;
  margin: 15px 0;
}

input.hrsInput::-webkit-outer-spin-button,
input.hrsInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.hrsInput[type=number] {
  -moz-appearance: textfield;
}

/* roundTb */
table.roundTb {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
}

.roundTb td {
  background-color: #fff;
}

.roundTb .tb-header td,
.roundTb .tb-header th {
  border: 1px solid #ECF7FF;
  background-color: #acc4d6;
  color: #000;
  text-align: center;
  height: 40px;
  border-style: none solid solid none;
}

.roundTb .data-row td {
  border: 1px solid #8aa6bb;
  border-style: none solid solid none;
}

.roundTb tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.roundTb tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.roundTb tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.roundTb tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.roundTb tr:first-child td {
  border-top-style: solid;
}

.roundTb tr td:first-child {
  border-left-style: solid;
}

.roundTb tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.roundTb tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

.roundTb tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}

.roundTb tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}

.roundTb tr:first-child th {
  border-top-style: solid;
}

.roundTb tr th:first-child {
  border-left-style: solid;
}

/* userTimeSheet */
.calendar {
  line-height: 1;
}

.calendar .total-hrs-cnt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 10px 0;
}

.calendar .hrs-box {
  margin-right: 15px;
}

.calendar .hrs-box .hrs-val {
  min-width: 40px;
}

.calendar .btn-today {
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 22px;
}

.calendar .container-data {
  margin-top: 5px;
}

.calendar thead .w-end {
  background-color: #000;
  color: #fff;
}

.c-head,
.cal-body {
  display: flex;
  flex-wrap: wrap;
}

.c-head .colm-5 {
  flex: 1 0 13%;
  outline: 1px solid rgba(236, 236, 236, 0.52);
  background-color: #acc4d6;
  font-weight: normal;
  text-transform: uppercase;
  height: 55px;
  font-size: 18px;
  color: #000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.cal-body .colm-5 {
  flex: 1 0 13%;
  display: block;
  height: 120px;
  outline: 1px solid #ACC4D6;
  position: relative
}

.c-head .colm-5.w-end {
  background-color: #000;
  color: #fff;
}

.cal-body .date-val {
  display: block;
  color: #000;
  position: absolute;
  left: 7px;
  top: 4px;
  font-family: "Lato_Light";
  font-size: 26px;
}

.calendar .today {
  background-color: rgba(136, 159, 252, 0.13);
}

.calendar .leaveday {
  color: #fff;
  background-color: #C4C4C4;
  outline: 1px solid #89A3B5
}

.calendar .f-half {
  background: linear-gradient(0deg, #eff0f0 50%, #C4C4C4 50%);
  color: #fff;
  outline: 1px solid #89A3B5
}

.calendar .s-half {
  background: linear-gradient(0deg, #C4C4C4 50%, #eff0f0 50%);
  color: #fff;
  outline: 1px solid #89A3B5
}

.calendar .f-half .leave {
  outline: 1px solid #ccc;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.06);
}

.calendar .leaveday .date-val {
  color: #000
}

.calendar .leaveday.isWeekend .date-val {
  color: #000
}

.calendar .s-half .update-btn {}

.calendar .s-half .date-val {
  color: #000
}

.calendar .isWeekend {
  color: #fff;
  background-color: rgba(206, 230, 248, 0.6);
  outline: 1px solid #89A3B5
}

.calendar .leave {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 13px;
  color: #555;
  font-weight: bold;
}

.calendar .project-btn-cnt {
  display: flex;
  align-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.calendar .project-btn {
  padding: 6px 2px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  background-color: #50738c;
  color: #fff;
  margin: 2px;
  width: 31px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  cursor: default;
}

.calendar .pr-tooltip {
  position: absolute;
  width: auto;
  left: 28px;
  top: 0;
  padding: 10px;
  border: 1px solid #000;
  display: none;
  animation: fadeIn linear 0.6s;
  background-color: #acc4d6;
  color: #000;
  text-align: left;
  cursor: default;
}

.calendar .pr-tooltip span {
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
}

.calendar .project-btn:hover {
  z-index: 100;
}

.calendar .project-btn:hover .pr-tooltip {
  display: block;
}

.calendar .allocatedHrs {
  display: block;
  width: auto;
  height: 23px;
  text-align: center;
  color: #fff;
  padding: 5px 3px;
  font-size: 13px;
  border-radius: 5px 0 0 5px;
  min-width: 22px;
  line-height: 1;
}

.calendar .filledHrs {
  display: block;
  width: auto;
  height: 23px;
  text-align: center;
  color: #fff;
  padding: 5px 3px;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
  min-width: 22px;
}

.calendar .update-btn {
  display: block;
  position: absolute;
  bottom: 9px;
  right: 6px;
  font-size: 13px;
  text-decoration: underline;
}

.calendar .daily-task {
  padding: 4px;
}

.calendar .hideRow {
  display: none;
}

.calendar .hrs-details {
  display: flex;
  width: auto;
  position: absolute;
  right: 0;
  top: 1px;
}

.userTimeSheet .top-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* updateTimeSheet */
.updateTimeSheet {
  line-height: 1;
}

.updateTimeSheet .top-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.updateTimeSheet .move-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.updateTimeSheet .hrs-box {
  margin-left: 20px;
}

.updateTimeSheet .todaysDate {
  padding: 4px;
  border-radius: 7px;
  border: 1px solid rgb(155 153 153);
}

.updateTimeSheet .time-sheet-table td,
.updateTimeSheet .time-sheet-table th {
  padding: 8px;
}

.updateTimeSheet .time-sheet-table tr.pre {
  background-color: rgb(246, 246, 246);
}

.updateTimeSheet .time-sheet-table th {
  padding: 10px;
  text-align: left;
  height: 50px;
  font-weight: normal;
}

.updateTimeSheet .table-bottom {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}

.updateTimeSheet .input-group {
  width: 170px;
}




/* updateResourceTimeSheet */
.updateResourceTimeSheet {
  line-height: 1;
}

.updateResourceTimeSheet h3 {
  text-transform: capitalize;
}

.updateResourceTimeSheet .top-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.updateResourceTimeSheet .left-col {
  display: flex;
  align-content: start;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 10px 0;
}

.updateResourceTimeSheet .input-group {
  width: 210px;
}

.updateResourceTimeSheet .date-lb {
  width: 50px;
  text-align: center;
}

.updateResourceTimeSheet .move-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.updateResourceTimeSheet .todaysMessage {
  margin: 0px 0 14px 0;
  display: block;
  text-align: center;
  height: 34px;
  padding-top: 8px;
  color: #e56b6b;
}

.updateResourceTimeSheet .hrs-box {
  margin-left: 20px;
}

.updateResourceTimeSheet .call-1 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
}

.updateResourceTimeSheet .time-sheet-table td,
.updateResourceTimeSheet .time-sheet-table th {
  padding: 8px;
}

.updateResourceTimeSheet .time-sheet-table tr.pre {
  background-color: rgb(246, 246, 246);
}

.updateResourceTimeSheet .time-sheet-table th {
  padding: 10px;
  text-align: left;
  height: 50px;
  font-weight: normal;
}

.updateResourceTimeSheet textarea {
  min-width: 250px;
  min-height: 40px;
}

.updateResourceTimeSheet .totHrs {
  margin: 0 10px;
}

.updateResourceTimeSheet .table-bottom {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}

.updateResourceTimeSheet .add-cnt {
  margin: 5px 0 20px 0;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: start;
  align-content: center;
}

.updateResourceTimeSheet .errorBr {
  border: 1px solid #ff0000 !important;
}

.updateResourceTimeSheet .errorText {
  color: #ff0000;
  background-color: transparent !important;
}

.updateResourceTimeSheet .u-des {
  word-break: break-word;
  min-width: 35px;
  overflow-y: auto;
  resize: vertical;
  height: 35px;
}

.updateResourceTimeSheet #todayDate {
  width: 130px;
  text-align: center;
}

/* team_lead_timesheet */
.team_lead_timesheet {
  line-height: 1;
}

.team_lead_timesheet .row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

.team_lead_timesheet .row.start {
  justify-content: start;
}

.team_lead_timesheet .row .hrs-box {
  margin-right: 15px;
}

.team_lead_timesheet .allocation-progress-cnt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
  position: relative;
  width: 200px;
  margin-right: 20px;
}

.team_lead_timesheet .allocation-progress-lb {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 13px;
}

.team_lead_timesheet .allocation-progress {
  width: 100%;
  height: 30px;
  background-color: #ccc;
}

.team_lead_timesheet .allocation-fill {
  width: 0%;
  background-color: #5c8c3c;
  height: 100%;
  transition: width linear 0.6s;
}

.team_lead_timesheet a.day-al {
  color: #000;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.team_lead_timesheet div.day-al {
  position: relative;
  z-index: 2;
}

.team_lead_timesheet table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.team_lead_timesheet table .sm {
  width: 19px;
  font-size: 13px;
}

.team_lead_timesheet th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.team_lead_timesheet table .holiday {
  background-color: #394853;
}

.team_lead_timesheet .tb-header th:first-child {
  width: 110px;
}

.team_lead_timesheet .zeroBg {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
}

.team_lead_timesheet .weekend {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.team_lead_timesheet .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.team_lead_timesheet .leaveday {
  border: 1px solid #ccc;
  background-color: #8F8F8F !important;
  color: #fff !important;
  ;
}

.team_lead_timesheet .f-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 50%, #8F8F8F 50%);
}

.team_lead_timesheet .f-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #daffdb 50%, #8F8F8F 50%);
}

.team_lead_timesheet .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.team_lead_timesheet .s-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fff 50%);
}

.team_lead_timesheet .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}

.team_lead_timesheet .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.team_lead_timesheet .weekend a.day-al {
  color: #fff;
}

.team_lead_timesheet .tb-header .holiday,
.team_lead_timesheet .tb-header .leaveday {
  background-color: #394853 !important;
  color: #fff !important
}

.team_lead_timesheet .holiday a,
.team_lead_timesheet .leaveday a {
  color: #fff
}

.team_lead_timesheet .holiday div span,
.team_lead_timesheet .leaveday div span {
  color: #fff
}

.team_lead_timesheet .data-row:first-child td:first-child {
  font-weight: bold;
}

.team_lead_timesheet .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
}

.team_lead_timesheet table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.team_lead_timesheet .tb-header .leaveday strong[title] {
  text-decoration: underline;
}

.team_lead_timesheet .row-calender {
  position: static;
}

.team_lead_timesheet .fixed-header {
  position: fixed;
  top: 0;
  display: none;
  z-index: 10;
}

.team_lead_timesheet .fixed-header td {
  border-radius: 0;
}

.team_lead_timesheet td {
  position: relative;
}

.team_lead_timesheet .color-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.team_lead_timesheet .color-block .c-block {
  display: block;
}

.team_lead_timesheet tr.data-row {
  height: 50px;
}

.team_lead_timesheet .legend-cnt {
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.team_lead_timesheet .legend {
  width: auto;
  margin: 8px;
  height: auto;
}

.team_lead_timesheet .c-box {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.team_lead_timesheet .l-label {
  line-height: 1.4;
  min-height: 19px;
  font-size: 12px;
}

.team_lead_timesheet .roundTb tr td:first-child {
  border-left-style: solid;
  /*  background: #dddddd; */
}

.team_lead_timesheet .roundTb .data-row td {
  /* border: 1px solid #6aa8d7; */
}


/* .assign_weekly_timesheet */
.assign_weekly_timesheet .date-header {
  position: relative;
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: start;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.assign_weekly_timesheet .monthDate {
  width: 300px;
}

.assign_weekly_timesheet .date-cnt {
  width: 297px;
}

.assign_weekly_timesheet .display-week {
  font-size: 15px;
  border: 1px solid rgb(222 226 230);
  padding: 4px 8px;
  height: 38px;
  width: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.assign_weekly_timesheet table {
  width: 100%
}

.assign_weekly_timesheet .user-data {
  margin-top: 15px;
}

.assign_weekly_timesheet td,
.assign_weekly_timesheet th {
  text-align: center
}

.assign_weekly_timesheet .row-calender td,
.assign_weekly_timesheet .row-calender th {
  text-align: center;
}

.assign_weekly_timesheet .btn-next-month {
  border-radius: 0 8px 8px 0;
}

.assign_weekly_timesheet .row-calender-days,
.assign_weekly_timesheet .row-calender-num {
  background-color: #e2e2e2;
}

.assign_weekly_timesheet .row-calender-num {
  vertical-align: top;
}

.assign_weekly_timesheet .project-cnt {
  padding: 5px;
  background-color: #ccc;
  border-radius: 5px;
  width: 122px;
  margin: 5px auto;
}

.assign_weekly_timesheet .addTask {
  float: none;
  margin: 9px auto;
  width: 90px;
  display: block;
  padding: 4px;
}

.assign_weekly_timesheet .btn_delete_task {
  float: none;
  padding: 2px;
  margin-top: 10px;
  color: #dc3545;
  display: inline-block;
  font-size: 13px;
}

.assign_weekly_timesheet .btn_delete_task:hover {
  color: #bb0e1f;
}

.assign_weekly_timesheet select {
  padding: 1px !important;
  font-size: 13px;
  height: 23px;
  margin-bottom: 2px;
  width: 110px;
}

.assign_weekly_timesheet .taskHrs {
  font-size: 14px;
  text-align: center;
  height: 22px;
  width: 70px;
  margin: 4px auto 0;
}

.assign_weekly_timesheet .errorBr {
  border: 1px solid #ff0000 !important;
}

.assign_weekly_timesheet .errorText {
  color: #ff0000;
  background-color: transparent !important;
  font-size: 16px;
}

.assign_weekly_timesheet td.leave,
.assign_weekly_timesheet th.leave {
  background-color: rgba(206, 230, 248, 0.6)
}

.assign_weekly_timesheet td.weekend,
.assign_weekly_timesheet th.weekend {
  background-color: rgba(206, 230, 248, 0.6)
}

.assign_weekly_timesheet .sm-font {
  font-size: 14px;
}

.assign_weekly_timesheet .leave-row td {
  padding: 5px;
}

.assign_weekly_timesheet .data-row td {
  vertical-align: top;
}

.assign_weekly_timesheet .add-cnt {
  margin: 5px 0 20px 0;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: start;
  align-content: center;
}

.assign_weekly_timesheet select.leave {
  margin: 0 auto;
}

.assign_weekly_timesheet .row-calender td {
  font-size: 13px;
}

.assign_weekly_timesheet .header-weekly {
  width: 100%;
  margin-bottom: 10px;
}

.assign_weekly_timesheet .header-weekly td {
  vertical-align: middle;
}

.assign_weekly_timesheet .nw-wd {
  width: 120px;
}

.assign_weekly_timesheet .table-bottom {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}

.assign_weekly_timesheet .lb {
  margin-bottom: 7px;
  display: block;
  line-height: 1.1;
  font-weight: normal;
}

.assign_weekly_timesheet .move-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.assign_weekly_timesheet .move-right>div {
  margin-left: 10px;
  margin-bottom: 0;
  height: 37px;
}

.assign_weekly_timesheet .selectUser {
  width: auto;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/* fillUserTimeSheet */
.fillUserTimeSheet {
  line-height: 1;
}

.fillUserTimeSheet .lv-msg {
  text-align: center;
}

.fillUserTimeSheet select {
  text-align: left;
}

.fillUserTimeSheet .top-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.fillUserTimeSheet .left-col {
  display: flex;
  align-content: start;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 10px 0;
}

.fillUserTimeSheet .date-lb {
  width: 50px;
  text-align: center;
}

.fillUserTimeSheet .move-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fillUserTimeSheet .hrs-box {
  margin-left: 20px;
}

.fillUserTimeSheet .call-1 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
}

.fillUserTimeSheet .time-sheet-table td,
.fillUserTimeSheet .time-sheet-table th {
  padding: 8px;
}

.fillUserTimeSheet .time-sheet-table tr.pre {
  background-color: rgb(246, 246, 246);
}

.fillUserTimeSheet .time-sheet-table th {
  padding: 10px;
  text-align: left;
  height: 50px;
  font-weight: normal;
}

.fillUserTimeSheet textarea {
  min-width: 250px;
  min-height: 40px;
}

.fillUserTimeSheet .totHrs {
  margin: 0 10px;
}

.fillUserTimeSheet .table-bottom {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}

.fillUserTimeSheet .add-cnt {
  margin: 5px 0 20px 0;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: start;
  align-content: center;
}

.fillUserTimeSheet .errorBr {
  border: 1px solid #ff0000 !important;
}

.fillUserTimeSheet .errorText {
  color: #ff0000;
  background-color: transparent !important;
}

.fillUserTimeSheet .sm {
  width: 60px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.fillUserTimeSheet .fx-w {
  width: 150px;
  text-align: center
}

.fillUserTimeSheet .task-des {
  word-break: break-word;
  min-width: 35px;
  overflow-y: auto;
  resize: vertical;
  height: 35px;
}

.fillUserTimeSheet .add_task_btn {
  width: 30px !important;
  padding: 0;
  min-width: auto;
  margin: 0 auto;
  float: none;
  display: block;
}

.fillUserTimeSheet .todaysMessage {
  color: #e56b6b;
}

.fillUserTimeSheet #todayDate {
  width: 130px;
  text-align: center;
}

.fillUserTimeSheet .tsk-checkbox {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
}

.fillUserTimeSheet .addTaskBtnCnt {
  margin: 10px 0;
  display: flex;
  clear: both;
}

/* project_details */
.project_details label {
  margin-right: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.project_details .selectProject {
  width: 210px;
  margin-left: 10px;
}

.project_details .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.project_details .top-row.left-m {
  justify-content: start;
}

.project_details .top-row.row-right {
  justify-content: start;
}

.project_details .top-row.row-right .hrs-box {
  margin-right: 15px;
}

.project_details .p-title {
  font-size: 22px;
  margin-bottom: 0;
}

.project_details .p-client {
  margin-left: 5px;
  font-size: 18px;
  color: #616161;
}

.project_details .row1 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.project_details .top-row.row1 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.project_details .hrs-box .hrs-lb {
  padding: 5px 10px;
}

.project_details .row1.top {
  align-items: start;
}

.project_details .col-50 {
  position: relative;
  width: 50%;
}

.project_details .barchart {
  position: relative;
  width: 50%;
}

.project_details canvas {
  margin: 0 auto;
}

.project_details .pichart {
  position: relative;
  width: 50%;
}

.project_details .table-1 {
  margin-top: 10px;
  width: 100%;
}

.project_details .errorFound {
  margin: 15px 0;
  text-align: center;
}

.project_details .p-title-1 {
  margin-top: 20px;
  font-size: 22px;
}

.project_details td {
  text-align: center;
  padding: 5px;
}

.project_details td.no-center {
  text-align: left;
}

.project_details .cost_txt {
  width: 120px;
  padding: 3px;
  line-height: 1;
  height: 30px;
}

.project_details input.cost_txt {
  background-color: #f7f8cc;
}

.project_details .w1 {
  width: 120px
}

.project_details .w2 {
  width: 350px
}

.project_details .antcpHrs {
  height: 30px;
  width: 65px;
  background-color: #f7f8cc;
}

.project_details .tb-header td {
  font-size: 16px;
}

.project_details td {
  font-size: 13px;
}

.project_details .download-btn {
  margin-left: 15px;
}


/* projection_details */
.projection_details .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.projection_details .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.projection_details .dt-sep {
  margin: 0 10px;
}

.projection_details label {
  font-weight: normal !important;
  margin-right: 20px;
}

.projection_details .chart-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.projection_details .chart-cnt {
  width: 33%;
}

.projection_details canvas {
  margin: 0 auto;
}

.projection_details .top-row .input-group {
  width: 170px;
}

.projection_details .row1 {
  margin-top: 30px;
}

.projection_details .uname {
  width: 200px
}

.projection_details td:not(.uname) {
  text-align: center;
}

.projection_details td,
.projection_details th {
  padding: 5px;
  font-weight: normal;
}

.projection_details .p-title-1 {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 15px;
}

.projection_details table {
  width: 100%;
  font-size: 14px;
}



/* assign_bulk_timesheet */
.assign_bulk_timesheet .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.assign_bulk_timesheet .top-row-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.assign_bulk_timesheet .hrs-box {
  margin-right: 15px;
}

.assign_bulk_timesheet .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.assign_bulk_timesheet .top-row .input-group {
  width: 170px;
}

.assign_bulk_timesheet .top-row select {
  padding: 1px !important;
  font-size: 14px;
  height: 30px;
  margin-bottom: 2px;
  width: auto;
  min-width: 110px;
}

.assign_bulk_timesheet .selectUser {
  width: auto;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.assign_bulk_timesheet .dt-sep {
  margin: 0 10px;
}

.assign_bulk_timesheet .chk-user {
  margin: 0 10px;
}

.assign_bulk_timesheet .time-sheet-table td,
.assign_bulk_timesheet .time-sheet-table th {
  padding: 8px;
  line-height: 1;
}

.assign_bulk_timesheet .time-sheet-table tr.pre {
  background-color: rgb(246, 246, 246);
}

.assign_bulk_timesheet .time-sheet-table th {
  padding: 10px;
  text-align: left;
  height: 50px;
  font-weight: normal;
}

.assign_bulk_timesheet .table-bottom {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}

.assign_bulk_timesheet .errorBr {
  border: 1px solid #ff0000 !important;
}

.assign_bulk_timesheet .errorText {
  color: #ff0000;
  background-color: transparent !important;
}

.assign_bulk_timesheet .form-control:disabled {
  color: #ccc;
}

.assign_bulk_timesheet .delete-task {
  font-size: 13px;
}

.assign_bulk_timesheet td {
  font-size: 13px;
}

.assign_bulk_timesheet span.disabled {
  color: #ccc;
  cursor: default;
}

/* team_dashboard */
.team_dashboard {
  line-height: 1;
}

.team_dashboard .row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

.team_dashboard .row-right {
  justify-content: end;
}

.team_dashboard .legend {
  margin-left: 10px;
}


.team_dashboard .row.start {
  justify-content: start;
}

.team_dashboard .al-details {
  cursor: default;
}

.team_dashboard .allocation-progress-cnt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
  position: relative;
  width: 200px;
  margin-right: 20px;
}

.team_dashboard .allocation-progress-lb {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 13px;
}

.team_dashboard .allocation-progress {
  width: 100%;
  height: 30px;
  background-color: #ccc;
}

.team_dashboard .allocation-fill {
  width: 0%;
  background-color: #5c8c3c;
  height: 100%;
  transition: width linear 0.6s;
}

.team_dashboard a.day-al {
  color: #000;
  text-decoration: underline;
}

.team_dashboard table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.team_dashboard table .sm {
  width: 19px;
  font-size: 13px;
}

.team_dashboard th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.team_dashboard table .holiday {
  background-color: #394853;
}

.team_dashboard .tb-header .uname {
  width: 110px;
}

.team_dashboard .zeroBg {
  border: 1px solid #ccc;
  background-color: rgba(243, 248, 173, 0.62);
  color: #000000;
}

.team_dashboard .weekend {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.team_dashboard .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.team_dashboard .leaveday {
  border: 1px solid #ccc;
  background-color: #8F8F8F;
  color: #fff;
}

.team_dashboard .f-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 50%, #8F8F8F 50%);
}

.team_dashboard .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.team_dashboard .f-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #daffdb 50%, #8F8F8F 50%);
}

.team_dashboard .s-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fff 50%);
}

.team_dashboard .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.team_dashboard .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}


.team_dashboard .weekend a.day-al {
  color: #fff;
}

.team_dashboard .tb-header .holiday,
.team_dashboard .tb-header .leaveday {
  background-color: #394853;
  color: #fff
}

.team_dashboard .holiday a,
.team_dashboard .leaveday a {
  color: #fff
}

.team_dashboard .data-row:first-child td:first-child {
  font-weight: bold;
}

.team_dashboard .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
  text-transform: capitalize;
}

.team_dashboard table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.team_dashboard .pr-tb {
  margin-top: 20px;
}

.team_dashboard .sec-title {
  margin: 20px 0;
  font-size: 20px;
}

.team_dashboard .hr-data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 30px;
}

.team_dashboard .w1 {
  width: 25px
}

.team_dashboard .w2 {
  width: 140px
}

.team_dashboard .nopr {
  background-color: #fcf0d2 !important;
  color: #000;
}

.team_dashboard .greenBg {
  background-color: #d2fcd2 !important;
  color: #000;
}

.team_dashboard .nomatch {
  background-color: #fcd2d2 !important;
  color: #000;
}

.team_dashboard .errorFound {
  margin: 15px 0;
  text-align: center;
}

.team_dashboard .pname {
  text-align: left !important;
  padding-left: 10px;
  position: relative;
}

.team_dashboard .btn_toggle {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 8px;
  top: 7px;
  border-radius: 50%;
  border: 2px solid #3e596e;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.team_dashboard .btn_toggle .on {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #3e596e;
}

.team_dashboard .btn_toggle .off {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #3e596e;
}

.team_dashboard .btn_toggle.off .off {
  display: block;
}

.team_dashboard .btn_toggle.off .on {
  display: none;
}

.team_dashboard .sm-fnt {
  font-weight: normal;
  margin-left: 3px;
  color: #212121;
}

.team_dashboard .tb-header .leaveday strong[title] {
  text-decoration: underline;
}



/* projection_month */
.projection_month .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.projection_month .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.projection_month .month-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.projection_month .month_btn {
  color: gray;
  border: 1px solid silver;
  background: white;
  border-left: none;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  user-select: none;
  display: block;
  flex: 1;
  text-align: center;
}

.projection_month .month_btn:hover {
  color: rgb(30, 144, 255);
}

.projection_month .month_btn.active {
  color: gray;
  cursor: default;
  background: #eff0f0;
  border-bottom: none;
  padding-bottom: 13px;
}

.projection_month .month_btn:nth-child(1) {
  border-left: 1px solid silver;
  border-top-left-radius: 3px;
}

.projection_month .month_btn:nth-last-child(1) {
  border-top-right-radius: 3px;
}


.projection_month .dt-sep {
  margin: 0 10px;
}

.projection_month label {
  font-weight: normal !important;
  margin-right: 20px;
}

.projection_month .top-row .input-group {
  width: 170px;
}

.projection_month .row1 {
  margin-top: 30px;
}

.projection_month .uname {
  width: 200px
}

.projection_month .list-table td:not(.uname) {
  text-align: center;
}

.projection_month .list-table td,
.projection_month .list-table th {
  padding: 5px;
  font-weight: normal;
}

.projection_month .p-title-1 {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 15px;
}

.projection_month table.list-table {
  width: 100%;
  font-size: 14px;
}

.projection_month a.day-al {
  color: #000;
  text-decoration: underline;
}

.projection_month table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.projection_month table .sm {
  width: 19px;
  font-size: 13px;
}

.projection_month th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.projection_month table .holiday {
  background-color: #394853;
}

.projection_month .tb-header .uname {
  width: 110px;
}

.projection_month .zeroBg {
  border: 1px solid #ccc;
  background-color: rgba(243, 248, 173, 0.62);
  color: #000000;
}

.projection_month .weekend {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.projection_month .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.projection_month .leaveday {
  border: 1px solid #ccc;
  background-color: #8F8F8F;
  color: #fff;
}

.projection_month .f-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 50%, #8F8F8F 50%);
}

.projection_month .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.projection_month .f-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #daffdb 50%, #8F8F8F 50%);
}

.projection_month .s-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fff 50%);
}

.projection_month .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.projection_month .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}


.projection_month .weekend a.day-al {
  color: #fff;
}

.projection_month .tb-header .holiday,
.projection_month .tb-header .leaveday {
  background-color: #394853;
  color: #fff
}

.projection_month .holiday a,
.projection_month .leaveday a {
  color: #fff
}

.projection_month .data-row:first-child td:first-child {
  font-weight: bold;
}

.projection_month .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
  text-transform: capitalize;
}

.projection_month table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.projection_month .pr-tb {
  margin-top: 20px;
}

.projection_month .sec-title {
  margin: 20px 0;
  font-size: 20px;
}

.projection_month .hr-data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 30px;
}

.projection_month .w1 {
  width: 25px
}

.projection_month .w2 {
  width: 140px
}

.projection_month .nopr {
  background-color: #fcf0d2 !important;
  color: #000;
}

.projection_month .greenBg {
  background-color: #d2fcd2 !important;
  color: #000;
}

.projection_month .nomatch {
  background-color: #fcd2d2 !important;
  color: #000;
}

.projection_month .errorFound {
  margin: 15px 0;
  text-align: center;
}

.projection_month .yearList {
  display: inline-block;
  margin-left: 20px;
  width: auto;
}


/* projectTaskBreakup */
.projectTaskBreakup label {
  margin-right: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.projectTaskBreakup .selectProject {
  width: 210px;
}

.projectTaskBreakup .date-group {
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.projectTaskBreakup .dt-sep {
  margin: 0 10px;
}

.projectTaskBreakup .date-group .input-group {
  width: 170px;
}

.projectTaskBreakup .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.projectTaskBreakup .top-row.left-m {
  justify-content: start;
  margin-top: 20px;
}

.projectTaskBreakup .p-title {
  font-size: 22px;
  margin-bottom: 0;
}

.projectTaskBreakup .pichart {
  position: relative;
  width: 50%;
}

.projectTaskBreakup .table-1 {
  margin-top: 0px;
  width: 100%;
}

.projectTaskBreakup .errorFound {
  margin: 15px 0;
  text-align: center;
}

.projectTaskBreakup .p-title-1 {
  margin-top: 20px;
  font-size: 22px;
}

.projectTaskBreakup td {
  text-align: left;
  padding: 5px;
}

.projectTaskBreakup td.no-center {
  text-align: left;
}

.projectTaskBreakup .w1 {
  width: 90px
}

.projectTaskBreakup .w2 {
  width: 50px
}

.projectTaskBreakup .w3 {
  width: 240px
}

.projectTaskBreakup .tb-header td {
  font-size: 16px;
}

.projectTaskBreakup td {
  font-size: 13px;
}

.projectTaskBreakup .download-btn {
  margin-left: 15px;
}

.projectTaskBreakup .des_box {
  resize: vertical;
  width: 240px;
  min-height: 40px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
}

select:disabled,
select[readonly] {
  color: #ccc;
}

select {
  text-align: left !important;
}



/* operational_efficiency */
.operational_efficiency .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.operational_efficiency .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-top: 6px;
}

.operational_efficiency .month-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.operational_efficiency .month_btn {
  color: gray;
  border: 1px solid silver;
  background: white;
  border-left: none;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  user-select: none;
  display: block;
  flex: 1;
  text-align: center;
}

.operational_efficiency .month_btn:hover {
  color: rgb(30, 144, 255);
}

.operational_efficiency .month_btn.active {
  color: gray;
  cursor: default;
  background: #eff0f0;
  border-bottom: none;
  padding-bottom: 13px;
}

.operational_efficiency .month_btn:nth-child(1) {
  border-left: 1px solid silver;
  border-top-left-radius: 3px;
}

.operational_efficiency .month_btn:nth-last-child(1) {
  border-top-right-radius: 3px;
}


.operational_efficiency .dt-sep {
  margin: 0 10px;
}

.operational_efficiency label {
  font-weight: normal !important;
  margin-right: 20px;
}

.operational_efficiency .top-row .input-group {
  width: 170px;
}

.operational_efficiency .row1 {
  margin-top: 30px;
}

.operational_efficiency .uname {
  width: 200px
}

.operational_efficiency .list-table td:not(.uname) {
  text-align: center;
}

.operational_efficiency .list-table td,
.operational_efficiency .list-table th {
  padding: 5px;
  font-weight: normal;
}

.operational_efficiency .p-title-1 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}

.operational_efficiency table.list-table {
  width: 100%;
  font-size: 13px;
}

.operational_efficiency a.day-al {
  color: #000;
  text-decoration: underline;
}

.operational_efficiency table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.operational_efficiency table .sm {
  width: 19px;
  font-size: 13px;
}

.operational_efficiency th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.operational_efficiency table .holiday {
  background-color: #394853;
}

.operational_efficiency .tb-header .uname {
  width: 110px;
}

.operational_efficiency .zeroBg {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
}

.operational_efficiency .weekend {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.operational_efficiency .allocated-clr {
  color: #000;
}

.operational_efficiency .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.operational_efficiency .leaveday {
  border: 1px solid #ccc;
  background-color: #8F8F8F;
  color: #fff;
}

.operational_efficiency .f-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 50%, #8F8F8F 50%);
}

.operational_efficiency .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.operational_efficiency .f-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #daffdb 50%, #8F8F8F 50%);
}

.operational_efficiency .s-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fff 50%);
}

.operational_efficiency .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.operational_efficiency .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}


.operational_efficiency .weekend a.day-al {
  color: #fff;
}

.operational_efficiency .tb-header .holiday,
.operational_efficiency .tb-header .leaveday {
  background-color: #394853;
  color: #fff
}

.operational_efficiency .holiday a,
.operational_efficiency .leaveday a {
  color: #fff
}

.operational_efficiency .data-row:first-child td:first-child {
  font-weight: bold;
}

.operational_efficiency .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
  text-transform: capitalize;
}

.operational_efficiency table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.operational_efficiency .pr-tb {
  margin-top: 20px;
}

.operational_efficiency .sec-title {
  margin: 20px 0;
  font-size: 20px;
}

.operational_efficiency .hr-data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 30px;
  position: relative;
  z-index: 2;
}

.operational_efficiency .w1 {
  width: 25px
}

.operational_efficiency .w2 {
  width: 140px
}

.operational_efficiency .nopr {
  background-color: #fcf0d2 !important;
  color: #000;
}

.operational_efficiency .greenBg {
  background-color: #d2fcd2 !important;
  color: #000;
}

.operational_efficiency .nomatch {
  background-color: #fcd2d2 !important;
  color: #000;
}

.operational_efficiency .errorFound {
  margin: 15px 0;
  text-align: center;
}

.operational_efficiency .yearList {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  height: 50px;
}

.operational_efficiency .tow-col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  align-content: start;
}

.operational_efficiency .sm-tb {
  width: 49%
}

.operational_efficiency .sm-tb td:first-child {
  text-align: left;
  padding-left: 10px;
}

.operational_efficiency td {
  font-size: 13px;
}

.operational_efficiency .row-clr td {
  background-color: #acc4d6;
  border-color: #88a8bf;
}

.operational_efficiency .bill-cat {
  height: 26px;
  position: relative;
}

.operational_efficiency .non-bill-cat {
  border-left: 1px solid #bdbaba;
  padding-left: 18px;
  height: 26px;
  margin: 0;
  position: relative;
}

.operational_efficiency .cal-lb {
  position: absolute;
  width: calc(100% - 20px);
  text-align: center;
  top: -16px;
  left: 0;
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 10px;
  color: #7a7878;
}

.operational_efficiency .legend-cnt {
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.operational_efficiency .legend {
  width: auto;
  margin: 8px;
  height: auto;
}

.operational_efficiency .c-box {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.operational_efficiency .l-label {
  line-height: 1.4;
  min-height: 19px;
  font-size: 12px;
}

.operational_efficiency td {
  position: relative;
}

.operational_efficiency .allocation-tb .color-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.operational_efficiency .allocation-tb .color-block .c-block {
  display: block;
}

.operational_efficiency .allocation-tb tr.data-row {
  height: 50px;
}

/* .operational_efficiency .allocation-tb tr td:first-child{border-left-style: solid; background: #dddddd;}
.operational_efficiency .allocation-tb .data-row td{ border: 1px solid #ffffff;} */


/* accountWiseFilledHours */
.accountWiseFilledHours .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.accountWiseFilledHours .top-row-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.accountWiseFilledHours .hrs-box {
  margin-right: 15px;
}

.accountWiseFilledHours .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.accountWiseFilledHours .top-row .input-group {
  width: 170px;
}

.accountWiseFilledHours .top-row .load-report {
  margin-left: 20px;
}

.accountWiseFilledHours .top-row select {
  padding: 1px !important;
  font-size: 14px;
  height: 30px;
  margin-bottom: 2px;
  width: auto;
  min-width: 110px;
}

.accountWiseFilledHours .dt-sep {
  margin: 0 10px;
}

.accountWiseFilledHours .load-btn {
  margin: 0 10px;
}

.accountWiseFilledHours .projection-cnt .dt-sep {
  margin: 0 10px;
}

.accountWiseFilledHours .projection-cnt label {
  font-weight: normal !important;
  margin-right: 20px;
}

.accountWiseFilledHours .projection-cnt table {
  table-layout: fixed;
  font-size: 13px;
  width: 100%;
}

.accountWiseFilledHours .projection-cnt .p-title {
  font-size: 18px;
}

.accountWiseFilledHours .projection-cnt th {
  font-weight: normal;
}

.accountWiseFilledHours .projection-cnt .yearList {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  height: 50px;
}

.accountWiseFilledHours .projection-cnt table td {
  padding: 2px;
  text-align: center;
  padding: 5px 10px;
}

.accountWiseFilledHours .projection-cnt tr td:first-child,
.accountWiseFilledHours .projection-cnt tr th:first-child {
  width: 300px;
}

.accountWiseFilledHours .projection-cnt tr td:first-child {
  text-align: left;
  text-transform: capitalize;
}

.accountWiseFilledHours .projection-cnt .client-tb {
  margin-bottom: 6px;
}

.accountWiseFilledHours .projection-cnt .client-row {
  position: relative;
}

.accountWiseFilledHours .projection-cnt .client-row td {
  position: relative;
}

.accountWiseFilledHours .projection-cnt .btn_toggle {
  width: 26px;
  height: 26px;
  position: absolute;
  left: -22px;
  top: 1px;
  border-radius: 50%;
  border: 2px solid #93b8d5;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.accountWiseFilledHours .projection-cnt .btn_toggle .on {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #93b8d5;
}

.accountWiseFilledHours .projection-cnt .btn_toggle .off {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #93b8d5;
}

.accountWiseFilledHours .projection-cnt .btn_toggle.off .off {
  display: block;
}

.accountWiseFilledHours .projection-cnt .btn_toggle.off .on {
  display: none;
}

.accountWiseFilledHours .projection-cnt .note {
  font-size: 14px;
  margin: 7px 0;
  color: #717070
}

.accountWiseFilledHours .projection-cnt .row-calender {
  position: static;
}

.accountWiseFilledHours .projection-cnt .fixed-header {
  position: fixed;
  top: 0;
  display: none;
  z-index: 10;
}

.accountWiseFilledHours .projection-cnt .fixed-header td {
  border-radius: 0;
}

.accountWiseFilledHours select {
  margin-right: 15px;
}

.accountWiseFilledHours .note h3 {
  font-size: 18px;
  height: 35px;
}

/* my_team_allocations */
.my_team_allocations .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.my_team_allocations .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.my_team_allocations .month-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.my_team_allocations .month_btn {
  color: gray;
  border: 1px solid silver;
  background: white;
  border-left: none;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  user-select: none;
  display: block;
  flex: 1;
  text-align: center;
}

.my_team_allocations .month_btn:hover {
  color: rgb(30, 144, 255);
}

.my_team_allocations .month_btn.active {
  color: gray;
  cursor: default;
  background: #eff0f0;
  border-bottom: none;
  padding-bottom: 13px;
}

.my_team_allocations .month_btn:nth-child(1) {
  border-left: 1px solid silver;
  border-top-left-radius: 3px;
}

.my_team_allocations .month_btn:nth-last-child(1) {
  border-top-right-radius: 3px;
}


.my_team_allocations .dt-sep {
  margin: 0 10px;
}

.my_team_allocations label {
  font-weight: normal !important;
  margin-right: 20px;
}

.my_team_allocations .top-row .input-group {
  width: 170px;
}

.my_team_allocations .row1 {
  margin-top: 30px;
}

.my_team_allocations .uname {
  width: 200px
}

.my_team_allocations .list-table td:not(.uname) {
  text-align: center;
}

.my_team_allocations .list-table td,
.my_team_allocations .list-table th {
  padding: 5px;
  font-weight: normal;
}

.my_team_allocations .p-title-1 {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 15px;
}

.my_team_allocations table.list-table {
  width: 100%;
  font-size: 14px;
}

.my_team_allocations a.day-al {
  color: #000;
  text-decoration: underline;
}

.my_team_allocations table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.my_team_allocations table .sm {
  width: 19px;
  font-size: 13px;
}

.my_team_allocations th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.my_team_allocations table .holiday {
  background-color: #394853;
}

.my_team_allocations .tb-header .uname {
  width: 110px;
}

.my_team_allocations .zeroBg {
  border: 1px solid #ccc;
  background-color: rgba(243, 248, 173, 0.62);
  color: #000000;
}

.my_team_allocations .weekend {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.my_team_allocations .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.my_team_allocations .leaveday {
  border: 1px solid #ccc;
  background-color: #8F8F8F;
  color: #fff;
}

.my_team_allocations .f-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 50%, #8F8F8F 50%);
}

.my_team_allocations .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.my_team_allocations .f-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #daffdb 50%, #8F8F8F 50%);
}

.my_team_allocations .s-half {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fff 50%);
}

.my_team_allocations .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.my_team_allocations .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}


.my_team_allocations .weekend a.day-al {
  color: #fff;
}

.my_team_allocations .tb-header .holiday,
.my_team_allocations .tb-header .leaveday {
  background-color: #394853;
  color: #fff
}

.my_team_allocations .holiday a,
.my_team_allocations .leaveday a {
  color: #fff
}

.my_team_allocations .data-row:first-child td:first-child {
  font-weight: bold;
}

.my_team_allocations .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
  text-transform: capitalize;
}

.my_team_allocations table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.my_team_allocations .pr-tb {
  margin-top: 20px;
}

.my_team_allocations .sec-title {
  margin: 20px 0;
  font-size: 20px;
}

.my_team_allocations .hr-data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 30px;
}

.my_team_allocations .w1 {
  width: 25px
}

.my_team_allocations .w2 {
  width: 140px
}

.my_team_allocations .nopr {
  background-color: #fcf0d2 !important;
  color: #000;
}

.my_team_allocations .greenBg {
  background-color: #d2fcd2 !important;
  color: #000;
}

.my_team_allocations .nomatch {
  background-color: #fcd2d2 !important;
  color: #000;
}

.my_team_allocations .errorFound {
  margin: 15px 0;
  text-align: center;
}

.my_team_allocations .yearList {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  height: 50px;
}



/* user_report */
.user_report .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.user_report .total-hrs-cnt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 20px 0 10px 0;
}

.user_report .hrs-box {
  margin-right: 15px;
}

.user_report .hrs-box .hrs-val {
  min-width: 40px;
}

.user_report .userList {
  display: inline-block;
  margin-left: 20px;
  width: auto;
}

.user_report tr.noworking td {
  background-color: #d3d3d3;
  padding: 0px 10px !important;
}

.user_report td {
  padding: 8px !important;
}

.user_report tr.isTotal td {
  font-weight: bold;
  background-color: #eaf4fb;
  padding: 0px 10px !important;
  /* text-align: center; */
}

.user_report .roundTb th {
  padding: 8px !important;
}

.user_report .download-btn {
  margin-left: 20px;
}

.user_report table {
  min-width: 1000px;
  margin-top: 0px;
}


/* operational_efficiency_dashboard */
.operational_efficiency_dashboard {
  min-height: 500px;
}

.operational_efficiency_dashboard td {
  padding: 2px 6px;
}

.operational_efficiency_dashboard td.row-clr {
  background-color: #acc4d6;
  border-color: #88a8bf;
}

.operational_efficiency_dashboard td.row-clr-1 {
  background-color: #8ecea3;
  border-color: #66b881;
}

.operational_efficiency_dashboard .month-box {
  padding: 6px 0px !important;
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  max-width: 34%;
}

.operational_efficiency_dashboard .month-title {
  margin: 10px 0 0px 0;
}

.operational_efficiency_dashboard .sm-padding {
  width: auto !important;
}

.operational_efficiency_dashboard .sm-padding th,
.operational_efficiency_dashboard .sm-padding td {
  padding: 0 2px !important;
}

.operational_efficiency_dashboard .sub-title {
  font-size: 22px;
  margin: 20px 0 0px 0;
}

.stickyTh {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 1450px) {
  .operational_efficiency_dashboard .roundTb {
    font-size: 13px;
  }
}


/* leave_data_report */
.leave_data_report {
  line-height: 1;
}

.leave_data_report .row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

.leave_data_report .row.start {
  justify-content: start;
}

.leave_data_report .row .hrs-box {
  margin-right: 15px;
}

.leave_data_report .allocation-progress-cnt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: start;
  position: relative;
  width: 200px;
  margin-right: 20px;
}

.leave_data_report .allocation-progress-lb {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 13px;
}

.leave_data_report .allocation-progress {
  width: 100%;
  height: 30px;
  background-color: #ccc;
}

.leave_data_report .allocation-fill {
  width: 0%;
  background-color: #5c8c3c;
  height: 100%;
  transition: width linear 0.6s;
}

.leave_data_report a.day-al {
  color: #000;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.leave_data_report table td {
  width: 20px;
  text-align: center;
  background-color: #fff;
}

.leave_data_report table .sm {
  width: 38px;
  font-size: 13px;
}

.leave_data_report th span {
  font-size: 14px;
  padding: 4px;
  display: block;
}

.leave_data_report table .holiday {
  background-color: #394853;
}

.leave_data_report .tb-header th:first-child {
  width: 50px;
}

.leave_data_report .zeroBg {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
}

.leave_data_report .main-table .weekend {
  background-color: #394853;
  color: #fff;
}

.leave_data_report .holiday {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.leave_data_report .leaveday {
  border: 1px solid #ccc;
  background-color: #394853 !important;
  color: #fff !important;
  ;
}

.leave_data_report .f-half {
  border: 1px solid #ccc;
  background-color: #394853 !important;
  color: #fff !important
}

.leave_data_report .f-half.greenBg {
  border: 1px solid #ccc;
  background-color: #394853 !important;
  color: #fff !important
}

.leave_data_report .f-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fdb5ab 50%, #8F8F8F 50%);
}

.leave_data_report .s-half {
  border: 1px solid #ccc;
  background-color: #394853;
  color: #fff;
}

.leave_data_report .s-half.greenBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #daffdb 50%);
}

.leave_data_report .s-half.redBg {
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #8F8F8F 50%, #fdb5ab 50%);
}

.leave_data_report .main-table .weekend a.day-al {
  color: #fff;
}

.leave_data_report .main-table {
  font-size: 12px;
}

.leave_data_report .tb-header .holiday,
.leave_data_report .tb-header .leaveday {
  background-color: #394853 !important;
  color: #fff !important
}

.leave_data_report .holiday a,
.leave_data_report .leaveday a {
  color: #fff
}

.leave_data_report .data-row:first-child td:first-child {
  font-weight: bold;
}

.leave_data_report .uname {
  text-align: left;
  width: 19px;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  height: 30px;
}

.leave_data_report table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.leave_data_report .tb-header .leaveday strong[title] {
  text-decoration: underline;
}

.leave_data_report .row-calender {
  position: static;
}

.leave_data_report .fixed-header {
  position: fixed;
  top: 0;
  display: none;
  z-index: 10;
}

.leave_data_report .fixed-header td {
  border-radius: 0;
}

.leave_data_report td {
  position: relative;
}

.leave_data_report .color-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.leave_data_report .color-block .c-block {
  display: block;
}

.leave_data_report tr.data-row {
  height: 30px;
}

.leave_data_report .legend-cnt {
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.leave_data_report .legend {
  width: auto;
  margin: 8px;
  height: auto;
}

.leave_data_report .c-box {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.leave_data_report .l-label {
  line-height: 1.4;
  min-height: 19px;
  font-size: 12px;
}

.leave_data_report .roundTb tr td:first-child {
  border-left-style: solid;
  /*  background: #dddddd; */
}


.leave_data_report .date-group {
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.leave_data_report .dt-sep {
  margin: 0 10px;
}

.leave_data_report .date-group .input-group {
  width: 170px;
}

.leave_data_report .top-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.leave_data_report .top-row.left-m {
  justify-content: start;
  margin-top: 20px;
}

.leave_data_report .sm-name {
  font-size: 12px;
}

/* estimation_details_form */
.estimation_details_form {}

.estimation_details_form .mw-130 {
  width: 130px;
}

.estimation_details_form h3 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}

.estimation_details_form table.width-auto {
  width: auto;
}

.estimation_details_form th {
  border: 1px solid #b4d2e7;
  background-color: #acc4d6;
  text-align: center;
}

.estimation_details_form td,
th {
  padding: 2px 8px;
}



.estimation_details_form .top-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.estimation_details_form .col-m {
  padding: 2px 8px;
}

.estimation_details_form .top-row .col {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.estimation_details_form .label {
  font-weight: bold;
  margin-right: 10px;
}

.estimation_details_form .sm {
  width: 120px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.estimation_details_form .modal-win {
  background-color: rgb(11 11 11 / 80%);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn linear 0.4s;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.estimation_details_form .modal-win .box {
  background-color: #fff;
  padding: 20px;
  animation: zoom-in 0.4s linear;
  transform: scale(1);
}

.estimation_details_form .modal-win .title {
  font-weight: bold;
  font-size: 18px;
}

.estimation_details_form .modal-win table {}

.estimation_details_form .modal-win .btn-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.estimation_details_form .note {
  font-weight: normal;
  font-size: 14px;
}

.estimation_details_form .modal-win .sm {
  width: 60px;
}

.estimation_details_form .modal-win .error {
  color: rgb(204, 4, 4);
}

.estimation_details_form td.bg1 {
  background-color: #fce4d6;
}

.estimation_details_form td.bg2 {
  background-color: #ffff99;
}

.estimation_details_form td.bg3 {
  background-color: #fff2cc;
}

.estimation_details_form td.bg3_1 {
  background-color: #f5edd4;
}

.estimation_details_form td.bg4 {
  background-color: #ededed;
}

.estimation_details_form td.bg5 {
  background-color: #d9e1f2;
}

.estimation_details_form td.bg6 {
  background-color: #bfccb5;
}

.estimation_details_form td.bg7 {
  background-color: #eb9f69;
}

.estimation_details_form td.bg8 {
  background-color: #acc4d6;
}

.estimation_details_form td.bg9 {
  background-color: #efcb41;
}

.estimation_details_form .flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin: 15px 0;
  width: 900px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.estimation_details_form textarea {
  width: 300px;
  max-height: 400px;
  min-height: 100px;
}

.estimation_details_form .flex-box>div {
  margin: 0 15px 0 0;
}

.estimation_details_form .save-btn {
  margin: 0;
}

.table-est tr:hover td {
  background-color: #ebebeb !important;
}