

/*@import url('AvenirNextLTPro-Regular.woff');
/* Specific Ios classes to remove default styling*/
body {
  font-family: Arial, Helvetica, sans-serif !important;
}
input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=button] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	opacity: 1;
}
select{
	 border-radius: 0;
	  -webkit-appearance: none;
}

/* End IOS Styling*/

@font-face{

	/*font-family:"font91409";
	/*src:url("https://www.fontify.me/cm/80aa79216ca7539cf9583442ef908be3/AvenirNextLTPro-Regular.woff") format("woff");
	src: url("AvenirNextLTPro-Regular.woff");*/
	font-weight:normal;font-style:normal;
	}
	
body{
	margin:0 !important;
	font-family:"font91409";
	font-weight:normal;
	font-style:normal;
}

.foot_link{
	background-color:white;
	padding: 5px 30px;
}
.full_w{
	width:100%;
	display: inline-block;
}
.full_w_center{
	text-align:center;
	width:100%;
}
.half_w{
	width:50%;
	float:left;
	text-align:center;
}
.third_w{
	width:33%;
	float:left;
	
}
.half_w_left{
	width:50%;
	float:left;
	text-align:left;
}
#foot_div{
	height:45px;
	line-height: 45px;
	text-align:center;
	position: fixed;
    bottom: 0px;
	background-color: white;
	/*position: relative;*/
	/*  margin-bottom: -45px;  Put negative height of the footer here */
     /* padding-bottom: 45px;Put height of the footer here. Needed for higher than screen height pages */
}

#head_div{
	height:60px;
	background-color:#fed51e;
	color:white;
	text-align:center;
	line-height:66px;
	font-size:26px; /*6.5vw;*/
    vertical-align: middle;
    font-weight: bold;

}
#content{
	height:calc(100vh - 105px);
	margin:0 auto;
	background-color:#ececec;
	overflow-y: scroll;
	
}
#inner_content{
	/*height: calc(100% - 20px);*/
}

#menu_div{
	background-color:#a6a6a6;
	height: 45px;
    line-height: 40px;
    text-align: center;
}
.div_menu{
	width:50%;
	float:left;
	text-align:center;
}
.menu_link{
	font-size:20px;
	text-align:center;
	color:rgb(26, 188, 156);
	text-decoration:none;
}
.task_div{
	background-color:white;
    padding-right: 0;
	border-radius: 4px;
	display:inline-block;
	width: 100%;
    margin-top: 10px;
	
}
.lbl_task_head{
		color:grey;
	font-size:28px;
	font-weight:bold;
	text-decoration:underline;
	
}
.lbl_task_title{
	color:black;
	font-size:20px;
	font-weight:bold;
	
}
.lbl_task_cat{
	border: 1px solid #f8d026;
	font-size:18px;
	/*border-radius:6px;*/
	color:#f8d026;
	border-bottom-left-radius:13px;
	border-top-left-radius:13px;
	border-right-color:white;
	padding: 0 5px;


}

.lbl_name{
	
	font-size:18px;
}
.lbl_value{
	font-size:18px;
	padding-left:8px;
}

.task_inner_div{
	padding-left:5px;
	text-align:center;
}

#hist_table{
	  width: 100%;

}
.hist_item{
	
	font-size:18px;
	color: #f8d026;
	outline: .2px solid rgb(216,216,216);
	background-color:white;
	height:50px;
	line-height:40px;
	
}
.title_td{
	padding-left: 10px;
	min-width:180px;
    
}
.task_title{
	font-weight: bold;
}
.task_date{
	font-size:15px;
}

.task_link{
	text-decoration:none;
	color: #f8d026;
	font-weight:bold;
}

#task_details{
	min-height: calc(100% - 40px);
	background-color:white;
	border-radius:4px;
	margin:10px;
	padding: 10px;
	color:white;
   /* padding-right: 0;
	overflow-y: scroll;*/
}
.mobile_map{
	height:220px;
	border:2.5px solid #f8d026;
	margin-right:10px;
	border-radius:4px;
}
.view_title{
	font-size:12px;
	color:rgb(125,125,125);
}
.view_value{
	font-size:18px;
	
}

