/* admin custom css*/
/*Begin: Common CSS */
.d-block {
  display: block;
}
.mx-auto {
  margin: 0 auto;
}
.mt-10 {
  margin-top: 10px;
}
.mt-4 {
  margin-top: 4px;
}
.v-middle {
  vertical-align: middle;
}
.show-img {
  object-fit: cover;
  object-position: center;
}
/*End: Common CSS */
.main-sidebar .panel {
  overflow-x: hidden;
}

.box-header {
  padding: 15px 30px 0;
}

.box-header h3 {
  color: #80a66d;
  padding-left: 0;
  padding-top: 10px;
}
.crew_manage .box-header {
  padding: 10px;
}
.crew_manage .box-header h3 {
  padding-top: 0px;
}
.crew_manage .box-body {
  padding: 10px;
}

textarea {
  resize: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[readonly] {
  cursor: not-allowed;
}

.form-group.has-success .form-control,
.form-group.has-error .form-control {
  border-color: #d2d6de !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-page,
.register-page {
  background-color: #d2d6de;
}

.login-footer {
  margin-left: 0px;
  text-align: center;
  background: #80a66d;
  color: #ffffff;
}

.login-footer > a,
.login-footer > a:focus,
.login-footer > a:hover,
.login-footer > a:active {
  text-decoration: none;
  background: #80a66d;
  color: #ffffff;
}

.loggedIn-footer > a,
.loggedIn-footer > a:focus,
.loggedIn-footer > a:hover,
.loggedIn-footer > a:active {
  text-decoration: none;
  color: #80a66d;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #7f7f7f;
}

/* flash messages */

.alertMsgContainer {
  margin: 0 auto;
  width: 60%;
}

.alert {
  position: absolute;
  /* z-index: 9999999 !important; */
  z-index: 1050 !important;

  margin: 0 auto;
  width: 60%;
  font-weight: bold;
}

.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
  text-align: center;
  position: fixed;
}

.alert-danger {
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  color: #a94442 !important;
  text-align: center;
  position: fixed;
}

#loading_image {
  position: fixed;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: transparent;
  /*  background-color:black; */
  opacity: 0.8;
  display: none;
}

.ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  /* -1 * image width / 2 */
  margin-top: -32px;
  /* -1 * image height / 2 */
  display: block;
}

.file-caption-main {
  /*padding-left: 15px;*/
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.checkbox-inline,
.radio-inline {
  padding-left: 35px !important;
}

/* side nav bar - left menu*/

.main-sidebar .kv-sidenav li a {
  border-bottom: none !important;
}
.main-sidebar .kv-sidenav .nav a {
  padding-left: 15%;
}

.main-sidebar .kv-sidenav .active > ul {
  background-color: #2c3b41 !important;
}

.main-sidebar li .active > a {
  background: #1e282c none repeat scroll 0 0 !important;
  border-left-color: #3c8dbc !important;
  color: #fff !important;
}

.loading {
  background-color: #ffffff;
  background-image: url("../images/ajax-loader.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

.has-feedback .form-control {
  padding-right: 10px !important;
}

.iconInput .form-control {
  padding-right: 35px !important;
}

/* Commented bcoz on hover of last action icon, datatable get disappered */
.grid-action {
  width: 8% !important;
  text-align: center;
}

.pad-left-15 {
  padding-left: 15px !important;
}

.ls_remove_icon {
  margin-top: -20px;
  cursor: pointer;
}

.ls_add_icon {
  margin-top: 21px;
  cursor: pointer;
}

.ls_remove_icon_plant {
  margin-top: 25px;
  cursor: pointer;
}

.ls_add_icon_plant {
  margin-top: 25px;
  cursor: pointer;
}

.imgContainer {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 15px;
  height: 150px;
  text-align: center;
  margin-bottom: 30px;
}

.imgContainer img {
  display: block;
  margin: auto;
  max-height: 130px;
  max-width: 100%;
}

.img-wrap {
  position: relative;
  text-align: center;
}

.img-wrap .removeIcon {
  position: absolute;
  top: -32px;
  right: -28px;
  font-size: 24px;
  cursor: pointer;
}

.img-wrap .dateDiv {
  position: absolute;
  top: 138px;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
}

#map,
#ShowLocationMap {
  width: 100%;
  height: 600px;
  background: transparent;
  border: 2px solid #ddd;
}

.mapping #map,
#ShowLocationMap {
  width: 100%;
  height: 400px;
  background: transparent;
  border: 2px solid #ddd;
}

.btn-margin {
  margin-right: 20px;
  margin-bottom: 10px;
}

.btn-div {
  margin-left: 15px;
}

.btn-right-div {
  margin-left: -15px;
}

.btn-right-input {
  margin-top: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

/* select 2 css */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #80a66d !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #ffffff !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #ffffff !important;
}

.select2-container--default.select2-container--open {
  border-color: #80a66d !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #80a66d !important;
  color: white;
}

.tooltip > .tooltip-inner {
  background-color: #80a66d !important;
}

.tooltip > .tooltip-arrow {
  border-top-color: #80a66d !important;
}

.text-primary {
  color: #80a66d;
}

.pd-zero {
  padding: 0px !important;
}

.drag-event-pd {
  float: left !important;
  padding: 4px !important;
}

.drag-event-icon-pd {
  float: left !important;
  padding: 2px !important;
  margin-top: 4px !important;
}

.info-icon-yellow {
  color: #f39c12 !important;
}

.info-icon-green {
  color: #00a65a !important;
}

.info-icon-gray {
  color: #808080 !important;
}

.info-icon-red {
  color: #ff0000 !important;
}

.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

#myModal .modal-dialog {
  display: table;
  /*This is important*/
  overflow-y: auto;
  overflow-x: auto;
  width: 70%;
  min-width: 300px;
}

.schd-task-table > tbody > tr > td,
.schd-task-table > tbody > tr > th,
.schd-task-table > tfoot > tr > td,
.schd-task-table > tfoot > tr > th,
.schd-task-table > thead > tr > td,
.schd-task-table > thead > tr > th {
  padding: 5px !important;
}

