@charset "utf-8";
/* CSS Document */
.gform_tab_content {
	overflow: hidden;
	min-height: 370px;
}

#form_settings {
	margin-top: 0;
	padding-top: 2px;
}
.gform_tab_content h3 {
	font-size: 1.6rem;
	margin-top: 2px;
	display: block;
	font-weight: 600;
	color: #23282d;
}
.formDiv{
	position: relative;
}
.labelDiv{
	width: 10%;
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
    font-size: 20px;
    padding-top: 3px;
}
.uploadFileDiv{
	padding-top: 10px;
}
.submitBtn {
	padding-top: 40px;
    /*padding-left: 54px;
	float: left;*/
}
.gaddon-section.gaddon-first-section {
	padding-top: 0;
	border-top: 0;
}
.gaddon-section {
	padding: 20px 0 0;
	margin: 0 0 20px;
}
.gaddon-section-description .three-col {
	margin-top: 10px;
}
.gaddon-section-description .three-col:after {
	clear: both;
	content: '';
	display: block;
}
.gaddon-section-description .gv-import-icon {
	width: 85px;
	height: 90px;
	font-size: 90px;
	display: inline-block;
	color: #464b50;
}
.gaddon-section-description .three-col>div {
	width: 33%;
	float: left;
	text-align: center;
}
.dashicons, .dashicons-before:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .1s ease-in 0;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gaddon-section-description p {
	font-size: 16px;
	line-height: 1.5;
	color: #444;
	margin: 1em 0;
}
.gaddon-section-description p a{
	color: #0073aa;
}
table.gforms_form_settings {
	margin: 0 0 18px;
}
.form-table {
	border-collapse: collapse;
	margin-top: .5em;
	width: 100%;
	clear: both;
	font-size: 14px;
}
.gaddon-section-description .gforms_form_settings th, .gaddon-section-description .gforms_form_settings td {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f3;
}
.gaddon-section-description .gforms_form_settings th {
	font-size: 15px;
}
table.gforms_form_settings th {
	text-align: left;
	width: 200px;
	font-weight: 400;
	vertical-align: top;
	padding-left: 10px;
	color:#444;
}
.gaddon-section-description .gforms_form_settings th, .gaddon-section-description .gforms_form_settings td {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f3;
}
.form-table td {
	margin-bottom: 9px;
	padding: 15px 10px;
	line-height: 1.3;
	vertical-align: middle;
}
.gaddon-section-description .gforms_form_settings #gaddon-setting-row-file td input {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 30px;
	max-width: 380px;
}
.description, .gfield_description, .instruction {
	font-size: 16px;
	line-height: 1.5;
	clear: both;
	padding: 10px 0 0;
	font-family: inherit;
}
.description p{
	color:#444 !important;
}

