/* CSS Document */
.admin_page_easy_ufdc #content,
.admin_page_easy_ufdc #wpbody-content > .wrap,
#ufdc_settings,
#ufdc_settings #poststuff,
.ufdc-settings{
	float:left;
	width:100%;	
}
#ufdc_settings{
	overflow:hidden;
}
.admin_page_easy_ufdc #wpbody-content > .wrap{
	background-color:#fff;
	overflow:hidden;
	max-width:100%;
}
.admin_page_easy_ufdc #wpbody-content > .wrap > h2{
	padding:10px 10px;
}
.ufdc-settings table.form-table{
	width:60%;
	float:left;
}
.ufdc-settings .optional {
  background: rgba(70,125,250,0.8);
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #ddd;
  border-top-left-radius: 6px;
  float: right;
  margin: 20px 0;
  min-height: 600px;
  padding: 20px 10px 20px 22px;
  width: 36%;
  position:relative;
}
.ufdc-settings .optional h3 {
  background: rgba(70, 125, 250, 0.8) none repeat scroll 0 0;
  border: 0 none;
  border-top-left-radius: 6px;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 6px 16px 0;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: -20px;
}
.ufdc-settings .optional ul{
	padding:0;
	margin:0;
	width: auto;
}
.ufdc-settings .optional ul li{
	list-style:none;
	background: none;
}
.ufdc-settings .optional ul li label{
	padding:0;
	margin:0 0 0 4px;
	position:relative;
	top:-1px;
	font-size:14px;
	color:#fff;
}
.ufdc-settings .optional ul li input{
	padding:0;
	margin:0;	
}
.ufdc-settings .optional ul li label{
}
.ufdc-settings .optional ul li label strong{
	font-weight:normal;
}
.ufdc-settings .optional ul li label strong:nth-child(1),
.ufdc-settings .optional ul li.selected label strong:nth-child(2){
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.ufdc-settings .optional ul li label strong:nth-child(2),
.ufdc-settings .optional ul li.selected label strong:nth-child(1){
	color:#FF0;
	font-weight:normal;
	text-decoration:line-through;
}
.ufdc-settings .optional ul li.selected label strong:nth-child(1){
	color:#FFF;
}
.ufdc-settings .optional ul li.selected label strong:nth-child(2){
	color:#FF0;
}
#ufdc_settings pre{
	width:80%;
	float:left;
	padding:20px;
	background-color:#d54e21;
	color:#fff;	
	border-radius: 6px;
	font-size:14px;
	display:none;
}
#ufdc_settings pre a{
	color:#fff;
}
#ufdc_settings pre strong{
	color:#FF0;
}
.woocommerce-order-data .eufdc_wcpv{ width:300px; float:right; height:300px; overflow:auto; }
.easy_ufdc_page_to_implement,
.easy_ufdc_page_based_options{
	padding:0;
	margin:0;	
}