.content-header > .breadcrumb {
  padding: 7px 15px !important;
}

.icon-link,
.icon-link:hover,
.icon-link:link,
.icon-link:active,
.icon-link:visited {
  color: #7f7f7f;
}

.text-primary-link,
.text-primary-link:hover,
.text-primary-link:link,
.text-primary-link:active,
.text-primary-link:visited {
  color: #80a66d;
  text-decoration: underline;
}

.margin_top-10px {
  margin-top: -10px;
}
.margin-lr {
  margin-right: 5px;
}

/* % slider */

.slider.slider-horizontal {
  height: 20px;
  width: 100%;
}

.gridDateSearch {
  cursor: pointer !important;
}

.calBorder {
  border: 2px #ddd solid;
}

.vAlignMiddle {
  vertical-align: middle !important;
}

.vAlignBottom {
  vertical-align: bottom !important;
}

/* message section */

.msg-conversation-penal .direct-chat-messages {
  height: 340px;
}

.msg-penal .products-list {
  height: 335px;
  overflow: auto;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.msg-penal .products-list > .item {
  padding: 8px 6px;
}

.msg-penal .products-list > .item.active {
  background: #80a66d;
  color: #ffffff;
}

.msg-penal .item.active .product-description,
.msg-penal .item.active .direct-chat-timestamp {
  color: #ffffff;
}

/* dashboard */

.dashboard-box .box-header h3 {
  padding-left: 0px;
}

.right-border {
  border-right: 1px solid #f4f4f4 !important;
}

.ls-link,
.ls-link:hover,
.ls-link:link,
.ls-link:active,
.ls-link:visited {
  color: #80a66d !important;
}

.dashboard-box .knob {
  cursor: pointer !important;
}

.truncate {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#gridView-container table tbody > tr > td {
  vertical-align: middle;
}

.box.dashboard-box {
  padding: 10px 20px 20px;
}

.box.dashboard-box .box-header {
  padding: 0 0 20px 15px;
}

.box.dashboard-box > .box-header {
  padding: 0 0 20px 0px;
}

.dashboard-box .box-body .box-header {
  padding: 0 0 10px 15px;
  margin-bottom: 10px;
}

.box.dashboard-box .box-body .box-body {
  padding-bottom: 15px;
}

.box.dashboard-box .box-body {
  padding: 0;
}

.box.dashboard-box .small-box {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.pending-approvl-viewbtn {
  padding-top: 17px;
}

.clock-wages-containr .box-body .small-box,
.proj-stats-containr .box-body .small-box {
  margin-bottom: 20px;
}

.clock-wages-containr .box .box-header {
  padding-bottom: 15px;
}

.crew-currentloc-container .dashboard-box {
  padding-bottom: 5px;
}

/* Task Management */

#gridView-filters td {
  border-bottom: 2px solid #ddd;
}

.searchTask {
  width: 40px;
  margin-left: 10px;
  display: inline-block;
}

.selectDate__label {
  margin-right: 8px;
  display: inline-block;
  width: auto;
  text-align: right;
  line-height: 17px;
}

.box-body__top-bar {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.task-manager__task-details {
  padding: 30px 30px 0;
  text-align: justify;
}

.task-detail_label,
.task-detail_desc {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.task-detail_label {
  width: 130px;
}

.task-detail_desc {
  width: calc(100% - 135px);
}

.selectDate__form {
  text-align: center;
}

.task-activity-detail_btn {
  margin-right: 10px;
}

.task-summary-container {
  overflow: auto;
  clear: both;
}

.task-summary_label {
  width: 140px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
}

.task-summary_desc {
  display: inline-block;
  width: calc(100% - 150px);
  margin-bottom: 10px;
  vertical-align: top;
}

.task-approve_chk-bx {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.task-approve_btn {
  width: 150px;
  display: inline-block;
}

.task-tab-title {
  float: left;
  margin-bottom: 10px;
}

.task-tab-add-btn {
  margin-bottom: 10px;
  float: right;
}

.invoice-col_left {
  width: 49%;
  float: left;
}

.invoice-col_right {
  width: 48%;
  float: left;
}

.invoice {
  margin: 10px 15px;
}

.invoice-table {
  width: 100%;
}

.edit-task-detail_table table tbody tr > td,
.edit-task-detail_table table thead tr > th {
  vertical-align: middle;
}

.statusDiv {
  padding-left: 0;
}

.statusDiv h4 {
  display: inline-block;
  line-height: 34px;
  margin: 0;
}

.approve-task_daily {
  clear: both;
  padding: 0 15px;
  margin-top: 0;
  float: left;
  width: 100%;
}

.daily-task-status_container {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
}

#approve_task_shedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 10px;
}

.box-body__top-bar.daily-activity_top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  float: none;
}

.daily-task-status_container #completeTask {
  height: 34px;
  margin-left: 10px;
  width: 80px;
}

.daily-task-status_container .approve-task_daily {
  padding: 0;
}

.daily-task-status_container .form-group.field-taskschedule-ts_status {
  margin-bottom: 0;
}

.daily-activity_top-bar .form-inline.selectDate__form,
.daily-activity_top-bar .daily-task-status_container,
.daily-activity_top-bar .daily-activity_task-label {
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.daily-activity_task-details-container {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

.daily-task-details_item {
  margin-bottom: 30px;
  width: 33.3333%;
}

.daily-task-details_item.daily-task-details_desc {
  width: 100%;
}

.daily-task-details_item b {
  display: inline-block;
  width: 80px;
  text-align: right;
  padding-right: 10px;
}

.daily-task-details_item p {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: top;
}

.task-stat-column {
  border-left: 1px solid #ccc;
}

.task-stat-column .products-list {
  min-width: 310px;
  padding: 0 15px;
}

.small-box h3 {
  font-size: 30px;
}

.subtable-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin: 15px 0 10px;
}

.creq-equipments-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0 10px;
}

/* Projects */

.edit-project-form_container {
  border-right: 1px solid #ccc;
  padding: 0 30px;
}

.contract-form_container {
  padding: 0 30px;
}

.contract-info_row {
  margin-bottom: 8px;
}

.contract-info_row .col-md-7 {
  text-align: right;
}

.progress.cursor-pointer {
  width: 100%;
}

.project-form_top-bar {
  padding: 15px;
  float: left;
  width: 100%;
}

.addPayment {
  margin-bottom: 0;
  margin-top: 10px;
}

.project-list_header a {
  float: right;
}

.project-list_header .add-client_btn {
  margin-right: 10px;
}

.project-tab_gmap {
  padding: 0 15px;
}

/* Notifications */

.notifs_container .col-md-4 {
  padding: 0 15px 0 0;
  margin-bottom: 10px;
}

#notificationSettings {
  padding: 0 15px;
}

