.rccl_SICalenderContainer {
    margin-top:10px;
}
.rccl_SICalenderContainer .rccl_SICalMthHeader{
    display:none !important;
}
.rccl_SICalender{
    display:none;
    width:308px;
    height:auto;
    border-bottom:1px solid rgba(190,190,192,1);
	float: left;
}
/*.rccl_SIFullCalOverlay .rccl_SICalender:nth-child(odd){
   margin:10px 42px 10px 29px
}
.rccl_SIFullCalOverlay .rccl_SICalender {
    display: inline-block;
    float: none;
}*/
.rccl_SICalMthHeader{
    display:inline-block;
	margin-bottom: 5px;
}
.rccl_SICalWeekHeader{
	
}
.rccl_SICalWeekDay{
    /*width: calc(14.28571429%);*/
    width:44px;
    height:34px;
    background:#fff;
    border:1px solid rgba(190,190,192,1);
    border-left:0;
    border-bottom:0;
    float:left;
    text-align:center;
    color:#1d1e53;
    padding:5px 0 0 0;
    font-family: 'darwin-light', sans-serif !important;
    font-weight: normal !important;
    font-size:15px;
}
.rccl_SICalWeekDay:first-child {
    border-left: 1px solid rgba(190,190,192,1);
}
.rccl_SICalDay{
    /*width: calc(14.28571429%);*/
    width:44px;
    height:38px;
    background:#fff;
    border:1px solid rgba(190,190,192,1);
    border-left:0;
    border-bottom:0;
    float:left;
    text-align:center;
    color: #0d0d0e;
    font-size: 10px;
    position:relative;
    font-family: 'darwin-light', sans-serif !important;
    font-weight: normal !important;
}
.rccl_SICalDay:first-child {
    border-left: 1px solid rgba(190,190,192,1);
}
.rccl_SICalDay.rccl_SICalAvailableDay {
    background: #fff;
    cursor:pointer; 
}
.rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected{
    background:#fdbc31;
    box-shadow:inset 0px 0px 0px 1px #fff; 
    -webkit-box-shadow:inset 0px 0px 0px 1px #fff ;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
    /*border:solid 2px #fff;*/
}
.rccl_SICalDay.rccl_SICalBlank{
    background:rgba(238,238,241,1);
}
.rccl_SICalAvailableDay .rccl_SICalAvailableDayMark{
    display:block;
    margin:0 auto;
    width:19px;
    height:19px;
    background:url("/assets/images/components/search-integration/rccl_SISearchDetailsRoyalLogo.png") center center; 
    background-size:cover;
    pointer-events:none;
    margin-top:1px;
}
/*.rccl_SICalAvailableDay .rccl_SICalAvailableDayMark:hover{
    width:24px;
    height:26px;   
}*/
@media only screen and (min-width : 768px) {
    .rccl_SICalDay.rccl_SICalAvailableDay:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
        border: 1px solid rgba(190,190,192,1);
    }
    .rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected:hover {
      -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        border-left:none;
    }
   
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){

     .rccl_SICalDay.rccl_SICalAvailableDay:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform:none;
    }
    .rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected:hover {
      -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media only screen and (max-device-width : 1024px) { 
    .rccl_SICalDay.rccl_SICalAvailableDay:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform:none;
    }
    .rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected:hover {
      -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.rccl_SICalTooltip{
    position:absolute;
    top:100%;
    left:-50%;
    min-width:136px;
    max-width:140px;
    display:none;
    border:solid 2px rgba(29,30,83,1);
    color: rgba(29,30,83,1);
    font-size:14px;
    border-radius:3px;
    z-index:999999;
    background:#fff;
}
.rccl_SICalender .tooltip.in{
    opacity:1!important;
    background:none;
}

.rccl_SICalender .tooltip{
 
      min-width:130px;
    max-width:130px;
     background:none;
}
.rccl_SICalDay + .tooltip > .tooltip-inner { 
    min-width:130px;
    max-width:130px;
    border:solid 2px rgba(29,30,83,1);
    color: rgba(29,30,83,1);
    font-size:13px;
    line-height:20px;
    border-radius:3px;
    background-color:#fff;
    opacity:1;    
    margin:0 auto;
    margin-top:-9px;
}
.rccl_SICalender .tooltip-inner{
    padding:5px 0;
}
.rccl_SICalender .tooltip.bottom .tooltip-arrow {
  border-bottom-color: transparent; /* black */
}
/*.rccl_SICalDay.rccl_SICalAvailableDay:hover .rccl_SICalTooltip {
    display:inline-block;
}*/
/*.tooltip.in{
    display:none !important;
}*/
/*.rccl_SISelectDateOverlaySubHeading {
    margin:10px 0 15px 0;
}*/
.rccl_SISelectDateOverlayHeading{
    margin-bottom:15px;
}
.rccl_SISelectDateOverlayContainer{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:999999;
    /*overflow:auto;*/
}

.rccl_SICalTabs{
    list-style: none;
    background: #ddd;
    font-family: darwin-light,sans-serif;
    padding: 3px 3px 0 3px;
    margin-bottom:12px;
}

    .rccl_SICalTabs li {
        display: inline-block;
        border-radius: 4px 4px 0px 0px;
        border: 1px solid #b1b1b1;
        margin-bottom: -4px;
        border-bottom: none;
    }  
.rccl_SICalTabs li.active {
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: -4px;
    border-bottom: none;
}
.rccl_SICalTabs li.active a {
    color: #777;
}
.rccl_SICalTabs li a {
    color: #555;
}
.rccl_SICalTabs a {
    padding: 10px;
    float: left;
}
.rccl_SICalTabs ul a li:hover,.rccl_SICalTabs a,.rccl_SICalTabs a:focus,.rccl_SICalTabs a:hover,.rccl_SICalTabs a:visited {
    text-decoration: none;
}
/*.rccl_SIFullCalOverlayContainer{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:999999;
    display:none;
}*/
.rccl_SISelectDateOverlay {
    /*position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
    width:768px;
    height:auto;
    padding:30px 25px;
    border-radius:4px;   
}

.rccl_SISelectDateOverlayInner {
    position: absolute;
    top: 50%;
    left: 50%;
    /*background: white;*/
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);  
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);  
    -o-transform: translate(-50%,-50%);  
    height: auto;   
    border-radius:4px;  
}
.rccl_SISelectDateOverlayInnerAnimate {
    -ms-transform: scale(0.0001);
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
     -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;   
    transform-origin: center center;
    background: #fff;
     -ms-transition:all linear 0.3s;
      -webkit-transition:all linear 0.3s;
      -moz-transition:all linear 0.3s;
       -o-transition:all linear 0.3s;
    transition:all linear 0.3s;
     border-radius:4px;
}
.rccl_SISelectDateOverlayInnerAnimate.rccl_SISelectDateOverlayInnerAnimateScale {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;  
}
.rccl_SISelectDateOverlayInnerAnimate{
    background:none !important;
    height:470px;
}
/*.rccl_SIFullCalOverlayAnimate{
    -ms-transform: scale(0.0001);
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    background: #fff;
    transition:linear 0.3s;
    padding:25px;
    border-radius:4px;
    height:100%;
}
.rccl_SIFullCalOverlayAnimate.rccl_SIFullCalOverlayAnimateScale {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;   
}
.rccl_SIFullCalOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);    
    height:567px;
   
}
.rccl_SIFullCalOverlay .rccl_SICalMthHeader{
    font-size:21px;
    color:#878787;
    font-family:'darwin-light', sans-serif !important;
    letter-spacing:2px;
}*/
.rccl_SICalenderContainerBg{
    width:100%;
    min-height:350px;
    background:rgba(247,246,251,1);
    border-radius:4px;
    padding: 10px 25px 25px 25px;
    overflow:hidden;
    margin-top:15px;
}
.rccl_SICalSelectRangeBg{
     width:100%;
    height:auto;
    background:rgba(247,246,251,1);
    border-radius:4px;
    padding:10px 25px;
    position:relative;
}

