:root {
  /*(orange dark)*/
  --primary_orange: #f39c12;
  /*(orange light)*/
  --primary_lightorange: #ffc107;
  --primary_dark: #333e48;
  /* (grey)*/
  --primary_grey: #737070;
  /*(blue)*/
  --primary_blue: #28bad6;
  /* (siemens)*/
  --primary_siemens: #009999;
  /*(dark grey)*/
  --primary_darkGrey: #6c757d;
  /*( dark siemens)*/
  --primary_darkSiemens: #005454;
  /* (dark sky) */
  --primary_darkSky: #009688;
  /* (light green) */
  --primar_gren: #7cc202;
  /*(text light dark)*/
  --text_primary: #9e9e9e;
  /*(text light)*/
  --text_white: #ffffff;
  /*(text blue)*/
  --text_blue: #28bad6;
}
.border-blue {
  border: 1px solid var(--primary_blue) !important;
}

/* -----------------------------------------
error image
----------------------------------------- */
.noRecords{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-group .form-control.error{
  border-color: red;
}

.form-group label.error{
  color: red;
  font-size: 12px;

}
/* -----------------------------------------
search surveyor
----------------------------------------- */
.user-card {
  border: 1px solid var(--primary_lightorange);
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.user-card-img img {
  width: 80px;
  border-radius: 7px;
  object-fit: cover;
}
.user-card-txt {
  margin-left: 15px;
}
.user-card-txt img {
  width: 15px;
  margin-bottom: 5px;
}
.user-card-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.user-card-dec {
  font-size: 13px;
  color: #696262;
  height: 55px;
  overflow: hidden;
}
.user-btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.user-btn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.user-card-name {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.user-card-work {
  display: flex;
  align-items: center;
}
.user-card-name h2 {
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: bold;
}
.user-card-work h3 {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  color: #716b6b;
}
.user-card-height {
  max-height: 85vh;
  overflow: auto;
  padding: 15px;
}
.user-det-sec {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #ffc107;
  padding-bottom: 10px;
}
.user-det-name {
  width: 100%;
  /* border-bottom: 1px dashed #ffc107; */
}
.user-det-prof {
  margin-right: 15px;
}
.user-det-prof img {
  width: 150px;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 5px;
}
.f-name-txt img {
  width: 20px;
}
.f-name-txt h1 {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.f-name-txt h2 {
  color: #858181;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.f-name-txt h3 {
  color: #979494;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.user-det-sec2 {
  margin-top: 15px;
}
.user-det-adres {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}
.user-det-city {
  width: 50%;
}
.user-det-city h1 {
  font-size: 16px;
  margin-bottom: 0;
}

.user-det-work {
  display: flex;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.user-det-work-area {
  width: 50%;
}
.user-det-work h1 {
  font-size: 16px;
  margin-bottom: 0px;
}
.user-det-work-area ul li {
  font-size: 14px;
}
.rent-form-height {
  min-height: 530px;
  /* max-height: 530px; */
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}
.layr-btn {
  background-color: var(--primary_blue);
  border: 1px solid var(--primary_blue);
  color: #ffffff;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.layr-btn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.owner-det-table {
  padding: 10px;
  background-color: #f4f4f4;
  margin-bottom: 10px;
  border-radius: 7px;
}
.owner-det-table table {
  width: 100%;
}
.owner-det-table table tbody tr td {
  font-size: 14px;
  color: #807d7d;
}
.add-material-tabDrop-heaing.new {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 8px 15px;
}
.add-material-tab-heaing.new {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 5px;
}
.add-material-tab-heaing.new input {
  height: 30px;
}
.add-material-tabDrop-body.new {
  min-height: 74vh;
  max-height: 74vh;
}
/* .add-material-tabDrop.os-1.new {
  min-height: 518px;
  max-height: 518px;
} */
/* .targetBox.new {
  height: 79vh;
} */
.add-material-tab-body.new {
  min-height: 79vh;
  max-height: 79vh;
}
/* .add-material-tab.os-1.new {
  min-height: 517px;
  max-height: 517px;
} */
/* ---------------------------------------------
Track User
----------------------------------------------- */
.track-user-search {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.track-user-submit {
  background-color: var(--primary_lightorange);
  width: 100%;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  opacity: 0.8;
}
.track-user-submit:hover {
  opacity: 1;
  color: #ffffff;
}
.track-user-list ul {
  padding: 0;
  height: 63vh;
  overflow: auto;
}
.select-all-div {
  text-align: right;
}
.select-all-btn {
  background-color: var(--primary_blue);
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.select-all-btn:hover {
  color: #ffffff;
}
.track-user-list ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
  align-items: center;
  margin-bottom: 5px;
}
.track-user-list ul li p {
  margin-bottom: 0;
}
/* ---------------------------------------------
Property Details
----------------------------------------------- */
.manageOrdTabs ul.ctabpage.prop-det li {
  width: auto;
  flex: none;
}
.manageOrdTabs ul.ctabpage.prop-det li a {
  width: 150px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
}
.manageOrdTabs ul.ctabpage.prop-det li a {
  width: 150px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
}
.manageOrdTabs ul.ctabpage.prop-det li a.active:hover {
  background-color: var(--primary_lightorange) !important;
}
.manageOrdTabs ul.ctabpage.prop-det li a:hover {
  background-color: var(--primary_darkSiemens) !important;
}
.srchBar.prop-det table tbody tr td {
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* ---------------------------------------------
New Tabs for Sub Tab
----------------------------------------------- */
ul.newtab {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #005454;
  margin-bottom: 10px;
}
.newtab li {
  display: inline-block;
  margin-right: -4px;
  width: 150px;
  text-align: center;
  background-color: #005454;
  position: relative;
  padding: 10px 0;
}
.newtab li:hover > a,
.newtab .active > a {
  color: #ffc107;
}
.newtab .active {
  border-top: 4px solid #ffc107;
  border-bottom: 4px solid #ffc107;
}
.newtab .active::before {
  display: block;
  margin: 0 auto -6px auto;
  width: 0;
  border-top: 6px solid #ffc107;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
}
.newtab .active a{ color:#ffc107 !important }
.newtab a {
  display: block;
  box-sizing: border-box;
  /* padding-top: 10px; */
  /*height: 118px;*/
  border-right: thin solid #e0e1db;
  text-decoration: none;
  /*font-size: 2.375em;*/
}
.newtab a,
.newtab a:visited {
  color: #fff;
}
.newtab li:last-of-type > a {
  border-right-style: none;
}
.newtab li a {
  /* margin-bottom: 5px; */
  font-size: .813rem;
}
/********************************************/
/*New Tabs for Sub Tab 2*/
/********************************************/
.stage-sub-btn{
  min-height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  background-color: #fff;
  padding: 6px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.manageOrdTabs .stage-sub-btn ul.ctabpage{
  transform: rotate(90deg);
}
.manageOrdTabs .stage-sub-btn ul.ctabpage li{
  width: unset;
}
.manageOrdTabs .stage-sub-btn ul.ctabpage li a {
  padding: 8px 52px;
}
.stage-sub-btn .btn-grp{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 138px);
}
.stage-sub-btn .btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  width: 100%;
  height: 40vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stage-sub-btn .btn a{
  color: #ffffff !important;
  width: 100%;
  height: 40vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/********************************************/
/*Map Searchbar*/
/********************************************/
.map-seacrh-bar{
  position: absolute;
  z-index: 1035;
  top: 18px;
  left: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.map-seacrh-bar a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.map-seacrh-bar a:hover {
  background-color: #f2f2f2;
}
.map-seacrh-bar .m-search {
  box-sizing: border-box;
  background-image: url(../img/icons/search.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 9px 20px 9px 37px;
  border: none;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  background-size: 16px;
  border-radius: 4px;
  height: 42px;
  /* border: 1px solid var(--primary_lightorange); */
}
.map-seacrh-bar .m-search:focus {
  outline: none;
  border-radius: 4px 4px 0 0;
}