/* Manage Section */

.addPosition {
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
}

.addPosition h2 {
  margin: 0;
  line-height: 1;
  height: 30px;
}

.permission_row {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}

#authitem-name .col-md-4 {
  margin: 0 0 6px;
}

#authitem-name .col-md-4 input {
  vertical-align: middle;
  margin: -2px 2px 0 0;
}

.user-thumbnail {
  margin-left: 15px;
}

.box-body_holiday {
  margin-top: 30px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #fff !important;
}

/* Scheduler */

.scheduler-right-container {
  border-left: 1px solid #ccc;
  padding-top: 20px;
}

.scheduler-left-container {
  padding-top: 20px;
}

.box-header.sch-left-title.with-border {
  padding: 10px;
}

.projectCollapseDiv,
.taskCollapseDiv {
  -webkit-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.projectCollapseDiv .box-body,
.taskCollapseDiv .box-body {
  padding: 16px 20px;
}

.selct-project-container {
  margin-top: 1px;
  margin-bottom: 9px;
}

.box-body.tasklist {
  padding: 0;
}

.selct-project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.proj-search-btnrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proj-search-btnrow > button {
  width: auto;
  height: 35px;
  margin: 10px 15px 5px;
}

.projectCollapseDiv {
  margin-bottom: 20px;
}

.selct-project-container button {
  height: 35px;
  width: auto;
  margin: 5px 15px;
}

.selct-project-container .form-group {
  margin-bottom: 0;
  width: 100%;
}

.working-hrs-time {
  white-space: nowrap;
}

.scheduler-top-bar_containr,
.schedulr-select-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedulr-select-date {
  margin: 0 10px;
}

.scheduler-top-bar_containr {
  margin-bottom: 10px;
}

.schedulr-routingBtn {
  margin-left: 10px;
  margin-right: 10px;
}

.schedulr-select-date label {
  margin-right: 10px;
}

#selectDate-kvdate {
  max-width: 400px;
}

/* #searchProject, #searchTask {
  margin-bottom: 10px;
} */

.box-header.sch-left-title.with-border h3 {
  padding: 0;
}

.task-legend {
  text-indent: -9px;
  margin-left: 16px;
}

.tasklist_container {
  max-height: 420px;
  /* overflow-x: hidden;
  overflow: auto;*/
}

.task-search-btnrow {
  display: flex;
  flex-wrap: nowrap;
  clear: both;
  align-items: center;
  justify-content: center;
}

.task-search-btnrow button {
  width: auto;
  margin: 15px 15px 0;
}

/* Web Settings */

#setting_form {
  padding-top: 25px;
}

/* Payroll - Time/Clock */

.payroll_top-bar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.payroll_top-bar h3 {
  padding-right: 10px;
}

.payroll_selectDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.payroll_selectDate label {
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 34px;
}

.payroll_addBtn {
  margin-left: 10px;
}

/* Reports */

.reports-container {
  padding-top: 15px;
}

.reports-container .box-header {
  padding: 10px 0 10px 15px;
}

.reports-container .box-header .box-title {
  padding-top: 0;
}

.tabular-report {
  padding: 20px 30px 0;
}

#hrspayroll_form .box,
#projpayroll_form .box {
  /* padding-bottom: 20px; */
  /* removed padding due to extra space on dashboard */
  padding-bottom: 0;
}

/* Messages */

.messages-container .box-header {
  padding-bottom: 15px;
}

.msg-conversation-penal .box-header,
.msg-penal .box-header {
  padding: 15px 15px 15px;
  margin-bottom: 15px;
}

.msg-penal .box-title,
.msg-conversation-penal .box-title {
  padding-top: 0;
}

/* Estimations */

.genrate-contract-btn,
.estimation_back-btn,
.sub-contrct-delete-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 8px;
}