/*.rccl_SICalViewFullCalLink{
    border-bottom: 1px solid #868686;
    cursor:pointer;
    margin-top:28px;
    margin-right:40px;   
}*/
.rccl_SICalClearDatesLink{
    border-bottom: 1px solid #868686;
    cursor:pointer;
    margin-top:10px;
    display:inline-block;
    pointer-events:all;
    float:right;
    margin-right: 45px;
}
.rccl_SICalClearDatesLink.rccl_SICalClearDatesLinkDisable{
    cursor:default;
    border:none;
    pointer-events:none;
}
/*.rccl_SICalClearDatesLink1{
    border-bottom: 1px solid #fff;
    cursor:pointer;
    float:right;
    margin-top:15px;
    display:inline-block;
    position:absolute;
    right:10px;
    pointer-events:all;
}
.rccl_SICalClearDatesLink1.rccl_SICalClearDatesLinkDisable1{
    border:none;
    cursor:default;
    pointer-events:none;
}*/
.rccl_SICalSelectDeptDatesBtn{
    float:right;
}
.rccl_SICalSelectDateRangeBtn{
    float:right;
  
}
.rccl_SICalSelectDateRangeBtn:hover, .rccl_SICalSelectDateRangeBtn:active, .rccl_SICalSelectDateRangeBtn:focus{
    background-color: rgb(251, 186, 0);
    border-color: rgb(251, 186, 0);   
}
.rccl_SICalSelectRangeTxt{
    margin-bottom:15px;
}
#rccl_SICalSelectDeptDatesBtn{
    pointer-events:none;
    background-color:rgba(226,226,228,1);
    border-color:rgba(190,190,192,1);
    min-width:240px;
    margin-top:10px;
   font-weight: 400  !important;
}
.rccl_SICalenderContainerBg .rccl_SIWidgetDropdownlist  li.rccl_SICalDropdownActiveMonth{
        color: #878787;
        pointer-events:all;
}
.rccl_SICalenderContainerBg .rccl_SIWidgetDropdownlist li{
    color:rgba(226,226,228,1);
    pointer-events:none;
}
#rccl_SICalSelectDeptDatesBtn span{
    text-decoration:underline;
    font-size:17px;
}
/*#rccl_fullCalenderCarouselSelectedDepartureDate span{
     text-decoration:underline;
     font-size:17px;
}*/
.rccl_SICalSelectDatesPrev{
    width:35px;
    height:35px;
    background:#fff;
    border:1px solid rgba(190,190,192,1);
    text-align:center;
    margin-top:15px;
    display:inline-block;
    float:left;
    cursor:pointer;
}

.rccl_SICalSelectDatesPrev.rccl_SICalSelectDatesPrevDisable span{
    color:rgba(190,190,192,1);
   
} 
.rccl_SICalSelectDatesPrev.rccl_SICalSelectDatesPrevDisable{
    cursor:default;
}
.rccl_SICalSelectDatesPrev span{
    font-size:32px;
    line-height:31px;
    color:#006EB7;
}

