/* Common Css*/
body {
  font-family: 'Open Sans';
  padding: 0px;
  margin: 0px;
  font-size: 0.8125rem;
	background: #f8f8f8
}
html, body {
  overflow-x: hidden;
}
label .yes{
	color: red
}
.form-control{
	min-height: 40px;
	font-size: 13px;
}
.mt27{
	margin-top: 27px;
}
.mt-20{
	margin-top: 20px
}
input[type="text"], input[type="password"], .btn {
  min-height: 40px;
  font-size: 0.8125rem
}
textarea {
  font-size: 0.8125rem !important
}
hr {
  opacity: .15;
}
a {
  transition: ease all .2s;
}
.blueBg {
  /*background: #8575DC;*/
	 background: #fafafa
}
.orangeBg {
 /* background: #F1C25A; */
	 background: #fafafa
}
.lbBg {
 /* background: #6AD1CA; */
	 background: #fafafa
}
.rBg {
  /* background: #ff8686;; */
	 background: #fafafa
}
.text-right {
  text-align: right
}
.text-left {
  text-align: left
}
.w-80 {
  width: 80px;
}
/* Login Page */
.login {
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(#fff, #f0f0f0);
	display: flex
}
.login .coll{
	width:calc(100% - 500px);
	height: 100vh;
	position: relative;
}
.loginM{
	background: url("img/loginBg.png")#4B2A91 no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	max-width: 500px !important;
}
/*.loginM .overlay{
	background-image: linear-gradient(to right, rgba(99,35,107,0.9), rgba(81,46,141,1));
	width: 100%;
	height: 100vh;
}*/
.loginM p{
	color: #fff !important
}
.login .main {
  text-align: center;
  width: 300px;
  position: absolute;
  height: 480px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.login .main h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.login .main p {
  color: #A0A0A0;
  font-size: .8rem;
  font-family: 'Open Sans';
}
.forgot_link {
  color: inherit
}
.powered{
	position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    z-index: 1;
    text-align: center;
}
.powered img{
	max-width: 150px;
	margin-bottom: 10px
}
.powered p{
	color: #F99322;
	font-size: 11px;
}
/* input with Right Icon */
.iwri_email {
  background: url("img/email.svg")#fff no-repeat 96% center;
}
.iwri_Passwprd {
  background: url("img/password.svg")#fff no-repeat 96% center;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.90);
  z-index: 1000;
  top: 0px
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Dashboard*/
.p_Container {
  min-height: calc(100vh - 15px);
  margin:0px 20px;
  padding-top: 60px;
}
.p_sideNav {
  background:rgba(0,0,0,0.60);
  width: 60px;
  border-radius: .75rem;
  height: 500px;
  position: fixed;
  right: 15px;
  top: 70px;
  padding: 0.25rem;
  z-index: 3;
	cursor: move
}
.p_sideNav.hide{
	height: 40px;
    width: 40px;
    border-radius: 50%;
    border: #887f6a solid 6px;
	padding: 0px
}
.expand{
	display: none;
}
.p_sideNav.hide .main ,.p_sideNav.hide .close, .p_sideNav.hide .logout{
	display: none;
}

.p_sideNav .close, .expand {
  color: #fff;
	font-size: 18px;
	width: 24px;
	height: 24px;
	border: #BFBFBF solid 1px;
	border-radius: 50%;text-align: center;
	line-height: 22px;
	font-family: 'Open Sans Light';
	transform: rotate(45deg);
	margin:  .75rem auto;
	cursor: pointer
}
.expand{
	margin: 2px;
    opacity: 0.3;
}
.p_sideNav.hide .expand{
	display: block;
    top: 35px;
    position: relative;
    background: #413f3f;
    border: #000 solid 2px;
	transform: rotate(0deg);
	line-height: 16px;
}
.p_sideNav.hide .expand img{
	max-width: 12px
}
.p_sideNav .logout {
  position: absolute;
  bottom: 1.5rem;
  text-align: center;
  width: 100%;
  left: 0px;
}
.p_sideNav .logout img {
  max-width: 20px;
}
.p_sideNav .main {
  height: 300px;
  top: 0px;
  bottom: 0px;
  margin-top: 3rem;
	text-align: center
}
.p_sideNav .main a{
  width: 44px;
	height: 44px;
	display: inline-block;
	border-radius: 50%;
	border: #CCCCCC solid 2px;
	padding: 0.55rem 0.75rem;
	margin-bottom: .5rem;
	background: #858585
}
.p_sideNav .main a img{
	max-width: 100%;
	max-height: 100%;
}
.p_sideNav .main a.active{
	background: #2E59B3;
	border: #fff solid 2px;
}
.d-card {
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0 0 .5rem 0;
  color: #333;
  position: relative;
  box-shadow: 0px 3px 9px #dbdbdb;
	background: #fff
}
.d-card span {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  top: 25px;
  right: 20px;
	line-height: 30px;
	text-align: center;
}
.d-card span img {
  max-width: 80%;
max-height: 80%;
}
.d-card h3, .d-card p {
  margin: 0px
}
.cus-Table table{
	border-bottom:#dedede solid 1px !important;
	border:#dedede solid 1px
}
.cus-Table, .inner-Table {
  margin: .75rem 0;
}
.cus-Table table, .inner-Table table {
  overflow: hidden;
}
.cus-Table thead th, .inner-Table thead th {
  background: #A0A0A0;
	color: #fff;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}
.cus-Table tbody tr td, .cus-Table thead tr th, .inner-Table tbody tr td, .inner-Table thead tr th {
  border: none !important;
  font-size: 13px;
	font-weight: normal !important
}
.cus-Table table > tbody > tr:nth-of-type(odd) > *, .inner-Table table > tbody > tr:nth-of-type(odd) > * {
  background: #f8f8f8;
  box-shadow: none;
}
.cus-Table table > tbody > tr:nth-of-type(even) > *, .inner-Table table > tbody > tr:nth-of-type(even) > * {
  background: #fff;
  box-shadow: none;
}
.cus-Table .dataTables_length, .cus-Table .dataTables_filter, .cus-Table .dataTables_info,.cus-Table .dataTables_paginate {
  display: none;
}
.cus-Table .dataTables_paginate {
  margin-top: 1rem;
}
.dataTables_info {
  margin-top: .7rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.5em !important;
}
.inner-Table .dataTables_length {
  margin-bottom: 1rem;
}
.inner-Table .dataTables_info, .inner-Table .dataTables_paginate {
  margin-top: 1rem;
}
.status {
  position: relative;
  padding-left: 12px;
}
.status::before {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  content: "";
  background: #ccc;
  top: 5px;
  left: 0px;
}
.status.active::before {
  background: #4CD842
}
.inactive::before {
  background: #EFB826
}
.pill {
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
  border-radius: 4px;
  font-size: 12px;
}
.inProgress {
  background: #FFE190
}
.completed {
  background: #8DFF84
}
/* Header */
.header {
  padding: .5rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 9;
	    background: #fff;
    border-bottom: #d9d9d9 solid 1px;
	 transition: ease 0.3s;
}
.header.shift {
  transform: translateY(-100%);
	opacity: 0;
}
.header .menu {
      width: 36px;
    height: 36px;
    background: #6C6C6C;
    border-radius: 50%;
    margin-right: 1rem;
    text-align: center;
    line-height: 33px;
	display: inline-block;
}
.menu.dropdown-toggle::after{
	content: none;
}
.brand img{
	max-height: 36px
}
.header .home img {
  width: 18px;
}
.search input {
  background: #EDEDF5;
  border: none;
  border-radius: 6px;
  padding: 0rem 1rem;
  width: 250px
}
.header .notifiaction {
  width: 16px;
  height: 16px;
  margin:0.5rem 1rem 0 2.5rem;
  position: relative;
}
.header .notifiaction img, .header .help img {
  width: 100%;
}
.header .notifiaction i {
  width: 14px;
  height: 14px;
  background: #FF9160;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: -4px;
  text-align: center;
  line-height: 14px;
  font-style: normal;
  right: -8px;
}
.header .help {
  width: 20px;
  height: 20px;
  margin: 0.5rem 0 0 1.5rem;
  position: relative;
}
.header .timer {
  border: #36CD41 solid 1px;
  border-radius: 20px;
  width: 80px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  right: 10px;
  color: #36CD41;
}
.userDetails p {
  margin: 3px 0px 0px 0px;
    line-height: 16px;
    font-size: 13px;
}
.userDetails p span {
  font-size: 11px;
    color: #999;
    font-style: italic;
}
.userDetails .user {
  width: 36px;
    height: 36px;
    background: #2E59B3;
    border-radius: 50%;
    margin-left: 1rem;
	color: #fff;
    text-align: center;
    line-height: 34px;
}
.userDetails .user img {
  max-width: 20px;
}
.userDetails {
  text-align: right
}
.rightSide .card {
  box-shadow: 0px 3px 9px #dbdbdb;
  padding: 1.5rem;
  border-radius: 1rem;
  border: #E7E6E6 solid 1px
}
.aUser, .recentActivity .userIcon {
  text-align: center
}
.aUser div, .recentActivity li .userIcon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: auto;
  background: #8575DC;
  color: #fff;
  line-height: 40px
}
.rightSide .aUser:nth-child(1) > div, .rightSide .aUser:nth-child(4) > div, .recentActivity li:nth-child(1) .userIcon, .recentActivity li:nth-child(4) .userIcon {
  background: #8575DC
}
.rightSide .aUser:nth-child(2) > div, .rightSide .aUser:nth-child(5) > div, .recentActivity li:nth-child(2) .userIcon {
  background: #F1C25A
}
.rightSide .aUser:nth-child(3) > div, .recentActivity li:nth-child(3) .userIcon {
  background: #6AD1CA
}
.aUser p {
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50px;
  margin: auto;
  margin-top: .5rem;
  color: #595959
}
.rightSide h3, .titleInner {
  font-size: 1rem;
  margin: .25rem 0;
}
.titleInner, .form-label {
  font-family: 'Open Sans Semibold';
}
.titleInner{
	position: relative
}
.titleInner button{
	position: absolute;
	right: 0px;
	min-height: inherit;
	top: -5px
}
.rightSide h3 a {
  font-size: .65rem;
  color: inherit;
  float: right;
  text-decoration: none;
  padding: 5px 0;
}
.rightSide h3 a:hover {
  color: #000;
  text-decoration: underline
}
.recentActivity {
  padding: 0px 0px .75rem 0px !important
}
.recentActivity h3 {
  padding: 1.5rem 1.5rem 1.15rem 1.5rem;
}
.recentActivity ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.recentActivity li {
  padding: .65rem 1.5rem
}
.recentActivity li:nth-child(odd) {
  background: #f8f8f8;
}
.recentActivity li .userIcon {
  margin: inherit;
  margin-right: .5rem;
  margin-bottom: 0px
}
.recentActivity li {
  display: flex;
}
.recentActivity li p {
  margin: 0px;
  font-size: .75rem;
  opacity: .75;
}
.recentActivity li p span {
  font-family: 'Open Sans bold';
  font-style: italic;
}
.recentActivity .details > span {
  opacity: .5;
  font-size: 11px;
}
.logOutModal h3 {
  font-size: 1.2rem;
  text-align: center
}
.logOutModal .btn {
  min-width: 80px
}
.dashTitle {
  font-family: 'Open Sans Semibold';
  font-size: 1rem;
  padding: 1.5rem 1rem .9rem .5rem;
  position: relative;
}
.dashTitle .btn {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #86c552;
  border: #86c552
}
.sMf {
  font-family: 'Open Sans Semibold';
  background-color: #c4c4c4 !important;
}
.tableHeader {
  font-size: 14px;
  /* border: #ccc solid 1px; */
  border-bottom: 0px;
  padding: 0.75rem;
  margin: 0px;
  position: relative;
  background: #d1d8e6;
  border-radius: 5px 5px 0 0;
}
.tableHeader .icon {
  position: absolute;
  right: 8px;
  background: #a4acbc;
  color: #6d7689;
  padding: 5px 6px 3px 6px;
  border-radius: 3px;
  top: 10px;
}
.grayCard {
  border: white;
  background: #f2f2f2;
  border-radius: 0 0 5px 5px
}
.stage-wrap {
  border: 1px dashed #ccc;
}
.successPop{
	color: #36CD41
}
.mainLogo{
	position: absolute;
    width: 120px;
    height: 30px;
    left: 0px;
    right: 0px;
	top: 0px;
	bottom: 0px;
    display: block;
    margin: auto;
}
.mainLogo img{
	max-height: 30px;
	max-width: 100%;
}
.copyRight{
	    font-size: 11px;
    color: #959595;
    padding: 1.5rem 0;
}
.bCru{
	border-bottom: #e5e5e5 solid 1px;
	padding: 5px 0 10px 0;
}
.bCru .breadcrumb{
	margin-bottom: 0px
}
.bCru h3{
	font-size: 14px;
	font-family: 'Open Sans bold';
	margin: 0px
}
.bCru a{
	text-decoration: none;
	color: #2B5797
}
.card {
	padding: 1rem;
	
}
.accordion-button {
	font-size: 13px;
	background-color: #fff !important;
	font-family: 'Open Sans bold';
}
.accordion-button:focus{
	outline: none !important;
	box-shadow: none !important;
}
.mButton button{
	min-width: 100px;
}
.editBtn{
	border: #707070 solid 1px;
	border-radius: 3px;
	text-align: center;
	padding: 2px 10px;
}
.ttPlants{
	position: absolute;
    right: 0px;
    width: 90px;
    top: 0px;
    background: #BDD5FF;
    padding: 0.5rem;
    border-radius: 5px;
	margin-top: 4px;
	display: flex;
}
.ttPlants img{
	margin-right: 5px;
}
.dMain{
	display: flex;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.dMain li:first-child{
	width: calc(100% - 324px);
	margin-right: 24px;
}
.dMain li:last-child{
	width: 300px;
}
.mega .dropdown-menu.show{
	background: #2B5797;
	color: #fff;
	width: 420px;
	padding: 1rem;
	text-align: center;
	font-size: 13px;
	margin-top: 6px !important;
}
.mega .dropdown-menu.show  a{
	height: 82px;
	border: #3268B7 solid 1px;
	padding: 1rem;
	display: block;
	line-height: 50px;
}
.mega .dropdown-menu.show  a:hover{
	background: #3064b1;
}
.mega .dropdown-menu.show  a:hover img{
	transform: rotate(15deg)
}
.mega .dropdown-menu.show  a img{
	height: 30px;
	transition: ease all .3s;
	
}
.mega .dropdown-menu.show  p{
	margin: 10px 0 15px 0;
}