
.nav-compact .nav-link,
.nav-compact .nav-header {
  padding: 0.25rem 0.5rem;
}

.nav-compact .nav-header:not(:first-of-type) {
  padding: 0.75rem 0.5rem 0.25rem;
}

.nav-compact .nav-link > .right,
.nav-compact .nav-link > p > .right {
  top: .5rem;
  right: .5rem;
}
.datepicker{
margin-top: 55px;
}
.nav-compact .nav-link > .right:nth-child(2),
.nav-compact .nav-link > p > .right:nth-child(2) {
  right: 1.6rem;
}

.Tentative{
	margin-left:3px;
    color: #1f2d3d;
  background-color: #ffc107;
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
.form-control.is-invalid, .was-validated .form-control:invalid{
	background-image: none !important;
}

.form2d .form-group{
margin-right:5px;
}
 .ui-autocomplete {
            max-height: 200px;
            overflow-y: auto;
            /* prevent horizontal scrollbar */
            overflow-x: hidden;
            /* add padding to account for vertical scrollbar */
            padding-right: 20px;
        }
        
.tags {    
    padding: 4px 6px;
    color: #777;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #d5d5d5;
   
}

.tags .tag {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #28a745;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    padding: 4px 22px 5px 9px;
    margin-bottom: 3px;
    margin-right: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tags .tag .close {
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    text-align: center;
}

.tags input[type="text"], .tags input[type="text"]:focus {
    border: 0;
    display: inline;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

/* jquery auto*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*end jquery auto*/

.ajaxLoaderimage{         
    position: fixed;
    margin: auto;
    top: -290px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 35px;
   /* background-color: #FFF;  */
}
#ajaxLoader
{
	display:none;
	z-index: 2000;
	background-color: #fff;
	opacity: 0.8;
}
.overlaypage{
	  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
    bottom: 0;
    left: 0;
  display: block;
  background-color: #000;
  opacity: 0.5;

}
.overlaypagebody{         
    position: fixed;
    margin: auto;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
   display: block;
   z-index:1050;
}

.selected{
	background-color: #f7f29d;  
}
.table-hover tbody tr:hover td {
   /* background: #f7f29d;*/
}
.table-responsive{
	margin-top: 12px;
}
label.is-invalid{
	color: #ff0000;
}
.error {
	color: #ff0000;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

label.required:after {
  content:"*";
  color:red;
}

.dateinput input {
	margin-right:5px;
}



.truncate {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate:hover {
  background-color: #28a745;
  overflow: visible;
  text-overflow: inherit;
  position:absolute;
  z-index:1000;  
  white-space: normal;
  width: auto;
  top: inherit;  
  right: 10px;
  border: 1px solid #28a745;
  padding-left: 20px;
  padding-right: 20px;  
  color: #FFF
  
}



/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background-color: #CCC; 
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}


 .table-select tbody tr:hover{
   cursor: pointer;
 }
 
.nav-tabs .nav-link.disabled{
	color: #CCC !important;
}
/* Calendar CSS */
.fc-event{
	 cursor: pointer;
}
.fc-sun{
  background-color: #fce7e9;
}
.fc-event{
	border:none;
}
.redevent{
                background-color: #ff3333 ;
  border:none;
  color: #FFFFFF !important; 
}

            .greenevent{
                background-color: #009933 ;
  border:none;
  color: #FFFFFF !important;
}
.fc-toolbar{
padding: 0 !important;
}
.fc-toolbar.fc-header-toolbar{
 margin-bottom:o !important;
  }
  
 .pageheader{	
	padding: 0px !important;
	min-height: auto;
	}

.partyComplainant{
       color: #147603 !important; 
}

.selectReadonly{
 background: #eee;
  pointer-events: none;
  touch-action: none;
}
.headertext{
	font-weight: bold;
}

.cardheadBoxP{
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
	margin-top: 3px;
	background: linear-gradient(60deg,#ab47bc,#8e24aa);
}
.cardheadBoxB{
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,188,212,.4);
	margin-top: 3px;
	background: linear-gradient(60deg,#26c6da,#00acc1);
}
.cardheadBoxY{
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4);
	margin-top: 3px;
	background: linear-gradient(60deg,#ffa726,#fb8c00);
}
.cardheadBoxG{
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(76,175,80,.4);
	margin-top: 3px;
	background: linear-gradient(60deg,#66bb6a,#43a047);
}
.cardheadBoxR{
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4);
	margin-top: 3px;
	background: linear-gradient(60deg,#ef5350,#e53935);
}