/* CSS Document */

fieldset input[type=checkbox] {
	margin-right: 10px;
}

.gfee_form span {
	color: #0a0;
	cursor: pointer;
    float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.gfee_form span:hover {
	color: #00a;
}

.gfee_field_column  {
    float: left;
    max-width: 300px !important;
    width: 90%;
}

.gfee_form_fields label {
    float: left;
    width: 100%;
}

.gfee_form, .gfee_field {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}

.gfee_form_fields {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
	display: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.gfee_field_column {
    margin-right: 10px;
	width: 36px;
}

.btn_gfee_export_now {
	
}

.gfee_file_header {
	width: 100%;
}

.gfee_export_import {
	display: none;
}

.gfee_export_import_settings {
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
}

.btn_gfee_import_now {
	display: none;
	margin-left: 10px;
}

.gfee_spin {
	float: left;
	margin-right: 5px;
}

.gfee_email_template_div {
	display: none;
}

.gfee_email_template {
    height: 300px;
    width: 100%;
}

.gfee_edit_template {
	cursor: pointer;
	margin-left: 10px;
}

.gfee_advanced_title {
    color: #b00;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.gfee_advanced_options {
	display: none;
	background-color: #eee;
    padding: 20px;
}

.gfee_file_schedule_wrap, .gfee_remove_file_schedule_wrap {
	float: left;
	padding: 10px;
}

.gfee_clear {
	clear: both;
}

.gfee_alert {
    color: #b00;
    font-weight: 700;
}