 .footer-fixed-nav{
           z-index:8 !important;
       }
       .morecontent span 
        {
            display: none;
        }
		
      #daterange-btn-property {
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.small-icon {
    width: 20px !important;
    height: 20px !important;
    margin-left: -20px;
    margin-top: 10px;
}

.small-icon1 {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 37px;
    right: 12px;
}

.daterangepicker td.holiday{
    color:#000!important;
   background: #ff0033;

}
.daterangepicker td.deactive{
color: #fff !important;
cursor: not-allowed;
text-decoration: line-through;
pointer-events: none;
}

.daterangepicker option.deactive, .daterangepicker td.deactive {
  color: #fff;
  text-decoration: none !important;
  background: #ff0033 !important;
  border-radius: 0;
  opacity: .5;
  pointer-events: none;
}

.price_type_content_sample{
    color :green;
}


.end-date, .holiday.FirstTD.active, .holiday.FirstTD:hover, .end-date, .holiday.FirstTD.active.in-range
{
    /*background-image: linear-gradient(to top left, White 50%, #4caf50 50%) !important;*/
}

/*.holiday.FirstTD.in-range, .holiday.FirstTD.active:hover, .start-date, td.active.start-date.holiday.disabled.available.FirstTD {
    background-image: linear-gradient(to bottom right, White 50%, #000000 50%) !important;
}*/

/*.end-date,  .holiday.FirstTD.active, .holiday.FirstTD:hover, .end-date {
    background-image: linear-gradient(to top left, White 50%, #000000 50%) !important;
}*/

.holiday.FirstTD
{
    text-decoration: none !important;cursor: pointer !important;
} 

.holiday.FirstTD, .holiday.end-date.disabled.FirstTD {

    background-image: linear-gradient(to bottom right, White 50%, Salmon 50%) !important;

}

.holiday.disabled, .holiday.disabled:hover, .holiday.disabled.in-range, .holiday.disabled.active:hover {

    background: #fa8072 !important;

}

.holiday.disabled.available.LastTD + .available {
  background-image: linear-gradient(to bottom right, salmon 50%, transparent 50%) !important;
}
.holiday.disabled.available.FirstTD + .FirstTD {
  background-image: linear-gradient(to bottom right, salmon 50%, transparent 50%) !important;
}
.holiday.disabled.available + .available, .holiday.disabled.available + tr .available {
  background-image: linear-gradient(to bottom right, salmon 50%, transparent 50%) !important;
}
/*.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    border: 2px solid #eee !important;
    border-radius: 0px !important;
}*/