.txt_new{
	border-style: solid;
    border-radius: 5px;
    border-color:#b3b3b3;
    height: 40px;
    width: calc(95% - 8px);
    margin: 5px 2px;
	font-size: 18px;
	padding-left:8px;
}
.btn_select{
	height:50px;
	background-color: #fed51e;
	color:white;
	border-radius:10px;
	font-size:22px;/*7vw;*/
	border-style:none;
	width:60vw;
	margin: 5px;
	/*font-family: font91409;*/
	 opacity: 1;
	  -webkit-appearance: none;
}
.btn_stat{
	height:30px;
	background-color: #fed51e;
	color:grey;
	border-radius:5px;
	font-size:22px;/*7vw;*/
	border-style:none;
	width:60vw;
	width: 85%;
    /* margin: 0 auto; */
    margin: 5px 7% 5px 7%;
	 opacity: 1;
	  -webkit-appearance: none;
}
.dd_select {
	height:50px;
	background-color: #b3b3b3;
	color:white;
	border-radius:100px;
	font-size:22px;
	border-style:none;
	width:80vw;
	margin: 5px;
	/*font-family: font91409;*/
	 opacity: 1;
	  -webkit-appearance: 50px;
	  /* background: url("inc/down_arrow.jpg") no-repeat right #fff;*/
}

/*.dd_select  {
  width: 140px;
  height: 34px;
  overflow: hidden;
 
  border: 2px solid #000;
}*/
.logo{
	
	padding-bottom: 20px;	
	
}

.login{
	/*background: transparent;
	border: none; 
	background-color: transparent !important; 
	border-bottom: 1px solid white;
	width: 225px;
	height:20px;
	margin-bottom:10px;
	color:white;
	line-height:25px;*/
}


.txbx::placeholder {
	
	color:darkgrey;
}

.vis_link{
	
	color:rgb(26,188,156) !important; 
	text-decoration: underline;
}
.link{
	
	color:white !important; 
	text-decoration: none;
}

.login::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
	font-size: 19px;
	/*font-family: font91409;*/
}

.login:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   white;
   opacity:  1;
   font-size: 19px;
   font-family: font91409;
}

.login::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   white;
   opacity:  1;
   font-size: 19px;
}

.login:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
   font-size: 19px;
   font-family: font91409;
}

.login::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
   font-size: 19px;
   font-family: font91409;
}

.outer {
   /*  display: table;
	height: 100%;
    position: absolute;
    width: 100%;*/
	height:100vh;
	min-height:100vh;
}

.middle {
   /* display: table-cell;
    vertical-align: middle;*/
	text-align: center; 
}

.inner {
   /* margin-left: auto;
    margin-right: auto; */
   
	display: inline-block;
}
#profile_div{
	background-color:white;
	    overflow-x: hidden;
	height: 100vh;
}
.profile_title{
	border-bottom-right-radius:16px;
	border-top-right-radius:16px;
	background-color: #f8d026;
	color:white;
	font-size:18px;
	width:160px;
	height:30px;
	border:none;
	text-align:center;
	
}
.profile_value{
	font-size:15px;
	float:right;
	padding-right:15px;
    color: #848282;
	border:none;
	background-color: white;
}
.profile_txt{
	font-size:15px;
	float:right;
	padding-right:15px;
	color:#f8d026;
	border:none;
	text-align: right;
}
.div_search{
	background-color:rgb(201,201,206);
}
#search{
	font-size:14px;
	 color:rgb(142,142,147);
	 background-color:white;
	border-radius:5px;
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	line-height: 30px;
    vertical-align: middle;
	
}
.fa-search{
	 color:rgb(142,142,147);
	 float:right;
	 padding-right:5px;
}
#inner_search{
	background-color:white;
	border-radius:5px;
	color:rgb(142,142,147);
	font-size:14px;
	margin:3px 10px;
	padding:8px;
	line-height: 30px;
    vertical-align: middle;
}


/*.main_search_icon {
    height: 31px;
    width: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color:rgb(142,142,147) !important;
    background-color: #fff;
    float: left;
    font-size: 20px;
}*/
.org_label{
	padding:2px;
	display: inline-block;
	 margin-left: auto; 
	margin-right: auto;
	color:white;
	font-size:10px;
	max-width:35%;
}
.alert {
	padding:2px 0px;	
		text-align:center;
		font-size:16px;
		font-weight:bold;		
		color:#808080;}
#alert {
	/*margin-top:10px;
		background-color:#FFC; */
		background-color:#ccc; 
		border:1px solid #ccc;
		padding:10px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		font-family:"Courier New", Courier, monospace;
		color:#808080;}
.task_alert {
	/*margin-top:10px;
		background-color:#FFC; */
		background-color:#808080; 
		border:1px solid #808080;
		padding:10px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		font-family:"Courier New", Courier, monospace;
		color:#ccc;
}

		
#shaddow{
	z-index:400;
	width:100%;
	height:1000%;
	top:0%;
	left:0;
	background-color:#000;
	opacity:.5;
	filter: alpha(opacity = 50);
	position:fixed;
	display:none;}	
	