.estimation_box-body .nav .open > a,
.estimation_details .nav .open > a:focus,
.estimation_details .nav .open > a:hover {
  border-color: #fff;
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.estimation_box-header {
  text-align: right;
  width: 100%;
}

.estimation_back-btn {
  margin-left: 10px;
}

.estimation_details {
  overflow: auto;
  margin-bottom: 20px;
  background: #f5fbff;
  padding: 15px 0 0 0;
  border: 1px dotted #3c8dbc;
  width: calc(100% - 60px);
  margin-left: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0.6px 0.6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.6px 0.6px rgba(0, 0, 0, 0.1);
}

.estimation_box-body .nav-tabs-custom > .nav-tabs > li {
  border: 1px solid #80a66d;
  margin-bottom: 10px;
  margin-right: 10px;
}

.estimation_box-body .nav-tabs-custom > .nav-tabs > li > a {
  color: #506f40;
  line-height: 0.5;
  padding-bottom: 13px;
}

.estimation_box-body .nav-tabs-custom > .nav-tabs > li .label-primary {
  background-color: #f39c12 !important;
}

/* .estimation_box-body .nav-tabs-custom .dropdown.open>a:active, .estimation_box-body .nav-tabs-custom .dropdown.open>a:focus {
  color: #fff;
} */

.estimation_box-body .nav-tabs .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.estimation_box-body .nav-tabs-custom > .nav-tabs > li.active > a {
  color: #fff;
  background: #80a66d;
  border-color: #80a66d;
}

.estimation_box-body .nav-tabs-custom > .nav-tabs {
  border-bottom-color: #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.estimation_box-body .box {
  background: #eaeaea;
}

.res-details_container div[class*="col-md-"],
.res-details_container label[class*="col-md-"] {
  margin: 0;
  padding: 0 2px;
}

.res-details_container .row {
  margin: 0;
}

.brief-costs {
  background: #f5fbff;
  border: 1px dotted #3c8dbc;
  padding: 15px 0;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: auto;
  margin: 0 10px 20px;
}

.brief-costs .form-group {
  margin-bottom: 0;
}

/* Project Frontend */

.overall-rightbox-imggallery img {
  margin: 0 16px 16px 0;
}

.generated-contract #profile {
  margin-top: 25px;
}
/* jQuery ui slider*/
.sliderPer {
  height: 15px !important;
  margin-top: 10px !important;
  padding: 5px !important;
}
.sliderPer .ui-slider-range {
  background: #5bc0de !important;
  border: 1px solid #5bc0de !important;
}
.sliderPer .ui-slider-handle {
  width: 45px !important;
  height: 32px !important;
  padding: 5px !important;
  cursor: pointer !important;
  color: #808080 !important;
  top: -0.7em !important;
  margin-left: -1.6em !important;
  word-wrap: normal !important;
  text-align: center !important;
  background: #cccccc !important;
}
.sliderPer .ui-state-active,
.sliderPer .ui-state-hover {
  background: #cccccc !important;
  border: 1px solid #808080 !important;
  cursor: pointer;
  color: #808080 !important;
}
.popover {
  min-width: 135px !important;
}
#r-main .panel-body {
  padding: 0px;
  border: none;
}
#r-main .panel-default {
  border: none;
}
.pending-task,
.complete-task,
.used-hr,
.estimated-hr,
.complete-per,
.task-per-hr,
.schedule-tab {
  width: 9.5%;
  text-align: right;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding: 10px;
}
.schedule-tab-popup {
  width: 23%;
  text-align: right;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding: 10px;
}
.task-heading-right {
  float: right;
  width: 75%;
  text-align: right;
  display: inline-block;
}
#r-main .panel-heading {
  padding: 0px;
  border: none;
  border-bottom: 1px solid #ddd;
}
#r-main .panel-heading a {
  width: 25%;
  display: inline-block;
}
#r-main .panel-group {
  margin-bottom: 0px;
}
#r-main .panel-group .panel {
  border-radius: 0px;
}
.city-label {
  padding: 10px;
  display: inline-block;
}
.project-label {
  padding: 10px 20px;
  display: inline-block;
}
.wst-lable {
  padding: 10px 30px;
  display: inline-block;
}
.t_l {
  padding: 10px 0px 10px 40px;
  display: inline-block;
  width: 100%;
}
.state-data {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-bottom: none;
}
.state-data + .panel-group {
  border: 1px solid #dde;
}
.city_bg {
  background-color: #f0f1ff !important;
}
.project_bg_lable {
  background-color: #e1c5bd !important;
}
.worksubtype_bg {
  background-color: #e4e4e4 !important;
}

.project_bg_lable .pending-task,
.project_bg_lable .complete-task,
.project_bg_lable .used-hr,
.project_bg_lable .estimated-hr,
.project_bg_lable .complete-per,
.project_bg_lable .task-per-hr {
  font-size: 14px;
}
.worksubtype_bg .pending-task,
.worksubtype_bg .complete-task,
.worksubtype_bg .used-hr,
.worksubtype_bg .estimated-hr,
.worksubtype_bg .complete-per,
.worksubtype_bg .task-per-hr {
  font-size: 12px;
  /* color: #eeb84e; */
}
.report-task_label,
.report-sub-task_label {
}
.report-sub-task_label {
  padding-left: 25px;
}
#r-main ul,
li {
  list-style-type: none;
}