.easy_ufdc_page_to_implement li input[type="radio"],
.easy_ufdc_page_based_options li input[type="radio"],
.easy_ufdc_page_to_implement li label,
.easy_ufdc_page_based_options li label{
	margin:0;
	padding:0;	
}
.easy_ufdc_page_based_options.hides{
	display:none;
	
}
.eufdc_anims{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	display:none;
	
}
.eufdc_anims li{
	cursor:pointer;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #999;
	list-style:none;
	padding:10px;
}
.eufdc_anims li.selected,
.eufdc_anims li:hover{
	background-color:rgba(255,255,255,0.5);
	border:1px solid #F00;
}
.woocommerce_ufdc_upload_anim{
	text-align:center;
	float:left;
	cursor:pointer;
}
.woocommerce_ufdc_upload_anim b{
	display:block;
	font-weight:normal;
	font-size:10px;
}
.woocommerce_ufdc_upload_anim img,
.eufdc_anims li img{
	height:60px;
	width:auto;
}
.eufdc_premium:not(.igs){
	background: url("../img/premium-r.png");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 60px;	
	padding:10px 0;
}
.eufdc_pro_activated .eufdc_premium:not(.igs){
	background: url("../img/premium-g.png");
	background-repeat: no-repeat;	
	background-position: right 6px center;
	background-size: 60px;	
	padding:10px 0;	
}
li.eufdc_premium {
    background-color: rgba(5,105,155, 0.1) !important;
}
.easy_ufdc_page_to_implement li{
	padding-left:10px !important;
}
.eufdc_settings_div li.list-group-item{
	margin-bottom: 0;
}
.eufdc_settings_div a.nav-tab{
	cursor:pointer;
}
.eufdc_settings_div .hide{
	display:none;
}
.eufdc_settings_div .nav-tab-active{
	background-color:#FFF;
	color:#000;
}
#optional_settings{
	padding:10px 20px;
}
#optional_settings table{
	margin-top:20px;
}
#optional_settings table thead tr,
#optional_settings table tbody tr {
	margin-bottom: 4px;
	float: left;
	width: 100%;
}
#optional_settings table thead tr th,
#optional_settings table tbody tr td{
	width:300px;
	text-align:left;

}
#optional_settings table thead tr th:first-child,
#optional_settings table tbody tr td:first-child{
	width:100px;
}
.ufdc_upload_dir_nodes{
	background-color: rgba(234,255,0, 0.1);
	padding:20px;
	border:1px solid #333;
	font-size:12px;
}
.ufdc_upload_dir_nodes .valid_node{
}
.ufdc_upload_dir_nodes .invalid_node{
	text-decoration:line-through;
}
.ufdc_upload_dir_nodes .eufdc_legends{
	float:right;	
}
.ufdc_upload_dir_nodes .valid_node .eufdc_legends{
	color:#090;
}
.ufdc_upload_dir_nodes .invalid_node .eufdc_legends,
.ufdc_upload_dir_nodes .not_writable .eufdc_legends .writable_status{
	color:#F00;
}
.eufdc_premium span.min_max {
	display: inline-block;
	width: 80px;
}
.eufdc_premium input.min_max{
	width:120px;
}
.prog_wrapper {
	float: left;
	width: 100%;
	margin: 20px 0;
	font-size: 12px;
}
.prog_wrapper .prog_description {
	display: block;	
	font-weight: bold;
}
.prog_wrapper ul{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
.prog_wrapper ul li{
	line-height:22px;
}
.eufdc_download {
	cursor: pointer;
	font-size: 12px;
	width: 152px;
	display: inline-block;
	float:right;
}
.eufdc-wp-paths{
	font-size:12px;
	border:1px solid rgba(0,0,0,0.1);
	padding:4px;
	cursor:pointer;	
}
.eufdc-wp-paths:hover{
	background-color:rgba(234,255,0, 0.1);
}
.eufdc-wp-paths-div{
	display:none;
}
.eufdc-wp-paths ul{
	padding:12px;
	background-color:rgba(0,0,0,0.1);
}
.eufdc-wp-paths ul li{
	position:relative;
}
.eufdc-wp-paths ul li.active:after {
	content: "\f147";
	font-family: dashicons;
	color: coral;
	font-size: 36px;
	position: absolute;
	right: -14px;
	top: -14px;
}

.wrap .eufdc_settings_div b,
.wrap .eufdc_settings_div strong
{
	font-weight: 600;
}

.connected{
	position: relative;
}

.loading{
	display: none;
}

.connected::after{
	content: "\f147";
	font-family: dashicons;
	color:#4fb766;
	font-size: 36px;
	position: absolute;
	top: -14px;
}

.dropdown-item{
	cursor: pointer;
}
.igs .eufdc_premium {
	background-position: right 6px top 13px !important;
}
.ufdc-settings .optional .table_wrapper{
	border-top:20px solid #fff;
	border-bottom:20px solid #fff;
	margin:40px 0 0 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:20px 10px 20px 10px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;	
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.ufdc-settings .optional table,
.ufdc-settings .optional table textarea{
	width:100%;
}
.ufdc-settings .optional table th{
	color:#fff;
	width:50%;	
}
.ufdc-settings .optional table td{
	width:50%;
}
.eufdc-dimensions{
	cursor:pointer;
	border: 1px solid rgba(0,0,0,0.0);
}
.eufdc-dimensions:hover{
	border: 1px solid rgba(0,0,0,0.1);
}


#eufdc_image_dimension_tab_area{

	padding: 20px;
	width: 100%;
}

#eufdc_image_dimension_tab_area .eufdc_min_max_row,
#eufdc_image_dimension_tab_area .eufdc_files_restrictions{

	margin: 20px 0 20px 0;
}



