File: /var/www/html/amberconcept/wp-content/plugins/woocommerce-upload-files/css/wcuf-backend.css
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
h4 {
font-size: 24px;
margin-top: 15px;
margin-bottom: 10px;
text-transform: uppercase;
color: #96588a;
}
input[type="text"].wcuf_upload_field_name
{
border-radius: 15px;
border: none;
background: #fbfbfb;
padding: 5px 15px 5px 15px;
max-width: 90% !important;
margin-bottom: 10px;
}
input[type="text"]
{
border-radius: 15px;
border: none;
padding: 5px 15px 5px 15px;
max-width: 90% !important;
}
input[type="number"]
{
border-radius: 15px;
border: none;
padding: 5px 15px 5px 15px;
margin-bottom: 10px;
height: 30px;
}
a.wcuf_tooltip {outline:none; }
a.wcuf_tooltip strong { font-weight:bold;}
a.wcuf_tooltip:hover {text-decoration:none;}
a.wcuf_tooltip span {
z-index:10;
display:none;
padding:20px;
margin-top:10px;
width:600px;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
}
a.wcuf_tooltip:hover span{
display: block;
position: absolute;
color: #9e588a;
background: #f8f8f8;
overflow: hidden;
width: auto;
}
/*CSS3 extras*/
a.wcuf_tooltip span
{
border-radius: 3px;
box-shadow: 1px 1px 2px 0px #888;
}
.wcuf_updated
{
margin: 5px 0 15px !important;
background: #fff;
border-left: 4px solid #46b450;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 5px 15px 2px;
padding: 1px 12px;
width: 90%;
}
.wcuf_dimensions_box, .wcuf_dpi_box, .wcuf_crop_box
{
border: 1px solid #d3d3d3;
margin-top: 15px;
padding: 15px;
}
.wcuf_standard_bordered_box
{
/* border: 1px solid #d3d3d3; */
margin-top: 15px;
padding: 15px;
}
.wcuf_dimensions_logical_operator
{
display:block;
margin: 30px 0px 15px 0px;
}
.wcuf_pdf_label
{
color:white;
background:#C01E07;
padding: 5px;
font-weight: bold;
}
.wcuf_drag_button_container
{
display:block;
clear:both;
overflow:hidden;
}
.wcuf_sort_button {
background: #96588a;
border-radius: 3px;
box-shadow: none;
color: white;
float: right;
font-weight: bold;
padding: 7px;
text-shadow: none;
cursor: grabbing;
}
.wcuf_sort_button::before
{
}
.full_block_container, ..full_block_container_with_background
{
vertical-align: top;
display: block;
clear:both;
}
.full_block_container_with_background
{
margin-top: 20px;
background: #f8f8f8;
padding: 20px;
border-radius: 3px;
width: 90%;
}
.half_block_container label:first-child, .half_block_fixed_container label:first-child, .one_third_block_container label:first-child
{
margin-top: 0px;
}
.half_block_fixed_container
{
vertical-align: top;
display: inline-block;
margin-right: 40px;
margin-bottom: 10px;
width: 42%;
margin-top: 20px;
background: #f8f8f8;
padding: 20px;
border-radius: 3px;
}
.half_block_container
{
vertical-align: top;
display: inline-block;
margin-right: 40px;
margin-bottom: 10px;
max-width: 42%;
/* padding: 15px; */
margin-top: 20px;
background: #f8f8f8;
padding: 20px;
border-radius: 3px;
}
.one_third_block_container
{
vertical-align: top;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
max-width: 30%;
margin-top: 20px;
background: #f8f8f8;
padding: 20px;
border-radius: 3px;
}
.wcuf_title_container
{
float:left;
max-width: 48%;
}
.wcuf_visibility_info_box
{
background: #f8f8f8;
color: white;
display: inline-block;
margin-bottom: 25px;
padding: 5px 20px 20px 20px;
vertical-align: top;
float: right;
margin-right: 15px;
font-family: 'Libre Baskerville', serif;
color: #96588a;
/* border: 1px dashed; */
border: 1px solid #dedede;
max-width: 45%;
}
@media screen and (max-width:1300px) {
.wcuf_visibility_info_box {
float: left;
}
}
.wcuf_visibility_type_category_label, .wcuf_visibility_type_product_label
{
font-weight: bold;
display:block;
margin-top: 5px;
}
.wcuf_visibility_type_info {
font-weight: bold;
display:block;
}
.wcuf_text_field_large
{
width: 400px;
}
input
{
/* margin-bottom:35px; */
margin-bottom:5px;
}
#wcuf_error_box {
background: orange;
color: white;
font-weight: bold;
margin-bottom: 10px;
padding: 10px 0 10px 10px;
width: 80%;
margin-left: 20px;
}
.wcuf_preloader_image {
clear: both;
display: none;
margin-top: 5px;
width: 32px;
}
.wcuf_required:after
{
content:" *";
color:red;
}
.wcuf_already_uploaded_message_label
{
margin-top:40px;
}
.upload_description
{
/* margin-bottom: 50px; */
}
.wcuf_no_margin_top
{
margin-top: 0px !important;
}
.wcuf_no_margin_bottom
{
margin-bottom: 0px !important;
}
.input_box {
background: white none repeat scroll 0 0;
box-shadow: 1px 1px 2px;
box-sizing: border-box;
margin-top: 8px;
padding: 25px;
width: 90%;
overflow: hidden;
}
@media screen and (max-width:1300px) {
.input_box {
width: 100%;
}
}
.ui-state-highlight {
background:#d3d3d3;
border:1px dotted #333;
height:250px;
width:80%;
margin-top: 0px;
}
p.wcuf_duplicate_field_description
{
font-style: italic;
font-weight: bold;
display:block;
clear:both;
margin-right: 5px;
}
p{
margin-top: 10px;
margin-bottom:10px;
font-family: 'Raleway', sans-serif;
font-size: 14px;
/* line-height: 1.6; */
}
p.section_description
{
margin-top:10px;
}
.option_label
{
margin-top:20px;
margin-bottom:3px;
}
label
{
display:block;
margin-bottom:5px;
font-weight:bold;
cursor:auto;
clear: both;
margin-top: 10px;
font-size: 15px;
}
textarea
{
display:block;
margin-bottom:10px;
clear:both;
}
.wcuf_single_file_upload_options_container
{
}
.wcuf_multiple_files_upload_options_container
{
display: block;
border: 1px solid #d3d3d3;
padding: 20px;
margin-top: 20px;
}
.wcuf_hidden
{
display:none;
}
.spacer_small
{
margin-top: 20px;
display:block;
clear:both;
}
.spacer
{
margin-top:100px;
display:block;
clear:both;
}
.upload_categories_box
{
display:none;
}
.input_box h2
{
white-space: nowrap;
color: #f2f2f2;
background: #96588a /* red -> #ff4a4a */;
font-size: 30px;
line-height: 35px;
font-weight: 700;
/* float: left; */
display: table-cell;
padding: 10px;
margin: 0px 5px 10px 0px;
font-family: 'Libre Baskerville', serif;
}
.wcuf_display_as_block
{
display: block !important;
clear: both;
}
.wcuf_section_header_container
{
overflow: hidden;
display:block;
margin-top: 50px;
}
.input_box h3
{
/* font-family: 'Libre Baskerville', serif;
background: #96588a none repeat scroll 0 0;
color: white;
margin-top: 40px;
padding: 8px 15px 8px 8px; */
color: #96588a/* red -> #ff4a4a */;
background: #efefef; /* #f2f2f2; */
font-size: 30px;
line-height: 35px;
font-weight: 700;
display: table-cell;
padding: 10px;
margin: 0px 5px 10px 0px;
font-family: 'Libre Baskerville', serif;
width: 100%;
}
.wp-core-ui .button.wcuf_collapse_options, .wp-core-ui .button.wcuf_collapse_options.focus, .wp-core-ui .button.wcuf_collapse_options, .wp-core-ui .button.wcuf_collapse_options:focus
{
background: #26A65B none repeat scroll 0 0;
border-color: #26A65B;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:20px;
display:block;
}
.wp-core-ui .button.wcuf_collapse_options:hover
{
background: #87D37C none repeat scroll 0 0;
border-color: #87D37C ;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:20px;
display:block;
}
.wp-core-ui .remove_field.button-secondary,
.wp-core-ui .remove_field.button-secondary.focus,
.wp-core-ui .remove_field.button-secondary,
.wp-core-ui .remove_field.button-secondary:focus
{
background: #D91E18 none repeat scroll 0 0;
border-color: #D91E18;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:10px;
display:inline-block;
margin-right: 10x;
}
.wp-core-ui .remove_field.button-secondary:hover
{
background: #FF0000 none repeat scroll 0 0;
border-color: #FF0000 ;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:10px;
display:inline-block;
margin-right: 10x;
}
.wp-core-ui .duplicate_field.button-secondary,
.wp-core-ui .duplicate_field.button-secondary.focus,
.wp-core-ui .duplicate_field.button-secondary,
.wp-core-ui .duplicate_field.button-secondary:focus
{
background: #39597E none repeat scroll 0 0;
border-color: #39597E;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:10px;
display:inline-block;
margin-right: 10x;
}
.wp-core-ui .duplicate_field.button-secondary:hover
{
background: #446CB3 none repeat scroll 0 0;
border-color: #446CB3 ;
box-shadow: none;
font-weight: bold;
color:white;
margin-bottom:10px;
display:inline-block;
margin-right: 10x;
}
.wcuf_box_hidden
{
display:none;
}
.wcuf_collapsable_box {
/* border: 1px solid #d3d3d3;
padding: 30px; */
border: 1px solid #dedede;
padding: 20px;
clear: both;
overflow: hidden;
}
input[type="text"], input[type="password"], input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="radio"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="search"], select, textarea {
max-width: 80%;
/* clear: both;
display: block; */
}
.wcuf_select2
{
width:450px;
}
/* .select2-container .select2-search--inline {
z-index: 999;
} */
.select2-results__option
{
z-index: 999;
}
.select2-results
{
margin: 34px 4px 4px 0;
}
.wcuf_collapsable_box label i {
color: red;
}
.select2-results li {
min-height: 20px;
}
.select2-search {
z-index: inherit;
}
.select2-dropdown.select2-dropdown--below {
/* margin-top: 30px; */
}
.select2-dropdown.select2-dropdown--above
{
/* margin-bottom: 30px */
}
.wcuf_no_margin_bottom
{
margin-bottom:0px;
}
.wcuf_product_page_visibility_sub_option
{
border: 1px solid #d3d3d3;
margin: 10px 0 40px 10px;
padding: 20px 0 5px 20px;
}
/* Shipping method table */
.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr th.first-head {
color: black;
}
table thead tr a, table tfoot tr th a {
color: #a46497;
}
.wc_shipping.widefat.wp-list-table {
margin-bottom: 50px;
}
/* toggle */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
vertical-align: top;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #bfbfbf;
-webkit-transition: .4s;
transition: .4s;
border-radius: 80px;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 20px;
}
input:checked + .slider {
background-color: #96588a;
}
input:disabled + .slider { /* modified: added */
background-color: #333;
}
input:focus + .slider {
box-shadow: 0 0 1px #96588a;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}