.datepicker-dropdown {
    width: 230px;
    height: 240px;
    background-color: #ffffff;
}

.datepicker table {
    width: 100%;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #d2d2d2;
    cursor: default;
}


.datepicker-days .table-condensed .prev{
    content: "\e062";
    font-family: "lindo-fonts" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pick_location_popup #map{
    float:left;
    width:100%;
    height:450px;

}