.task-panel-report ul {
  padding-left: 0px;
}
.task-panel-report ul li {
  padding: 10px 60px;
  background: #f5f5f5;
  color: #000;
  border: 1px solid #ddd;
  border-top: none;
}
.report-task_label {
  padding-left: 40px !important;
}
.cp {
  cursor: pointer;
}
.d-inline {
  display: inline-block;
}
.p-0 {
  padding: 0px;
}
.m-0 {
  margin: 0px !important;
}
.text-sitecolor {
  color: #80a66d;
}
#schedule_data .schedule-tab {
  width: 15%;
}
#schedule_data .date {
  width: 25%;
}
.sc_complete {
  background-color: #a5cba8 !important;
}
.overview table tr td:last-child .fa-plus-circle {
  color: #80a66d;
  font-size: 17px;
}
.sc_detail {
  padding: 7px;
}
.clock-bg .content_section {
  background: none;
}
.changePasswordUpdate .checkbox input[type="checkbox"] {
  top: 4px;
}
.changePasswordUpdate .checkbox label {
  font-size: 18px;
}
/* Begin: Clock In Out Time Section */
.clock-bg .checkbox {
  margin-top: 0px;
  margin-left: -5%;
}
.clockin_header {
  background-color: #80a66d;
  min-height: 60px;
  padding: 8px;
}
.content_section {
  background: #fff;
}
.facerecog_box {
  /*background:lightgrey;*/
  display: block;
  width: 100%;
  border-radius: 5px;
  max-width: 250px;
  min-height: 250px;
  display: table;
}
.facerecog_box .preview_image {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.clockInBtn,
.clockOutBtn {
  width: 100%;
  color: white;
  font-weight: 600;
  font-size: 24px;
  border-radius: 5px;
  max-width: 250px;
}
.clockInBtn {
  background-color: #80a66d;
}
.clockOutBtn {
  background-color: #f28c3a;
}
.clockInBtn:hover,
.clockInBtn:focus {
  color: white;
}
.userName {
  color: #6a6a6a;
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 30px;
}
.current-time-heading {
  font-size: 14px;
  margin-bottom: 0px;
}
.time {
  font-size: 36px;
}
.clockinout_box {
  background-color: white; /*min-height: 780px;*/
  margin-bottom: 0px;
}
.clockin_login_header {
  padding-top: 60px;
}
.clockin_login_header img {
  max-width: 100px;
}
.clockin_login_header h2 {
  margin-top: 5px;
  margin-bottom: 2px;
  color: #80a66d;
  font-weight: bold;
  font-size: 31px;
}
.clockin_login_header p {
  color: #80a66d;
  margin-bottom: 0px;
}
.content_section {
  padding: 15px 20px;
}
.clock-out-time {
  font-size: 36px;
}
.empid_input input {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid lightgrey;
  border-radius: 0px !important;
  padding-left: 0px;
  padding-top: 0px;
  color: grey;
}
.clock-bg {
  /* background-image:url(../images/in_out_bg.png); */
  background-position: center;
}
.clockin-login {
  margin: 0 auto !important;
}
.clockin-box {
  margin: 0 auto !important;
  max-width: 100% !important;
}
.clockin-name {
  font-weight: 600;
  font-size: 45px;
}
.time-heading {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.facerecog_box video {
  width: 70%;
  height: 570px;
}
.clockout-submit button {
  background-color: #e89d25 !important;
  font-size: 24px;
  font-weight: 500;
  max-width: 250px;
}
.preview-page {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.login-content {
  width: 50%;
  margin: 0 auto;
}
.logout-text strong {
  font-size: 20px;
}

/*lanscap-content-panel CSS*/
.lanscap-content-panel {
  background-color: #fff !important;
}
.lanscap-content-panel {
  background-color: #fff !important;
}
.lanscap-content-panel .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lanscap-content-panel .form-control {
  border-radius: 4px;
  height: 40px;
}
.lanscap-content-panel h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lanscap-content-panel label {
  font-weight: 600;
  font-size: 15px;
}
.lanscap-content-panel textarea.form-control {
  height: auto;
  min-height: 150px;
}
.lanscap-content-panel .fa.fa-info-circle {
  cursor: pointer;
  margin-left: 10px;
}
.lanscap-content-panel .text {
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin: 20px 0;
}
.lanscap-content-panel .add-img {
  display: inline-block;
  width: 90px;
  line-height: 90px;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.lanscap-content-panel .add-img-cover {
  font-size: 0;
}
.lanscap-content-panel .img-added {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 110px);
  overflow-x: auto;
  white-space: nowrap;
}
.lanscap-content-panel .img-added img {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  object-fit: cover;
}
.lanscap-content-panel .btn.btn-primary {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 120px;
  margin: 20px 0;
}
.lanscap-content-panel .select2-selection.select2-selection--single {
  display: block;
  width: 100%;
  height: 40px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.lanscap-content-panel input[type="checkbox"] {
  margin: 0px 0 0;
  margin-left: -20px;
}
/*.checkbox label {
  line-height: 13px;
}*/
.attachment-container {
  padding-top: 120px;
}
.attachment-container .form-btn {
  padding: 0 10px;
}
.attachment-container .form-btn .btn {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 120px;
  margin: 20px 0;
}
.attachment-container .btn.btn-file,
.attachment-container .btn.btn-file:hover,
.attachment-container .btn.btn-file:focus {
  background-color: #f39c12;
  border-color: #e08e0b;
}
#gridView-container table tbody > tr > td {
  max-width: 300px;
  word-break: break-all;
}
.route-section .btn-block {
  width: auto;
}
.route-section .radio-options {
  padding-left: 20px;
  padding-right: 10px;
}
.schedulr-select-date.route-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  margin: 0 0px;
  border: 1px dashed #80a66d;
  padding: 8px;
  border-radius: 4px;
}
.schedule-tab-cover.route-btns-link {
  float: right !important;
  width: 110px !important;
  padding-left: 10px;
}
/* The checkmark-container */
.checkmark-container {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #80a66d;
  border: 1px solid #80a66d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.checkmark-container {
  padding-left: 30px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}
/*Media Queries*/
@media only screen and (min-width: 1200px) {
  .clockin-submit {
    width: 70.3%;
    margin: 0 auto;
  }
  /*.clockin-submit button{font-size: 45px; font-weight: 500;}*/
  .clockout-submit {
    width: 70.3%;
    margin: 0 auto;
  }
  .large-font {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .clockin-login {
    margin: 0 auto !important;
  }
  .clockin-box {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .clockin-name {
    font-weight: 600;
  }
  .time-heading {
    font-weight: 600;
    color: #000;
    font-size: 28px;
  }
  .facerecog_box video {
    width: 70%;
    height: 570px;
  }
  .clockin-submit {
    width: 70.3%;
    margin: 0 auto;
  }
  .clockout-submit {
    width: 70.3%;
    margin: 0 auto;
  }
  .large-font {
    font-size: 60px;
  }
  .preview-page {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  .login-content {
    width: 60%;
    margin: 0 auto;
  }
  .logout-text strong {
    font-size: 17px;
  }
  /*.clockout-submit button{font-size: 36px;}
    .clockin-submit button{font-size: 36px;}*/
}
@media only screen and (max-width: 991px) {
  .clockin-login {
    margin: 0 auto !important;
  }
  .clockin-box {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .clockin-name {
    font-weight: 600;
  }
  .time-heading {
    font-weight: 600;
    color: #000;
    font-size: 22px;
  }
  .facerecog_box video {
    width: 90%;
    height: 560px;
  }
  .clockin-submit {
    width: 90.3%;
    margin: 0 auto;
  }
  .clockout-submit {
    width: 90.3%;
    margin: 0 auto;
  }
  /*.clockout-submit button{font-size: 32px;}
    .clockin-submit button{font-size: 32px;}*/
  .large-font {
    font-size: 50px;
  }
  .preview-page {
    width: 72%;
    text-align: center;
    margin: 0 auto;
  }
  .login-content {
    width: 65%;
    margin: 0 auto;
  }
  .logout-text strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .clockin-login {
    margin: 0 auto !important;
  }
  .clockin-box {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .clockin-name {
    font-weight: 600;
  }
  .time-heading {
    font-weight: 600;
    color: #000;
    font-size: 19px;
  }
  .facerecog_box video {
    height: 420px;
  }
  .large-font {
    font-size: 42px;
  }
  .preview-page {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  .login-content {
    width: 75%;
    margin: 0 auto;
  }
  .logout-text strong {
    font-size: 15px;
  }
  /*.clockout-submit button{font-size: 28px;}
    .clockin-submit button{font-size: 28px;}*/
  .lanscap-content-panel .btn.btn-primary,
  .attachment-container .btn.btn-primary {
    width: 100%;
  }
  .landscap-headlogo {
    width: 100% !important;
    overflow: unset !important;
    text-align: center !important;
  }
  .lanscap-content-panel h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .lanscap-content-panel label {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 7px;
  }
  .lanscap-content-panel .form-group {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .clockin-login {
    margin: 0 auto !important;
  }
  .clockin-box {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .clockin-name {
    font-weight: 600;
    font-size: 32px;
  }
  .time-heading {
    font-weight: 600;
    color: #000;
    font-size: 16px;
  }
  .facerecog_box video {
    height: 250px;
  }
  .large-font {
    font-size: 40px;
  }
  /*.clockout-submit button{font-size: 25px;}
    .clockin-submit button{font-size: 25px;}*/
  .preview-page {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .login-content {
    width: 100%;
    margin: 0 auto;
  }
  .logout-text strong {
    font-size: 13px;
  }
  .route-section .radio-options {
    padding-left: 00px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .route-section .btn-block {
    margin-top: 20px;
  }

  .schedulr-select-date.route-section {
    margin-bottom: 10px;
  }
}
/* End: Clock In Out Time Section */

.estimation_button {
  position: fixed;
  bottom: 0;
  background: rgba(245, 222, 179, 0.6);
  width: 96.5%;
  left: 35px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 0;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.task_info {
  margin-left: 2px;
  font-size: 14px;
  cursor: pointer;
}
table {
  border-color: darkgrey;
}

.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
#taskAccordion a.text-primary {
  color: gray;
}
#taskAccordion a[aria-expanded="true"] {
  color: #80a66d;
}
#taskAccordion a.text-primary:hover,
#taskAccordion a.text-primary:focus {
  color: #80a66d;
}

.input_with_appended_unit span {
  position: relative;
  left: -20px;
}
.project_rad label:first-child {
  padding-left: 20px !important;
}
.img-circle-main {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}

.img-circle-main img {
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.logout-text-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 5%;
  text-align: center;
}
.alert-success,
.alert-danger {
  bottom: 0px;
}
.preview-image {
  margin: 0 auto;
  max-width: 250px;
  min-height: 250px;
}
.preview-image {
  border: 1px solid #000;
}
.time-heading-new br {
  display: none;
}
.loginid-input .help-block-error {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .clockinout_box {
    position: relative;
    min-height: 100vh;
  }
  .logout-text a {
    position: static !important;
  }
  .time-heading-new br {
    display: block;
  }
  .time-heading {
    text-align: center;
  }
  .logout-text-fixed {
    position: absolute;
  }
  #widget_button .col-md-3 {
    margin-bottom: 6px;
  }
  #draggable-scroll {
    width: auto !important;
    position: static !important;
    left: 0;
    padding-bottom: 10px;
    margin: 10px 10px;
  }

  #draggable-scroll h3 {
    margin-left: 0 !important;
  }

  #draggable-scroll .col-md-10 .box-body {
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.p_contract {
  margin-top: 0px !important;
}

.tr-border-top {
  border-top: 2px dashed #80a66d;
}
.tr-border-side {
  border-left: 2px dashed #80a66d;
  border-right: 2px dashed #80a66d;
}
.tr-border-bottom {
  border-bottom: 2px dashed #80a66d;
}

/* #draggable-scroll {
  position: absolute;
  width: 35%;
  z-index: 1003;
  left: 32.5%;
  cursor: move;
  -webkit-box-shadow: 0px 0px 15px 15px rgba(128,166,109,0.22);
    -moz-box-shadow: 0px 0px 15px 15px rgba(128,166,109,0.22);
    box-shadow: 0px 0px 15px 15px rgba(128,166,109,0.22);
  min-height: 81px;
  border: 1px solid #ddd;
  background: #fff;
} */
/* hp chnage */
#draggable-scroll {
  position: absolute;
  width: 35%;
  z-index: 1003;
  left: 32.5%;
  cursor: move;
  border: 1px solid #ddd;
  background: #fff;
  top: 3%;
}
#draggable-scroll > .box-body {
  padding: 8px 8px 0;
}
#draggable-scroll h3 {
  margin-left: 20px;
  margin-top: 0;
}
#draggable-scroll .col-md-10 .box-body {
  padding-top: 0;
  padding-bottom: 7px;
}

.color-black {
  color: #333;
  padding: 2px 4px;
  background-color: #ecf0f5;
  border-radius: 4px;
}
.overview-checkbox .checkbox {
  margin-top: 0px;
}
.overview-checkbox input[type="checkbox"] {
  margin-left: -15px;
}
.overview-checkbox label {
  padding: 0px 0 0 16px;
}

.scrolling-wrapper {
  /* overflow-x: scroll;*/
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper .card {
  display: inline-block;
  border: 2px solid $red;
  width: 150px;
  height: 105px;
  background: #ecf0f5;
  border-radius: 4px;
}

.scrolling-wrapper {
  max-height: 165px;
  margin-bottom: 20px;
  width: 100%;
}
.scrolling-wrapper img {
  max-height: 80px;
}
.scrolling-wrapper .dateDiv {
  top: 105px;
}
.note-scroll {
  max-height: 165px;
  overflow: auto;
}
.remove-margin {
  border: 1px dashed #80a66d;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.detailRowCssClass {
  background-color: #f1f2f7;
}

.fliter_open {
  bottom: 0px;
  /*position: absolute;*/
  position: fixed; /*Umashankar*/
  top: 20%;
  right: 0px;
  height: 40px;
}

.remove-margin .checkbox {
  margin: 5px 5px 5px 0;
}
.float_table_header {
  z-index: 100 !important;
}
.aLC {
  color: #f39c12;
}
.appOvrPage .checkbox {
  margin-top: 10px;
}
.select2-selection--multiple .select2-selection__rendered {
  /*display: flex !important;*/
}
.ias-noneleft {
  white-space: nowrap;
  color: #80a66d;
}
/*.datepicker { z-index: 9999 !important; }*/

#bmodal #modalHeader {
  display: flex;
  width: 100%;
}
#bmodal #modalHeader h4 {
  display: flex;
  width: 300px;
}
#bmodal #closemodal {
  /* display: flex; */
  /* margin-left: 63%; */
  padding-top: 0px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  /* right: 0; */
  width: 100%;
  /* float: right; */
  text-align: right;
}
#bmodal .uround-btn {
  border-radius: 50%;
}
.dm-form-btn-group {
  display: flex;
}
.dm-form-btn-group #cancelModalBtn {
  width: 61px;
  margin-left: 5px;
}
.mlteditbtn {
  border: none;
  background: no-repeat;
  outline: none;
}