#eufdc_image_dimension_tab_area .eufdc_min_max_row span ,
#eufdc_image_dimension_tab_area .eufdc_min_max_row input,
#eufdc_image_dimension_tab_area .eufdc_files_restrictions span,
#eufdc_image_dimension_tab_area .eufdc_files_restrictions input {

	display: inline-block;
}

#eufdc_image_dimension_tab_area .eufdc_min_max_row span{
	width: 10%;
}
#eufdc_image_dimension_tab_area .eufdc_files_restrictions span{
	width: 220px;
	float:left;
}
#eufdc_image_dimension_tab_area .eufdc_files_restrictions input{
	width:200px;
}

#eufdc_image_dimension_tab_area .eufdc_files_restrictions .eufdc_files_restrictions_rows{
	margin:0 0 10px 0;
	width:100%;
	float:left;
}

#eufdc_image_dimension_tab_area .description{

	margin: 0;
}

#eufdc_image_dimension_tab_area .eufdc_min_max_row input{

	width: 25%;
	float: none;
	margin-right: 10%;
}
.easy_ufdc_page_to_implement_div .iframe_div{
	display:none;

}
.easy_ufdc_page_to_implement_div .iframe_div iframe{
	height: 238px;
	width: 480px;		
}
.easy_ufdc_page_to_implement_div .iframe_div code{
	margin:20px 0;
}
.eufdc_settings_div h2.nav-tab-wrapper .nav-tab {
	border-bottom: 2px solid rgba(70,125,250,0.6);
	background-color: rgba(70,125,250,0.1);
	color: rgba(0,0,0,0.6);
}
.eufdc_settings_div h2.nav-tab-wrapper .nav-tab.nav-tab-active{
	border-bottom: 2px solid rgba(70,125,250,0.8);
	background-color: #ffffff;
	color:#000000;	
}
/*.eufdc_multiple_wrapper{*/
/*	display: none;*/
/*}*/

.eufdc_input_field th,
.eufdc_input_field td,
.eufdc_input_field_label th,
.eufdc_input_field_label td
{

	padding-top: 15px;

}

.eufdc_input_field_label{

	display: none;
}

table.woocommerce_order_items #order_line_items table.display_meta{
	display:none;
}
form#cleanup_settings {
	padding: 10px 10px 40px 10px;
}
.eufdc_settings_div svg.fa-ban{
	color:#F00;
}
.eufdc_settings_div li.list-group-item a{
	text-decoration:none;
}
.eufdc_settings_div ul.orphan_statistics {
	float: right;
	width: 200px;
	position: absolute;
	top: 64px;
	right: 10px;
}
.eufdc_settings_div ul.orphan_files {
	float: left;
	margin: 80px 0 10px 0;
	width: 100%;
}
.eufdc_settings_div ul.orphan_statistics li,
.eufdc_settings_div ul.orphan_files li{
	font-size:12px;
}
.eufdc-statistics-loading{
	display:none;
	margin:30px 0 0 40px;
}
.eufdc-orphan-actions,
.eufdc-orphan-delete {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	height: 52px;
	padding: 0;
}
.eufdc-orphan-delete {
	display:none;
	height: 24px;
	position: absolute;
	top: 176px;
	right: 10px;
    width: 238px;
}
div.eufdc_settings_div .fa-youtube{
	color:#F00;
	font-size:18px;
}
#woocommerce-order-actions ul li.order-attachment,
#woocommerce-order-actions ul li.order-attachment li {
	width: 100%;
	text-align:left;
}