|  | @@ -3,6 +3,7 @@ import { Row, Col, Input, FormGroup, Label } from "reactstrap";
 | 
	
		
			
				|  |  |  import Select from "react-select";
 | 
	
		
			
				|  |  |  import DatePicker from "react-datepicker";
 | 
	
		
			
				|  |  |  import "react-datepicker/dist/react-datepicker.css";
 | 
	
		
			
				|  |  | +// import "react-datepicker/dist/react-datepicker.css";
 | 
	
		
			
				|  |  |  import ms from "ms";
 | 
	
		
			
				|  |  |  import TmtDate from "./TmtDate";
 | 
	
		
			
				|  |  |  import { addDays, addMonths } from 'date-fns';
 | 
	
	
		
			
				|  | @@ -185,6 +186,7 @@ export class UploadSurat extends Component {
 | 
	
		
			
				|  |  |  								maxDate={this.state.startDay}
 | 
	
		
			
				|  |  |  								placeholderText="Isi Tanggal"
 | 
	
		
			
				|  |  |  								locale={id}
 | 
	
		
			
				|  |  | +								className="form-control bg-white"
 | 
	
		
			
				|  |  |  							/>
 | 
	
		
			
				|  |  |  						</span>
 | 
	
		
			
				|  |  |  					</FormGroup>
 | 
	
	
		
			
				|  | @@ -192,10 +194,10 @@ export class UploadSurat extends Component {
 | 
	
		
			
				|  |  |  				{!this.state.tmtCheck && (
 | 
	
		
			
				|  |  |  					<FormGroup row className="mt-3">
 | 
	
		
			
				|  |  |  						<label className="col-md-2 col-form-label">Isi TMT</label>
 | 
	
		
			
				|  |  | -						<Row>
 | 
	
		
			
				|  |  | +						<Row >
 | 
	
		
			
				|  |  |  							<Col>
 | 
	
		
			
				|  |  |  								<FormGroup>
 | 
	
		
			
				|  |  | -									<span className="col-sm-3 float-left">
 | 
	
		
			
				|  |  | +									<span className="ml-3">
 | 
	
		
			
				|  |  |  										<DatePicker
 | 
	
		
			
				|  |  |  											selected={this.state.awalsanksi}
 | 
	
		
			
				|  |  |  											onChange={(awalsanksi) => {
 | 
	
	
		
			
				|  | @@ -205,13 +207,15 @@ export class UploadSurat extends Component {
 | 
	
		
			
				|  |  |  											maxDate={this.state.startDay}
 | 
	
		
			
				|  |  |  											placeholderText="Dari Tanggal"
 | 
	
		
			
				|  |  |  											locale={id}
 | 
	
		
			
				|  |  | +											className="form-control bg-white"
 | 
	
		
			
				|  |  |  										/>
 | 
	
		
			
				|  |  |  									</span>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  								</FormGroup>
 | 
	
		
			
				|  |  |  							</Col>
 | 
	
		
			
				|  |  |  							<Col>
 | 
	
		
			
				|  |  |  								<FormGroup>
 | 
	
		
			
				|  |  | -									<span className="col-sm-3">
 | 
	
		
			
				|  |  | +									<span className="ml-3">
 | 
	
		
			
				|  |  |  										<DatePicker
 | 
	
		
			
				|  |  |  											selected={this.state.akhirsanksi}
 | 
	
		
			
				|  |  |  											onChange={(akhirsanksi) => {
 | 
	
	
		
			
				|  | @@ -222,6 +226,7 @@ export class UploadSurat extends Component {
 | 
	
		
			
				|  |  |  											maxDate={addMonths(new Date(this.state.awalsanksi), 6)}
 | 
	
		
			
				|  |  |  											placeholderText="Sampai tanggal"
 | 
	
		
			
				|  |  |  											locale={id}
 | 
	
		
			
				|  |  | +											className="form-control bg-white"
 | 
	
		
			
				|  |  |  										/>
 | 
	
		
			
				|  |  |  									</span>
 | 
	
		
			
				|  |  |  								</FormGroup>
 |