/* DatepickerCalendar
======================================================================================================
*/
    .calContainer-left
    {
        display: block;
    }
    
    .datepicker
    {
        display: none;
        }
    
    .select-date-button
    {
        display: block;
        width: 185px;
        height: 90px;
        margin: 0px;
        padding: 5px 7px 8px 7px;
        cursor: pointer;
        border: 1px solid #BDBEC0;
        /*float: left;*/
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow:hidden;
        font-family:Arial;
        text-transform:uppercase;
        font-weight:bold;
    }
    
    .date-top
    {
       clear:both;
       height: 20px;
       overflow: hidden;     
    }
    
    .date-info
    {
        clear:both;
        display:block;
        height: 65px;
    }
    
    .date-left,
    .date-right
    {
        height: 65px;
        display: block;
        font-family:Arial;
        
        overflow: hidden;
    }
    
    .date-left
    {
        width: 100px;
        float:left;
    }
        
    .date-right
    {
        width: 50px;
	    height: 60px;
	    padding: 2px 0 3px 0px;
	    /* float: right; */
    }
    
    
    .date-icon,
    .date-lable
    {
        font-size: 14px;
        line-height: 20px;
        float: left;
        text-transform:none;
    }
    
    .date-icon
    {
      background:url(../images/icon-calendar.png) center bottom no-repeat;
      background-size: contain;
      width: 15px;
      height: 15px;
      margin: 0 5px 0 0;
      
    }
    
    .date-fulldate
    {
        font-size:12px;
        display:none;
     }
     
    .date-date,
    .date-day,
    .date-month,
    .date-year
    {
        clear:both;
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;
        white-space: nowrap;
    }
    
    .date-date
    {
        height: 65px;
        font-size: 65px;
        line-height: 65px;
        
        vertical-align: middle;
    }
    
    .date-day
    {
        height:20px;
        font-size:15px;
        line-height: 20px;
     }
    .date-month
    {
        height:20px;
        font-size:15px;
        line-height: 20px;
    }
    .date-year
    {
        height:20px;
        font-size:15px;
        line-height: 20px;
    }
    
    .close-button
    {
        /*display: none;*/
        width: 151px;
        height: 30px;
        cursor: pointer;
        border: 1px solid black;
    }

    