.rccl_SICalSelectDatesNext{
    width:35px;
    height:35px;
    background:#fff;
    border:1px solid rgba(190,190,192,1);
    text-align:center;
    float:right;
    margin-top:15px;
    display:inline-block;
    cursor:pointer;
}
.rccl_SICalSelectDatesNext span{
    font-size:32px;
    line-height:31px;
      color:#006EB7; 
}
.rccl_SICalSelectDatesNext.rccl_SICalSelectDatesNextDisable span{
    color:rgba(190,190,192,1);   
}
.rccl_SICalSelectDatesNext.rccl_SICalSelectDatesNextDisable{
     cursor:default;
}
.rccl_SICalSelectDatesMonthFirstContainer{ 
    margin-top:15px;
    margin-left:25px;
    float:left;
}
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIDropdownMenu{
    /*height:210px !important;*/
}
.rccl_SICalSelectDatesMonthFirst span{
    letter-spacing:1px;
    text-transform:uppercase;
    width: calc(100% - 28px);
    line-height: 34px;
}
.rccl_SICalSelectDatesMonthSecond span{
     letter-spacing:1px;
    text-transform:uppercase;
    width: calc(100% - 28px);
    line-height: 34px;
}
.rccl_SICalSelectDatesPrevContainer{
    width:50%;
    display:inline-block;
    float:left;
}

.rccl_SICalSelectDatesNextContainer{
    width:50%;
    display:inline-block;
    
}
.rccl_SICalSelectDatesMonthSecondContainer{    
    margin-top:15px;
    margin-left:25px;
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIDropdownMenu{
    /*height:210px !important;*/
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIWidgetDropdownlist  li:first-child{
    display:none;
}
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownlist  li:last-child{
    display:none;
}
.rccl_SISelectDateOverlay .rccl_SICalMthHeader{
    /*display:none;*/
}
.rccl_SIDropdownMenuFirstMonth{
   
}
.rccl_SISearchFilterSelectList ul.rccl_SIDropdownMenuFirstMonth{
    height: 300px;
    overflow-y: scroll !important;
}
.rccl_SISearchFilterSelectList ul.rccl_SIDropdownMenuSecondMonth{
    height: 300px;
    overflow-y: scroll !important;
}
/*div[class^=rccl_SIFullCalenderSection] {
    height:410px;
    overflow-y:visible !important;
    width: 726px !important;
    overflow-x:hidden !important;
    outline:none;
}
.rccl_SIFullCalenderSection .jspContainer{
    outline:none;
}*/
.rccl_SISearchFilterSelectList.rccl_SISearchFilterFirstMonthSelectList{
    width: auto;
    left: calc(100% - 32px);
    position: relative;
    top: 1px;
    border-radius:0px;
    border:1px solid rgba(190,190,192,1);
}
.rccl_SISearchFilterFirstMonthSelectList .rccl_SIWidgetDropdownSelcted{
    width:27px;
    height:27px;
}
.rccl_SISearchFilterSelectList.rccl_SISearchFilterSecondMonthSelectList{
    width: auto;
    left: calc(100% - 32px);
    position: relative;
    top: 1px;
    border-radius:0px;
    border:1px solid rgba(190,190,192,1);
}
.rccl_SISearchFilterSecondMonthSelectList .rccl_SIWidgetDropdownSelcted{
    width:27px;
    height:27px;
}
.rccl_SISearchFilterSelectList .rccl_SIDropdownMenuSecondMonth li:first-child{
    display:none;
}
.rccl_SISearchFilterSelectList .rccl_SIDropdownMenuFirstMonth li:last-child{
    display:none;
}



/*.rccl_fullCalenderCarouselControlDisabled {
    color: #6f6f71 !important;
    pointer-events: none !important;  
    border-bottom:none !important;
}

.rccl_fullCalenderCarouselControlMain{height: 110px;
    background: rgba(29,30,83,1);
    padding: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;}
.rccl_fullCalenderCarouselControlRight{
    float:right;
    color:#fff;
    font-family: 'darwin-light', sans-serif !important;
    font-size:12px;
    pointer-events:all;
}
.rccl_fullCalenderCarouselControlLeftTxt{
    line-height: 14px;
    border-bottom: solid 1px #fff;
}
.rccl_fullCalenderCarouselControlDisabled .rccl_fullCalenderCarouselControlLeftTxt{  
    border-bottom:none !important;
}
.rccl_fullCalenderCarouselControlRight .fa{
    color:#fff;
    margin-top: -6px;
    margin-left: 30px;
    font-size:26px;
}
.rccl_fullCalenderCarouselControlDisabled .fa{
    color:#6f6f71 !important;
}
a.rccl_fullCalenderCarouselControlRight, a.rccl_fullCalenderCarouselControlRight:visited{
    color:#fff;
}
a.rccl_fullCalenderCarouselControlRight:hover,
a.rccl_fullCalenderCarouselControlRight:active ,a.rccl_fullCalenderCarouselControlRight:focus{
    color:#fff;
} 
.rccl_fullCalenderCarouselControlRight span{
    display:inline-block;
    float:left;
    letter-spacing:1px;
}
.rccl_fullCalenderCarouselControlLeft {
    float: left;
    color:#fff;
    font-family: 'darwin-light', sans-serif !important;
    font-size:12px;
    pointer-events:all;
}
.rccl_fullCalenderCarouselControlRightTxt{
    line-height: 14px;
    border-bottom: solid 1px #fff;
}
.rccl_fullCalenderCarouselControlDisabled .rccl_fullCalenderCarouselControlRightTxt{  
    border-bottom:none !important;
}
a.rccl_fullCalenderCarouselControlLeft, a.rccl_fullCalenderCarouselControlLeft:visited{
    color:#fff;
}
a.rccl_fullCalenderCarouselControlLeft:hover,
a.rccl_fullCalenderCarouselControlLeft:active ,a.rccl_fullCalenderCarouselControlLeft:focus{
    color:#fff;
} 
.rccl_fullCalenderCarouselControlLeft .fa{
    color:#fff;
    margin-top: -6px;
    margin-right: 30px;
    font-size:26px;
}
.rccl_fullCalenderCarouselControlLeft span{
    display:inline-block;
    float:left;
    letter-spacing:1px;
}
.rccl_fullCalenderCarouselControlOuter {
    padding: 10px;
    margin: 0 auto;
    width: 58%;
    margin-top: 10px;
}
.rccl_fullCalenderCarouselIndicators{ 
    bottom: 12px;
    width: auto;
    margin: 0px;
   }
.rccl_fullCalenderCarouselIndicators .carousel-indicators .active{
}
.rccl_fullCalenderCarouselIndicators  .carousel-indicators li{
    margin:1px 0px;
}

.rccl_fullCalenderCarouselIndicators  li{
    height:12px;
    width:12px;
    background:#fff;
}
.rccl_fullCalenderCarouselIndicators .carousel-indicators .active{
    height:12px;
    width:12px;
    margin-right:10px;
}
.rccl_fullCalenderCarouselIndicators .active {
   background-color: #3cb0e0;
       margin:1px 0px;
       margin-right:5px;
}
.rccl_fullCalenderCarouselIndicators li{
      margin-right:5px;
}
#rccl_fullCalenderCarouselSelectedDepartureDate{
    pointer-events: none;
    background-color: rgba(226,226,228,1);
    border-color: rgba(190,190,192,1);
    min-width: 300px;
    height:55px;
    color:#6f6f71;
    font-family: 'darwin-light', sans-serif !important;
}
    */
.rccl_SISelectDateOverlayContainer{
  
}
/*.rccl_SICalCloseIcon1{
     position: absolute;
    left: 94%;
    top: -15px;
    z-index: 9;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}*/
.rccl_SICalCloseIcon{
   position: absolute;
    right: 20px;
    top: -15px;
    z-index: 9;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
/*.rccl_SIFullCalOverlay .jspPane{
   
    background:rgba(247,246,251,1);
    border-radius:4px;
    padding:10px 25px;
    border: none !important;
    outline:none !important;
}
.rccl_SIFullCalOverlay .jspContainer{
    border:none !important;
    outline:none !important;
}
.rccl_SIFullCalOverlay .jspScrollable { 
    border:none !important;
    outline:none !important;
}*/
.rccl_SICalenderContainerBg ul.rccl_SIWidgetDropdownlist li.rccl_SICalDropdownActiveMonth:hover a{
    color:#fff;
}
.rccl_SICalSelectDatesMonthFirstContainer,.rccl_SICalSelectDatesMonthSecondContainer{
    display:inline-block; 
    text-align:left;
    position:relative;
}
.rccl_SICalSelectDateBtnForMobile{
    display:none;
}
.rccl_SICalenderOrSectionMobile{
    /*display:none !important;*/
}
.rccl_SICalenderOrSectionMobile{
      display:block;
      background:#000;
      width:100%;
      height:2px;
      margin-top:10px;
  }
  .rccl_SICalenderOrSectionMobile span{
      position:relative;
      left: 48%;
      top: -10px;
      padding: 0px 5px;
      background:#fff;
      display:block;
      width:27px;
      font-family: 'darwin-bold', sans-serif !important;
  }
.rccl_SICalClearDatesLinkMobile1{
    display:none;
}

.rccl_SICalClearDatesLink2 {
    display: block;
   float:right;
    border-bottom:1px solid #868686;
    cursor: pointer;
    margin-top:10px;
    margin-right:50px;
}
.rccl_SICalClearDatesLink2.rccl_SICalClearDatesLinkDisable2{
    cursor:default;
    pointer-events:none;
    border:none;
    text-decoration:none;
}
@media only screen and (max-width : 319px) {
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:270px !important;}  
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:110px;}
    .rccl_SISearchFilterFromDateContainer ul{width:132px !important;}
    .rccl_SICalClearDatesLink2 {
        float: none;
        text-decoration: underline;
        text-align: center;
        border:none;
    }
}
/* Small Devices, Mobiles */
@media only screen and (min-width : 320px) {  
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:100% !important;}  
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:110px;}
    .rccl_SISearchFilterFromDateContainer ul{width:100% !important;}
    .rccl_SICalClearDatesLink2 {float: none;text-decoration: underline;text-align: center;border:none;margin-right:0;}
}