/* css for add resource from calendar */
.task_crew_in_one .all_in_on_select {
  width: 100%;
}
.task_crew_in_one .all_in_on_btn {
  width: 100%;
}

/* end css for add resource from calendar*/

#bmodal2 {
  z-index: 1049;
}

#modalHeaderSchedular #closemodalSchedular {
  /* display: flex; */
  /* margin-left: 86%; */
  padding-top: 0px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  right: 41px;
}

#modalHeaderSchedular {
  display: flex;
  width: 100%;
}
.btaskModal {
  cursor: pointer;
}

.btaskModal {
  background-color: #66ff66;
  text-align: center;
}
.btaskModal:hover,
.predict:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.predict {
  background-color: #3d9970;
  text-align: center;
  cursor: pointer;
}
#r-main th {
  /* background-image:url('../img/th.png'); */
  background-color: #80a66d;
  height: 30px;
  background-repeat: no-repeat;
  color: white;
  /* text-shadow: #012b4d 2px 2px 2px;
    text-align: center; */
}
#r-main td {
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  line-height: 0.8;
}
#r-main .grip {
  /* width:20px;
	height:15px;
	margin-top:-3px;
	background-image:url('../images/grip.png');
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize; */
}
#r-main .bge {
  background-color: #d2d6de;
}
.city-tr {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.neigh-tr {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  display: none;
  cursor: pointer;
}
.city-tr:hover,
.neigh-td:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.hvr-icon-hang {
  margin: 0.4em;
  padding: 0.5em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#r-main .red {
  background-color: #ff906f;
}
#r-main .red {
  background-color: #ff906f;
}
#r-main .new_schedule {
  font-size: 21px;
  text-align: center;
}
#r-main .new_schedule i:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#table-1 {
  table-layout: fixed;
}
#header-fixed {
  width: 95%;
  position: fixed;
  top: 0px;
  display: none;
  /* background-color:white; */
}
.task-extended-search {
  margin-left: 0px;
}