#ajaxload{
	font-size:12px;
	z-index:500;
	margin-left:auto;
	margin-right:auto;
	min-width:300px;
	min-height:150px;
    margin: 3%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:10px ;
	display:none;
	 top: 5%; 
	 position:fixed;
	 /*new design*/
	 max-height:550px;
	 overflow-y:scroll;
	 border-radius: 6px;
     background-color:#f0f3f2;
     box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.5);
     border: 1px solid #979797;
}
#ajaxload_signup{
	
	z-index:500;
	margin-left:auto;
	margin-right:auto;
	min-width:300px;
	min-height:150px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:400px;
	left:10%;
	padding:10px ;
	 display:none;
	/* top: 25%; */
	 position:fixed;
	 max-height:500px;
	 border-radius: 6px;
	 box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.5);
	 background: url(https://app.thechaverim.com/inc/imgs/background.png) no-repeat center fixed;
	 background-size: cover; 
	 overflow-y:scroll;
}

.title{
	
  min-width: 180px;
 /* height: 58px; letter-spacing: -1.1px;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #696969;
  letter-spacing: -0.6px;
 

}

.txt_search {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  /*font-weight: 100;*/
  letter-spacing: -0.5px;
  text-align: left;
  padding-left:5px;
  width:180px;
  height: 35px;
  border-radius: 6px;
  background-color: #ffffff;
  border:  2px solid #3c948b;
  margin-bottom: 10px;
 /* padding-top:10px;
  border:  2px solid var(--sea);*/
}

.btn_main {
  min-width: 50px;
  height: 35px;
  object-fit: contain;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
/*  font-weight: bold;*/
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
  background-color: #3c948b;
   border-radius: 6px;
   border-color: transparent;
    opacity: 1;
}


.main_search {
    height: 29px !important;
    width: 250px !important;
    font-size: 12px;
    color: #ccc;
    font-style: italic;
    float: left;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	margin-left: 20px;
	border:none;
}

.main_search_icon {
    height: 31px;
    width: 60px;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 5px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #656565 !important;
    background-color: #fff  !important;;
    float: left;
    font-size: 20px;
	border:none;
	
}
.div_search{

	height: 120px;
    line-height: 30px;
    text-align: center;
    align-content: center;
}
.zip{
	
	margin-top: 10px;
    border-radius: 5px;
    text-align: center;
   /* width: 300px;*/
	font-size: 12px;
    color: #ccc;
    font-style: italic;
	    border: none;
}
.org_img{
	 width: 60px;
	  height: 60px;
	  border-radius: 6px;
	  box-shadow: 2px 2px 6px 0 rgba(89, 89, 89, 0.5);
	   /*float:left;*/
}

.header_tr{
	font-weight:bold;
	font-size:18px;
	color:#3c948b;
	 padding: 0 5px;
}
.content_tr{
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-left: 5px;
}
.content_tr td{
	    padding: 0 5px;
}
.lbl_value {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    padding-left: 3px;
}

 /*@media screen and (max-width: 360px) {
    body {
     background-color: lightgreen;
    }
}*/


/*menu styling*/

#hnav{
	 
	height:auto!important;
	width:100vw;
	float:right;}
.nav_ul{
	display:none!important; 
	margin:0;
height:50px;
padding:0;
float:right;
}
#hnav li{ 
list-style:none;
display:table-cell;
height:30px;
vertical-align:bottom;
text-align:center;
font-size:14px; 
color:#a6a6a6;
padding: 0 15px;
font-family:   sans-serif;;
font-weight: 300;
font-style:normal;
}
#hnav   a{background-color:#00803e; color: #fff; font-size:14px; line-height:25px; display:inline-block; padding:3px 5px 3px 2px;}
#hnav  a:hover{color:#00803e;}
.nav_p{
	display:none!important;
}




.btn-menu {
	display: block;
	float: left;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-right: 13px;
	border: 0;
	width: 10vw;
	height: 43px;
	background-color: transparent;
	cursor: pointer;	
	position: relative;
}