/* Small Devices, Mobiles - landscape */
@media only screen and (min-width : 480px) {
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:100% !important;}
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:110px;}
    .rccl_SISearchFilterFromDateContainer ul{width:100% !important;}
}
/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {
    /*.rccl_SISelectDateOverlayInner {transform: translate(-50%,-57%);-ms-transform: translate(-50%,-57%); -webkit-transform: translate(-50%,-57%); -moz-transform: translate(-50%,-57%);  -o-transform: translate(-50%,-57%); }*/  
    /*.rccl_SICalViewFullCalLink {display:inline-block;}*/
    .rccl_SICalSelectDatesMonthFirstContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthSecondContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:250px !important;} 
    .rccl_SICalSelectDatesMonthSecondContainer ul{width:250px !important;}
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:175px;}
    .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay{width:175px; margin-right: 1%;}
    .rccl_SISelectDateOverlayInner {width:754px;top:50%;}
    /*.rccl_SIFullCalOverlayAnimate{padding: 30px 6px;}
    .rccl_SIFullCalOverlay{width:754px; }*/
    .rccl_SISelectDateOverlay{width:754px; padding: 30px 17px;}
    .rccl_SICalSelectDatesMonthFirstContainer .rccl_SISearchFilterSelectList{border: 1px solid rgba(190,190,192,1) !important;}
    .rccl_SICalSelectDatesNextContainer .rccl_SISearchFilterSelectList{border: 1px solid rgba(190,190,192,1) !important;}
    .rccl_SISearchFilterToDateContainer .rccl_SISearchFilterSelectList{border: 1px solid rgba(190,190,192,1) !important;}
    .rccl_SISearchFilterFromDateContainer .rccl_SISearchFilterSelectList{border: 1px solid rgba(190,190,192,1) !important;margin-right: 1%;}
    .rccl_SISearchFilterFromDateContainer ul{width:175px !important; }
    .rccl_SISearchFilterToDateContainer ul{width:175px !important; }
    .rccl_SICalClearDatesLink2 { display: block;float:right;border-bottom:1px solid #868686;cursor: pointer;margin-top:10px;margin-right:50px;text-decoration:none;}
    .rccl_SICalClearDatesLink2.rccl_SICalClearDatesLinkDisable2{text-decoration:none;}
    .rccl_SICalClearDatesLink2.rccl_SICalClearDatesLinkDisable2{text-decoration:none;}
}
@media only screen and (max-width : 768px) and (orientation:portrait) {
      
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/  
    width: 100%;
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 0;
    background-color: #fff;
    color: #6f6f71;
    line-height: 27px;
    height: 35px;
    font-family: 'darwin-light', sans-serif;font-weight:400;
    font-weight: 400;
    font-size: 16px !important;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    text-align: initial !important;
    padding-right: 25px;
}
    .rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after  {
        display: none !important;
    }
    .rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before{
        display:none !important;
    }

  .rccl_SICalSelectDatesMonthFirstContainer ul.rccl_SIWidgetDropdownlistForDownDirection:after, .rccl_SICalSelectDatesMonthSecondContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:after  {
    display:none!important;
    }
 .rccl_SICalSelectDatesMonthFirstContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:before, .rccl_SICalSelectDatesMonthSecondContainer ul.rccl_SIWidgetDropdownlistForDownDirection:before {
        display:none !important;
    }
    /*.rccl_SISelectDateOverlayInner {top:57%;}*/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .rccl_SICalSelectDatesMonthFirstContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthSecondContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:250px !important;} 
    .rccl_SICalSelectDatesMonthSecondContainer ul{width:250px !important;}
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:175px;}
    .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay{width:175px;margin-right: 1%;}
    .rccl_SISelectDateOverlayInner {width:768px;top:50%;}
    /*.rccl_SIFullCalOverlayAnimate{padding: 30px 12px 30px 25px;}
    .rccl_SIFullCalOverlay{width:768px; }*/
    .rccl_SISelectDateOverlay{width:768px; padding: 30px 25px;}
    .rccl_SISearchFilterFromDateContainer ul{width:175px !important; }
      .rccl_SISearchFilterToDateContainer ul{width:175px !important; }
}
@media only screen and (max-width : 812px) and (orientation:landscape) {
    
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url(/assets/images/components/common/caret.png) no-repeat right; /*Adds background-image*/
    background-position: right 10px bottom 16px;
    text-overflow: ""; /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/  
    width: 100%;
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 0;
    background-color: #fff;
    color: #6f6f71;
    line-height: 27px;
    height: 35px;
    font-family: 'darwin-light', sans-serif;font-weight:400;
    font-weight: 400;
    font-size: 16px !important;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    text-align: initial !important;
    padding-right: 25px;
}
    /*.rccl_SISelectDateOverlayInner {top:57%;}*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .rccl_SICalSelectDatesMonthFirstContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthSecondContainer{width:250px !important;}
     .rccl_SICalSelectDatesMonthFirstContainer ul{width:250px !important;} 
    .rccl_SICalSelectDatesMonthSecondContainer ul{width:250px !important;}
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:175px;}
    .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay{width:175px;margin-right: 1%;}
    .rccl_SISelectDateOverlayInner {width:768px;top:50%;}
    .rccl_SISearchFilterFromDateContainer ul{width:175px !important;   }  
      .rccl_SISearchFilterToDateContainer ul{width:175px !important; } 

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
    .rccl_SICalSelectDatesMonthFirstContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthSecondContainer{width:250px !important;}
    .rccl_SICalSelectDatesMonthFirstContainer ul{width:250px !important;}
    .rccl_SICalSelectDatesMonthSecondContainer ul{width:250px !important;}
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{width:175px; }
    .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay{width:175px;margin-right: 1%;}
    .rccl_SISearchFilterFromDateContainer ul{width:175px !important;}
      .rccl_SISearchFilterToDateContainer ul{width:175px !important; }
}


/*****************FOR MOBILE DEVICES*****************************/