.report-fixed-me-on-top {
  position: fixed;
  top: 0;
  width: 95%;
  /* left: 0; */
  right: 0px;
  margin: 0px 24px 0px 1px;
  padding-left: 17px;
}

.top-task-filter-wrapper {
  width: 94.5%;
  padding: 10px;
  margin: 11px 0 0px 32px;
}
.custom_summary {
  margin-left: 10px;
}

.modal-xl {
  width: 85% !important;
}

.t-comp {
  background-image: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    );
}

.s-bg {
  background-color: #fdd74b;
}

.apprval-box-visit-report {
  padding: 0;
  margin: 0;
  text-align: right;
  top: -14px;
}
.apprval-box-visit-report .checkbox {
  margin: 0;
}
.visit-report-t-title {
  position: relative;
  top: -21px;
  font-size: 16px;
  left: -14px;
}

.text-right {
  text-align: right;
}
#parentModalHeader #closeparentmodal {
  float: right;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

#parentModalHeader > h4 {
  width: 261px;
  float: left;
}

.custom_popup_shedule_header {
  background: #80a66d;
  font-size: 20px;
  color: #fff;
  padding: 8px;
}

.sort_proj {
  padding-left: 0;
}

.sort_proj li {
  border: dashed 1px;
  margin: 5px 0px;
  padding: 3px;
  cursor: grab;
  font-size: 12px;
  line-height: 1.1;
}
.sort_proj .ui-state-highlight {
  height: 30px;
}
.sch-hold {
  float: left;
  margin: 5px;
}

.taskHoldList .drag-event-pd {
  padding: 0 4px !important;
  font-weight: normal;
}

.taskHoldList .drag-event-icon-pd {
  margin-top: 0px !important;
}
.taskHoldList h4 {
  margin-bottom: 0px !important;
}
.hold-instrction span {
  padding-top: 2px;
}

.hold-task-search-cal {
  padding: 0px !important;
}

