.custom-calender-icon {
    margin-top: -34px;
    float: left;
    padding-left: 14px;
    cursor: pointer;
    border-right: 1px solid #ccc;
    padding-right: 12px;
    height: 32px;
    margin-left: 0px;
    border-radius: 4px 0 0 4px;
    margin-left: 1px;
    background: #eee;
}

.custom-calender-icon.glyphicon-calendar:before {
    content: "\e109";
    margin-top: 9px;
    display: inline-block;
}

.custom_datepicker {
	padding-left: 52px;
}

.custom_datepicker[readonly],
.custom_datetimepicker[readonly] {
	background: transparent;
}

.datepicker-days .table-condensed th,
.datepicker-days .table-condensed td {
	min-width: 32px;
	padding:  5px;
}

.side-content-datepicker .custom_datepicker {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0;
    height: 18px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.side-content-datepicker .custom-calender-icon {
    background: transparent;
    border: none;
    margin-top: -27px;
    height: 20px;
    padding-right: 6px;
}