﻿.exchangerate_box {
    background-color:#0877c7;width:100%;padding-left:2px;
}

	.exchangerate_box .row-fluid {
		background:none !important;
	}

.ui-datepicker {
    background: #fff;
    
}
/*selected date */
.ui-state-active{
    color:red !important;
}
/*todays date*/
.ui-state-highlight{
    border:none !important;    
}

.btn_calculate {
    height: 42px;
    padding: 0px 20px;
}