#tab_gravityview-importer .gforms_form_settings th, #tab_gravityview-importer .gforms_form_settings td {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f3;
}
#tab_gravityview-importer .gforms_form_settings th {
	font-size: 15px;
}
table.gforms_form_settings th {
	text-align: left;
	width: 200px;
	font-weight: 400;
	vertical-align: top;
	padding-left: 10px;
}
#tab_gravityview-importer .gforms_form_settings button {
	margin-top: 10px;
}
.button, .button.button-small {
	/*height: 24px;*/
	line-height: 22px;
	padding: 0 8px 1px;
	font-size: 11px;
	width:135px;
	margin-top: 10px;
}
.button-primary {
	background: #4dcadd !important; 
	border-color: #4dcadd #4dcadd #4dcadd  !important;
	-webkit-box-shadow: 0 1px 0 #4dcadd  !important;
	box-shadow: 0 1px 0 #4dcadd  !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 0 -1px 1px #4dcadd, 1px 0 1px #4dcadd, 0 1px 1px #4dcadd, -1px 0 1px #4dcadd;
	box-sizing: border-box;
	border-radius: 3px;
	white-space: nowrap;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	display: inline-block;

}
.button, .button.button-secondary {
	color: #555;
	border-color: #ccc;
	background: #f7f7f7 ;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
	vertical-align: top;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 1px;
	width: auto;
}
.button, .button-primary, .button-secondary {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	/*height: 28px;*/
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tab_gravityview-importer .gforms_form_settings code {
	background: none;
	font-size: 16px;
}
.code, code {
	font-family: Consolas,Monaco,monospace;
	unicode-bidi: embed;
}
.settings-field-map-table select{
	opacity: 1;
	height: 36px;
}
#tab_gravityview-importer .gforms_form_settings #gaddon-setting-row-remove-file .dashicons-media-spreadsheet {
	font-size: 30px;
	height: 30px;
	width: 30px;
	color: #82878c;
	margin-bottom: 5px;
}
.gform_tab_content input.button-primary {
	margin: 10px 0 20px;
	letter-spacing: .3pt;
	font-weight: 400;
}
.button.button-primary.button-hero {
	-webkit-box-shadow: 0 2px 0 #006799;
	box-shadow: 0 2px 0 #006799;
}
.button.button-hero {
	font-size: 14px;
	height: 46px;
	line-height: 44px;
	padding: 0 36px;
	width: auto;

}
.gravityview-importer-console {
	max-height: 300px;
	overflow-y: auto;
	background: #191e23;
	font-family: "courier new", courier, monospace;
	padding: 0.5em 20px;
	margin: 10px 0;
	border: 3px green double;
	color: limegreen;
}
.gravityview-importer-console .import-error {
	color: lightcoral;
}
.gravityview-importer-console p {
	margin: 0;
	padding: .25em 0;
	font-size: 14px;
}
.gravityview-importer-console p.success {
	border-top: 1px solid #1f252a;
}
.gravityview-importer-console p {
	margin: 0;
	padding: .25em 0;
	font-size: 14px;
}
.gravityview-importer-status.complete {
	color: green;
}
.gravityview-importer-report {
	margin-top: 20px;
}
.gravityview-importer-report .two-col {
	width: 48%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
}
.gform_tab_content h3 {
	font-size: 1.6rem;
	margin-top: 2px;
}
#tab_gravityview-importer .subtitle {
	padding-left: 0;
	margin-bottom: 20px;
}
.subtitle {
	margin: 0;
	padding-left: 25px;
	color: #555d66;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.gravityview-importer-report .error, .gravityview-importer-report .updated {
	max-height: 300px;
	overflow-y: auto;
}
.notice-error, div.error {
	border-left-color: #dc3232 !important;
}
#tab_gravityview-importer ul {
	margin: 0.5em 0 0;
	padding: 2px;
}
#tab_gravityview-importer li {
	display: list-item;
	list-style: square;
	margin-left: 1.5em;
}
.notice, div.error, div.error, div.updated {
	margin: 5px 0 15px !important;
}
.button.button-large {
	height: 30px;
	line-height: 8px !important;
	padding: 0 12px 2px;
	width: auto;
}
.gaddon-section-description {
	display:none;
}
.notice, div.error, div.updated {
	background: #fff;
	border-left: 4px solid #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin: 5px 15px 2px;
	padding: 1px 12px;
	background-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.notice-success, div.updated {
	border-left-color: #46b450;
}
#gaddon-setting-row-upload_files {
	display: none;
}
	
#gaddon-setting-row-ignore_required {
	display: none;
}
#gaddon-setting-row-use_default_value {
	display: none;
}
#gaddon-setting-row-overwrite_post_data {
	display: none;
}
#gaddon-setting-row-overwrite_entry {
	display: none;
}
#gaddon-setting-row-process_feeds {
	display: none;
}
#gaddon-setting-row-condition {
	display: none;
}
#gaddon-setting-row-gform-settings-save {
	display: none;
}
.field-map-table tr{
	vertical-align: middle !important;
}
.field_map{
	padding: 5px !important;
    font-size: 14px;
    color: #000000;
    margin: 0px !important;
}
.alt {
	background-color: #F7F7F7 !important;
}
#popupContent {
    opacity: .8;
    filter: alpha(opacity=80);
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10000;
}
#myProgress {
	width: 98%;
    background-color: #ddd;
    /* min-height: 90%; */
    display: block;
    /* max-width: 560px;
    min-width: 560px; 
    position: fixed;*/
    top: 60%;
    left: 38%;
    z-index: 999999;
    overflow: auto;
    outline: none;
    margin: 0 10px 0px 0px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
	float:left;
}
#importFormResultDiv {
   width:50%;
}

#myBar {
  	width: 1%;
  	background-color: #4CAF50;
	color:#fff;
	padding:0.01em 16px;
}
.import_progress{
	margin-bottom: 20px;
	display:none;
}
.import_log{
	width: 99%;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
    margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	background-color: #000;
    color: #588B58;
	max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}
.error {
	color: #D70B0F;
}
.errorHeading{
	color: #D70B0F;
}