@media only screen and (max-width :812px) and (orientation:landscape) {

  .rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after  {
        display: none !important;
    }
    .rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before{
        display:none !important;
    }

  .rccl_SICalSelectDatesMonthFirstContainer ul.rccl_SIWidgetDropdownlistForDownDirection:after, .rccl_SICalSelectDatesMonthSecondContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:after  {
    display:none!important;
    }
 .rccl_SICalSelectDatesMonthFirstContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:before, .rccl_SICalSelectDatesMonthSecondContainer ul.rccl_SIWidgetDropdownlistForDownDirection:before {
        display:none !important;
    }
    .rccl_SISelectDateOverlayInnerAnimate{
        height:auto;
    }
    .rccl_SICalSelectDatesNext{margin-top:0;}
    .rccl_SICalSelectDatesMonthFirstContainer{margin-top:0;}
    .rccl_SICalSelectDatesPrev{margin-top:0;}
    .rccl_SICalender{
        width:274px;
    }
    #rccl_SICalSelectDeptDatesBtn{
        display:block;
        float:none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .rccl_SICalSelectDateRangeBtn {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .rccl_SICalAvailableDay .rccl_SICalAvailableDayMark {
        width: 17px;
        height: 17px;
    }
    .rccl_SISelectDateOverlay {
        width: 338px;
        max-width: 360px;
        padding: 19px 25px 19px 25px !important;
        max-height: 200px;
        overflow-y: scroll;
    }   
 /*   .rccl_SIFullCalOverlayContainer{
        display:none !important;
    }*/ 
    .rccl_SISelectDateOverlayInner {
        width:338px;
        padding:18px 0;
    }
     .rccl_SICalSelectDatesMonthSecondContainer{
        display:none !important;
    }
  /*  .rccl_SICalViewFullCalLink {
        display:none;
    } */
     .rccl_SICalSelectDepHeading{
        display:inline-block;
        margin-top: 15px;
        margin-bottom: 10px;
     }
    .rccl_SICalClearDatesLink{
       display:none;
    }
    .rccl_SICalClearDatesLinkMobile1{
        display:block;
        margin-top: 10px;
        text-align: center;
        text-decoration:underline;
        cursor:pointer;
        
    }
    .rccl_SICalClearDatesLinkMobile1.rccl_SICalClearDatesLinkMobileDisable1{
        cursor:default;
        text-decoration:none;
    }
    .rccl_SICalenderContainerBg{
        padding:10px;
    }    
    .rccl_SICalSelectDatesPrevContainer {
        width: 87%;        
    }
    .rccl_SICalSelectDatesNextContainer {
        width: 13%;
    }
    .rccl_SICalSelectDatesMonthFirstContainer {
        width: 79% !important;
        margin-right: 0%;
        margin-left: 8px;
    }
    .rccl_SICalSelectDatesMonthFirstContainer .rccl_SISearchFilterSelectList {
        border: 1px solid rgba(190,190,192,1);
    }
   .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted{
       height:34px;
   }
  .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownlist li:last-child{
      display:block;
  }
   .rccl_SICalDay {
      width: 39px;
      height: 35px;
    }
  .rccl_SICalWeekDay {
      width: 39px;
      height: 31px;
    }
  .rccl_SICalSelectDateBtnForMobile{
    display:block;
    margin:10px auto;
    width:250px;
   }
    .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay {
        width: 47%;
        margin-right: 10px;
        min-width:47%;
        /*padding-bottom: 10px;*/
    }
 .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{
     width:47%;
       min-width:47%;
 }   
 .rccl_SICalSelectDepHeadingOuter{
     width:100%;
 }
 .rccl_SICalenderOrSectionMobile{
      display:block;
      background:#000;
      width:100%;
      height:2px;
      margin-top:10px;
  }
  .rccl_SICalenderOrSectionMobile span{
      position:relative;
      left: 44%;
      top: -10px;
      padding: 0px 5px;
      background:#fff;
      display:block;
      width:27px;
      font-family: 'darwin-bold', sans-serif !important;
  }
  .rccl_SICalSelectRangeBg{
      margin-top:10px;
  }
}
@media only screen and (max-width :767px) and (orientation:portrait) {
    .rccl_SISelectDateOverlayInnerAnimate {height: 380px;}
    .rccl_SICalSelectDatesNext{margin-top:0;}
    .rccl_SICalSelectDatesMonthFirstContainer{margin-top:0;}
    .rccl_SICalSelectDatesPrev{margin-top:0;}
      .rccl_SICalender{
        width:274px;
    }
      #rccl_SICalSelectDeptDatesBtn{
        display:block;
        float:none;
         margin: 0 auto;
        margin-top: 10px;
    }
     .rccl_SICalSelectDateRangeBtn {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .rccl_SICalAvailableDay .rccl_SICalAvailableDayMark {
        width: 18px;
        height: 18px;
    }
    .rccl_SISelectDateOverlay{
         width:338px; 
         max-width:360px;
         padding: 20px 22px 20px 22px;
         max-height: 450px;
        overflow-y: scroll;
    }
    /*.rccl_SIFullCalOverlayContainer{
        display:none !important;
    }*/
  .rccl_SISelectDateOverlayInner {
        width:338px; 
        padding:18px 0;
    }
    .rccl_SICalSelectDatesMonthSecondContainer{
        display:none !important;
    }
     /*.rccl_SICalViewFullCalLink {
         display:none;
     }*/    
    .rccl_SICalSelectDepHeading {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .rccl_SICalClearDatesLink{
      display:none;
    }
    .rccl_SICalClearDatesLinkMobile1{
        display:block;
        margin-top: 10px;
        text-align: center;
        text-decoration:underline;
        cursor:pointer;
        
    }
    .rccl_SICalClearDatesLinkMobile1.rccl_SICalClearDatesLinkMobileDisable1{
        cursor:default;
        text-decoration:none;
    }
    .rccl_SICalenderContainerBg{
        padding:10px;
    }
    .rccl_SICalSelectDatesPrevContainer {
        width: 87%;        
    }
    .rccl_SICalSelectDatesNextContainer {
        width: 13%;
    }
    .rccl_SICalSelectDatesMonthFirstContainer {
        width: 79%;
        margin-right: 0%;
        margin-left: 8px;
    }
   .rccl_SICalSelectDatesMonthFirstContainer .rccl_SISearchFilterSelectList {
        border: 1px solid rgba(190,190,192,1);
    }
   .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted{
       height:34px;
   }
    .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownlist li:last-child{
      display:block;border-bottom:solid 1px #fff;
  }
  .rccl_SICalDay {
      width: 39px;
      height: 35px;
    }
  .rccl_SICalWeekDay {
      width: 39px;
      height: 31px;
    }
  .rccl_SICalSelectDateBtnForMobile{
    display:block;
    margin:10px auto;
    width:250px;
   }
   .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay {
       width: 49%; 
       min-width:49%; 
       margin-right: 1%;  
       margin-bottom: 10px;   
    }
    .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{
        width:49%;
        min-width:49%; 
    }
   .rccl_SICalenderOrSectionMobile{
      display:block;
      background:#000;
      width:100%;
      height:2px;
      margin-top:10px;
  }
  .rccl_SICalenderOrSectionMobile span{
      position:relative;
      left: 44%;
      top: -10px;
      padding: 0px 5px;
      background:#fff;
      display:block;
      width:27px;
      font-family: 'darwin-bold', sans-serif !important;
  }
  .rccl_SICalSelectRangeBg{
      margin-top:10px;
  }
 
}
@media only screen and (max-width :360px) and (orientation:portrait) {
    .rccl_SICalSelectDatesNext{margin-top:0;}
    .rccl_SICalSelectDatesMonthFirstContainer{margin-top:0;}
    .rccl_SICalSelectDatesPrev{margin-top:0;}
    .rccl_SISelectDateOverlay {       
        padding: 22px 15px 22px 15px;
        width:326px;
    }
    .rccl_SISelectDateOverlayInner{
        width:326px;
    }
}
@media only screen and (max-width :320px) and (orientation:portrait) {
    

    .rccl_SICalSelectDatesNext{margin-top:0;}
    .rccl_SICalSelectDatesMonthFirstContainer{margin-top:0;}
    .rccl_SICalSelectDatesPrev{margin-top:0;}

      .rccl_SICalender{
        width:274px;
    }
    #rccl_SICalSelectDeptDatesBtn{
        display:block;
        float:none;
         margin: 0 auto;
        margin-top: 10px;
    }
    .rccl_SICalSelectDateRangeBtn {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .rccl_SICalAvailableDay .rccl_SICalAvailableDayMark {
        width: 18px;
        height: 18px;
    }
    .rccl_SISelectDateOverlay {
        width: 100%;
        max-width: 288px;
        padding: 12px 25px 15px 25px;
        max-height: 380px;
        overflow-y: scroll;
    }    
    /*.rccl_SIFullCalOverlayContainer{
        display:none !important;
    }*/
  .rccl_SISelectDateOverlayInner {
        width:90%;
        padding:18px 0;
    }
    .rccl_SICalSelectDatesMonthSecondContainer{
        display:none !important;
    }
    /*.rccl_SICalViewFullCalLink {
        display:none;
    }*/
    .rccl_SICalSelectDepHeading{
        display:inline-block;
        margin-top: 15px;
        margin-bottom: 10px;
     }
    .rccl_SICalClearDatesLink {
       display:none;
    } 
    .rccl_SICalClearDatesLinkMobile1{
        display:block;
        margin-bottom: 10px;
        text-align: center;
        text-decoration:underline;
        cursor:pointer;
        
    }
    .rccl_SICalClearDatesLinkMobile1.rccl_SICalClearDatesLinkMobileDisable1{
        cursor:default;
        text-decoration:none;
    }
   .rccl_SICalClearDatesLink2.rccl_SICalClearDatesLinkDisable2{text-decoration:none;}

    .rccl_SICalenderContainerBg{
        padding:10px;
    }
    .rccl_SICalSelectDatesPrevContainer {
        width: 87%;        
    }
    .rccl_SICalSelectDatesNextContainer {
        width: 13%;
    }
    .rccl_SICalSelectDatesMonthFirstContainer {
        width: 79%;
        margin-right: 0%;
        margin-left: 8px;
    }
    .rccl_SICalSelectDatesMonthFirstContainer .rccl_SISearchFilterSelectList {
        border: 1px solid rgba(190,190,192,1);
    }
   .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted{
       height:34px;
   }
   .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownlist li:last-child{
      display:block;
  }
  .rccl_SICalDay {
      width: 39px;
      height: 35px;
   }
  .rccl_SICalWeekDay {
      width: 39px;
      height: 31px;
   }
  .rccl_SICalSelectDateBtnForMobile{
      margin:10px auto;
      width:250px;
     display:block;
   }
  .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay {
      width: 110px;
      margin-right: 1%;
      /*padding-bottom: 10px;*/
   }   
  .rccl_SICalenderOrSectionMobile{
      display:block;
      background:#000;
      width:100%;
      height:2px;
      margin-top:10px;
  }
  .rccl_SICalenderOrSectionMobile span{
      position:relative;
      left: 44%;
      top: -10px;
      padding: 0px 5px;
      background:#fff;
      display:block;
      width:27px;
      font-family: 'darwin-bold', sans-serif !important;
  }
  .rccl_SICalSelectRangeBg{
      margin-top:10px;
  }
}
@media only screen and (max-width :320px) and (orientation:portrait) {
    .rccl_SISelectDateOverlay {       
        padding: 20px 0 20px 0px;
        width: 288px;
    }
     .rccl_SISelectDateOverlayInner{
        width:288px;
    }
}



.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted{
    text-align:center;
    text-transform:uppercase;
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIWidgetDropdownSelcted{
    text-align:center;
    text-transform:uppercase;
}
.rccl_SISearchFilterToDateContainer .rccl_SIWidgetDropdownSelcted{
    text-transform:uppercase;
}
.rccl_SISearchFilterFromDateContainer .rccl_SIWidgetDropdownSelcted{
    text-transform:uppercase;
}
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SISearchFilterSelectList ul.rccl_SISearchFilterSelectListForDownDirection:after{
        top: -9px;
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SISearchFilterSelectList ul.rccl_SISearchFilterSelectListForDownDirection:after{
        top: -9px;
}
.rccl_SICalSelectRangeBg .rccl_SISearchFilterSelectList ul.rccl_SISearchFilterSelectListForUpDirection:after{
      bottom: -9px;
}
.rccl_SICalSelectDateRangeBtn.rccl_SICalSelectDateRangeBtnDisable{
    background-color: rgba(226,226,228,1);
    border-color: rgba(190,190,192,1); 
    pointer-events: none;
}
/*.carousel-indicators.rccl_fullCalenderCarouselIndicators{
    display:none;
}
.rccl_fullCalenderCarouselControlOuter{
    display:none;
}*/
.rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:after {
    position: absolute;
    bottom: -10px;
    right: 6px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: '';
}
.rccl_SISearchFilterToDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before, .rccl_SISearchFilterFromDateContainer ul.rccl_SIWidgetDropdownlistOuterForUpDirection:before {
    position: absolute;
    bottom: -11px;
    right: 5px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-top: 11px solid #ccc;
    border-left: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.rccl_SICalSelectDatesMonthFirstContainer ul.rccl_SIWidgetDropdownlistForDownDirection:after, .rccl_SICalSelectDatesMonthSecondContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:after {
    position: absolute;
    top: -10px;
    right: 6px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: '';
}
.rccl_SICalSelectDatesMonthFirstContainer  ul.rccl_SIWidgetDropdownlistForDownDirection:before, .rccl_SICalSelectDatesMonthSecondContainer ul.rccl_SIWidgetDropdownlistForDownDirection:before {
    position: absolute;
    top: -11px;
    right: 5px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.rccl_SISearchFilterFromDateContainer .rccl_SIWidgetDropdownlist ul li.disabled{
    pointer-events:none;
    display:none;
}
.rccl_SISearchFilterToDateContainer .rccl_SIWidgetDropdownlist ul li.disabled{
    pointer-events:none;
    display:none;
}
/*.rccl_SIFullCalOverlay .tooltip{position:fixed;}
.rccl_SIFullCalOverlay .jspPane{
    z-index:9;
    outline:none !important;
    
}*/
/* Chrome and Safari (Any) */

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
 
   .rccl_SIFullCalenderSection .rccl_SICalender:nth-of-type(2n+1) .rccl_SICalWeek  .tooltip:nth-child(2){
       left:0px !important;
    }
}*/
/* IE10+ CSS styles go here */
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.rccl_SIFullCalenderSection .rccl_SICalender:nth-of-type(2n+1) .rccl_SICalWeek  .tooltip:nth-child(2){
    
}
}*/
.rccl_SISearchFilterFromDateContainer option:disabled {
    color: #ccc;
    display:none;
}
.rccl_SISearchFilterToDateContainer option:disabled {
    color: #ccc;
    display:none;
}
/*.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIDropdownMenu li{
    display:none;
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIDropdownMenu li.rccl_SICalDropdownActiveMonth{
    display:block;
}
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIDropdownMenu li{
    display:none;
}
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIDropdownMenu li.rccl_SICalDropdownActiveMonth{
    display:block;
}*/

#drpCalDateFirst option{
    color:#ccc;
    pointer-events:none;
}
#drpCalDateFirst option.enabled{
   color:#6f6f71 !important;
   pointer-events:all;
}
.rccl_disabledmonth{
    display:none !important;
}
.rccl_SICalSelectDateRangeBtn{
    font-weight: 400 !important;
}
.rccl_SISearchFilterToDateContainer .rccl_SIWidgetDropdownlist li:first-child, .rccl_SISearchFilterFromDateContainer .rccl_SIWidgetDropdownlist li:first-child{
    display: block !important;
}
.rccl_SICalDay.rccl_SICalAvailableDay.rccl_SIday_inRange{
    background-color:rgba(253, 188, 49 , 0.5) !important;
}

.rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected.rccl_SIday_start, .rccl_SICalDay.rccl_SICalAvailableDay.rccl_SICalDaySelected.rccl_SIday_end {
    background: #fdbc31 !important;
}
#rccl_SICalendarTab{
    /*height:471px;*/
}

.rccl_SISelectDateOverlay{
    background:#fff;
}
.rccl_SICalBlankSection{
    height:100%;
    width:100%;
}.rccl_SIday_inRange{
    background-color:rgba(253, 188, 49 , 0.5) ;
}
 .rccl_CalTab {
     visibility:visible;
 }
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted {
    padding: 5px 10px;
}
.rccl_SICalSelectDatesMonthSecondContainer .rccl_SIWidgetDropdownSelcted {
    padding: 5px 10px;
}

 .rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownSelcted.drp_disabled {
    cursor: pointer;
    background: url(/assets/images/components/common/rccl_SIDropdownArrowDisable.png) no-repeat right #fff;
    background-position: right 11px center;
}
 .rccl_SICalSelectDatesMonthSecondContainer .rccl_SIWidgetDropdownSelcted.drp_disabled {
    cursor: pointer;
    background: url(/assets/images/components/common/rccl_SIDropdownArrowDisable.png) no-repeat right #fff;
    background-position: right 11px center;
}
 .rccl_SICalenderContainerBg .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
 .rccl_SISearchFilterToDateContainer.rccl_SISearchFilterToDateContainerOverlay{border:1px solid rgba(190,190,192,1) !important;}
 .rccl_SISearchFilterFromDateContainer.rccl_SISearchFilterFromDateContainerOverlay{border:1px solid rgba(190,190,192,1) !important;}
 .rccl_SICalSelectDatesMonthSecondContainer.rccl_SIWidgetDropdownlistOuter{
    border:1px solid rgba(190,190,192,1) !important;
    margin-bottom:0px;
 }
 .rccl_SICalSelectDatesMonthFirstContainer.rccl_SIWidgetDropdownlistOuter{
    border:1px solid rgba(190,190,192,1) !important;
    margin-bottom:0px;
 }

 .rccl_SICalSelectDatesMonthFirstContainer ul{
     display:block !important;
 }
 .rccl_SICalSelectDatesMonthSecondContainer ul{
     display:block !important;
 }
.rccl_SICalSelectDatesMonthFirstContainer .rccl_SIWidgetDropdownlist li:last-child .rccl_SIWidgetDropdownlistDivider {
    border-bottom: none;
}
.rccl_SICalTabs li{
    list-style:none;
}
.rccl_SICalenderShow{
    display:block !important;
}