.hold-task-search-cal input {
  height: 46px;
  border-radius: 4px;
}
.schedule_rad label {
  margin-right: 15px;
}
.pay-image-text {
  /* background-image: url(../../admin/images/time_clock_pic.jpg); */
  width: 250px;
  height: 250px;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.pay-text {
  font-size: 22px;
  font-family: sans-serif;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 50%;
}
.pay-image-text span {
  color: #000;
  font-weight: bold;
}
.task-advance-search-div {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.scheduler-right-container.col-md-7 .scheduler-top-bar_containr,
.schedulr-select-date {
  flex-wrap: wrap;
  gap: 10px;
}
.advance_search_enabled table .show_on_advance_search {
  display: revert;
}
table .show_on_advance_search {
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.est-n-p {
  padding: 3px 5px !important;
  font-size: 25px;
}

.est-child-task {
  font-size: 11px;
}

.est-child-task td {
  padding: 3px;
}

.est-group-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  vertical-align: middle;
  color: #7f7f7f;
  border: 1px dashed #aaa;
  border-radius: 4px;
  padding-top: 5px;
}

.task-title-ediable {
  border: dashed 1px #aaa;
  border-radius: 5px;
  padding: 3px;
}

/*added by PP*/
.margin-left-zero {
  margin-left: 0 !important;
}
/* to resolve https://trello.com/c/32VnYp2x*/
.fc-toolbar .fc-state-active {
  z-index: 1 !important;
}

/* photo project close icon*/
.img-wrap .photo-project-removeIcon {
  position: absolute;
  top: -32px;
  right: -28px;
  font-size: 24px;
  cursor: pointer;
}

.creditmemo_action {
  padding: 3px;
}

.creditmemo_actionpopup {
  width: 10% !important;
}

/* 12-08-2023 hp */

.hp-lb {
  font-size: 18px;
  font-family: "circular";
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  /* font-family: "circular"; */
}
.hp-tit {
  border-top: 1px solid #8080803b;
  padding-top: 10px;
}
.hp-title-pati {
  background: #313940;
  color: white;
  height: 30px !important;
}
.hp-title-pati .header-data {
  opacity: 0.7;
  border-left: 1px dotted;
  display: flex;
  align-items: center;
}
.box-body.projectdata {
  border: 1px solid #313940 !important;
  box-shadow: 2px 2px 10px #8080803b;
}
li.col-md-4.material {
  list-style: circle;
  padding-left: 30px;
}
.material {
  position: relative;
}
.hp-inner-row {
  margin-bottom: 0 !important;
}
span.unit_hp {
  position: absolute;
  z-index: 1;
  right: 15%;
  top: 0;
  font-size: 12px;
}
.hp-flex {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
/* .fliter_open {
  bottom: 0px;
  position: absolute;
  position: fixed;
  top: 20%;
  right: 20px !important;
  height: 40px;
  width: 40px;
} */
.hp-quality-box {
  position: relative;
}
.hp-old {
  position: absolute;
  right: 15%;
  color: black !important;
}
.hp-quality-box .form-control {
  min-width: 50px;
  width: 100%;
}
.hp-sel-box {
  padding-left: 15px !important;
}
.hp-proj-fle {
  padding: 5px 8px;
}
.hp-proj-fle-bottom {
  padding: 1px 8px;
}

@media only screen and (max-width: 767px) {
  .hp-proj-fle .hp-d-pr {
    display: block !important;
  }
  .hp-proj-fle .hp-d-pr div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .box-warning {
    border: none !important;
  }
  #draggable-scroll h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  /* div#draggable-scroll {
    position: inherit !important;
    width: 67% !important;
    margin-left: 16%;
    padding: 6px 14px 0;
    margin-bottom: 0;
  } */
  .sidebar-toggle-style {
    margin-top: 4px !important;
  }
  #draggable-scroll {
    top: 50% !important;
  }
  .messages-menu a,
  .notifications-menu a {
    margin-top: -6px !important;
  }
  .navbar-custom-menu .flag-menu a {
    margin-top: 8px !important;
  }
  .navbar-custom-menu .user-menu a.dropdown-toggle {
    margin-top: 8px !important;
  }
  div#draggable-scroll {
    padding: 0px 14px 0 !important;
  }
  div#draggable-scroll {
    border: none;
  }
}

@media (max-width: 780px) {
  div#draggable-scroll {
    /* position: relative !important; */
    width: 67% !important;
    margin-left: 16%;
    padding: 6px 14px 0;
    margin-bottom: 0;
  }
  header.main-header {
    padding: 10px 0;
  }
  .box-body.hp-fp-bo,
  .row.hp-proj-fle .col-md-9.col-lg-9.col-sm-8 {
    padding: 0 !important;
  }
  .row.hp-proj-fle {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #draggable-scroll > .box-body {
    padding: 0 !important;
  }
  .hp-sel-box span.select2.select2-container.select2-container--default {
    width: 100px;
  }
  .hp-title-pati .header-data {
    opacity: 0.7;
    border-left: 1px dotted;
    font-size: inherit;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  li.col-md-4.material {
    padding-left: inherit;
  }
  span.unit_hp {
    position: absolute;
    z-index: 1;
    right: 24%;
    top: 33px;
    font-size: 12px;
  }

  /* .select2-container {
    width: 37% !important;
  } */
}

@media (max-width: 430px) {
  div#draggable-scroll {
    position: relative !important;
    width: 96% !important;
    margin-left: 2%;
    padding: 6px 14px 0;
    margin-bottom: 0;
  }
  .hp-backg {
    padding: 5px;
  }
  .hp-title-pati .header-data {
    font-size: 12px;
  }
}
@media (max-width: 1030px) {
  .hp-title-pati .header-data {
    height: 60px;
  }
  .hp-title-pati {
    height: 60px !important;
    display: flex;
  }
  .hp-quality-box .form-control {
    min-width: 50px;
    width: 100%;
  }
}
/* 14-08-2023 */
button.hp-bt {
  margin: 4px 0;
}
.row.hp-d-pr {
  display: flex;
  align-items: center;
}
.hp-draggable {
  width: 54% !important;
  left: 22.5% !important;
}
.row.hp-proj-fle {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .hp-name {
    font-size: 12px !important;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (max-width: 330px) {
  .hp-title-pati .header-data {
    font-size: 10px;
  }
  .hp-quality-box .form-control {
    min-width: 40px;
    width: 100%;
  }
  .hp-quality-box {
    position: relative;
    padding: 2px;
  }
  .hp-old {
    position: absolute;
    right: 15%;
    bottom: -32%;
  }
}