.btn-menu:focus {
	outline: none;	
}

.show_menu .btn-menu:focus {
	outline: none;	
}

.btn-menu .text {
	display: block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;	
}

.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*.btn-menu .bar {
	top: 10px;
	left: 0;	
}*/
	
.btn-menu .bar:before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
}

.btn-menu .bar:after {
	position: absolute;
	content: '';
	top: -10px;	
	left: 0;
}

.show .btn-menu .bar {
	background-color: transparent;	
}

.show .btn-menu .bar:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.show .btn-menu .bar:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}
.main_nav{
	background-color:#E6E6E6;
}
.nav_header{
	font-size: 22px;
    font-weight: bold;line-height: 48px;
    margin-left: 15px;
	color:#fff;
}
.nav_header a{
	color:#fff;
}
.mobile-nav {
	height: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #a6a6a6;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;	
}

.mobile-nav a {
	text-decoration: none;
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:22px;
	text-indent: 10px;
	display: block;
	line-height: 43px;
	border-bottom: 1px solid #fff;	
}

.mobile-nav a:focus,
.mobile-nav a:hover,
.mobile-nav a:active {
	background-color: #CCCCCC;	
}

.mobile-nav li:first-child a {
	border-top: 1px solid #fff;	
}

.show .mobile-nav {
	height: auto!important;
}

.mobile-nav .dd + ul {
	height: 0;
	overflow: hidden;
	background-color: #bfbfbf;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;	
}

.mobile-nav .dd + ul a {
	text-indent: 30px;	
}

.mobile-nav .dd + ul a:focus,
.mobile-nav .dd + ul a:hover,
.mobile-nav .dd + ul a:active {
	background-color: #bfbfbf;	
}

.mobile-nav .dd:after {
	
	margin-left: 5px;
	font-size: 22px;	
}

.mobile-nav .dd-show + ul {
	height: auto;	
}

@media screen and (max-width: 1024px){
dl, dt, dd, ol, ul, li,
menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	display:block;
	font-weight: bold;
}

}


.txt_stat{
	float:right;
	font-size: 20px;
    color: grey;
    border-style: none;
    text-align: center;
    min-height: 40px;
    min-width: 30vw;
    border-radius: 2px;
	font-weight:bold;
	margin-left:5px;
}

/*for view page*/

#outer_div{
	min-height: calc(100% - 40px);
	background-color:white;
	border-radius:4px;
	margin:10px;
    padding-right: 0;
	overflow-y: scroll;
}

.inner_div{
	padding:10px;
}

.txt_stat_v{
	float:right;
	font-size: 20px;
    color: grey;
    border-style: none;
    text-align: center;
    min-height: 40px;
    min-width: 30vw;
    border-radius: 2px;
	font-weight:bold;
	margin-left:5px;
	margin-bottom: 8px;
    margin-top: 8px;
}
.half_div{
    float: left;
    width: 7%;
    padding: 25,25,0,0;
    padding: 5px 16% 0px 10%;
}
/*.btn_div:hover{
   color:white !important;
   background-color:#808080;
}*/
.full_len_div1{
	line-height:30px;
	border-top:.5px groove #f0f3f2;
	border-bottom:.5px groove #f0f3f2;
	background-color: #d3d3d3;
	display:inline-block;
	width:100%;
}
.full_len_div{
	line-height:30px;
	background-color: #d3d3d3;
	display:inline-block;
	width:100%;
}
.btn7{
	
	background-color:#cccccc;
	padding: 10px;
	font-size:18px;
	line-height: 20px;  
	border:none;
	text-decoration:none;
	display:block;
	cursor: pointer;
	margin: 10px;
	}
.sms_table td{
	line-height: 20px;  
}
.sms_lbl{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #696969;
    
}
.task_div a{
		color: #4d4d4d;
		font-size: 16px;
		font-weight: bolder;
	}
/*#whatsapp_img {
	height: 50px;
	display: block;
	margin: 0 auto;
	
}*/
#whatsapp_req {
	
    
	margin-top: 10px;
	
	background: grey;
}
.notf_req {
	height: 50px;
    width: 70%;
    font-size: 18px;
	border-radius: 10px;
	margin: 10px 15% 0px 15%;
	background-color: grey;
}

  #head_div2{
	min-height:36px;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
	
  /*Adjust for position however you want*/
  
  
}