/*
 * WPGear
 * Import Excel to Gravity Forms
 * style.css
*/

.gfxl_import_records_box {
	float: right;
    background: white;
    padding: 5px 2px 5px 2px;
    border-radius: 5px;
    margin: 20px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
.gfxl_import_btn_import_records {
	display: block;
	float: right;	
}
.gfxl_import_btn_dialog {
	font-size: small;
    padding: 3px 6px 3px 6px;
    font-weight: normal;
    line-height: normal;
    border: 2px outset buttonface;
	margin: 0px 2px 0px 2px;
}
.gfxl_import_btn_records_upload {
	width: 250px;
}
.gfxl_import_btn_file_upload {
	display: block;
	border: none;
	padding: 1px;	
}
.gfxl_import_records_infobox_filename {
	font-family: initial;
    margin-bottom: 5px;
	color: grey;
	text-align: center;	
}
.gfxl_import_records_infobox {
    font-size: small;
    margin-top: 5px;	
}
.gfxl_import_btn_records_info {
	padding: 5px;
}
.gfxl_import_btn_records_arrow {
	vertical-align: sub;
	color: royalblue;
	cursor: pointer;	
}
.gfxl_import_btn_import_records_processing {
	margin-left: 10px;
}
.gfxl_import_records_controlsbox {
	margin-top: 10px;
    text-align: center;
	font-size: small;
}
.gfxl_import_controlsbox_records {
	display: inline-block;
	margin-bottom: 10px;
}
.gfxl_import_controlsbox_buttons {
	
}
.gfxl_import_btn_cancel {
	display: inline-block;
	width: 86px;
}
.gfxl_import_btn_record_submit {
	width: 86px;
}