/*
Theme Name: Pepco
Description: Il tema specifico per il software PEPCO OMS
Author: Andrea Cristina
Author URI: https://www.adv-player,com
Version: 1.1.16
Requires PHP: 7.0
Text Domain: pepco
*/

/*
COLORS
*/

* {
	font-family: 'Mulish', sans-serif;
	color: #5F5F5F;
	letter-spacing: .03em;
}

.fw-black {
	font-weight: 900;
}

body {
	background-color: #F7FAFC;
	min-height: 100%;
}

.btn-primary {
	background-color: #53B4E8;
	border-color: #53B4E8;
	color: #FFF;
	font-weight: 700;
	letter-spacing: .03em;
}

.btn-primary:hover {
	color: #fff;
	background-color: #389FD6;
	border-color: #389FD6;
}

.btn-primary:active {
	color: #fff;
	background-color: #318fc1;
	border-color: #318fc1;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #318fc1;
	border-color: #318fc1;
	box-shadow: 0px 0px 4px rgba(83, 180, 232, .9);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #53B4E8;
	border-color: #53B4E8;
	opacity: .4;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	opacity: .25;
}

.text-primary {
	color: #53B4E8 !important;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #53B4E8;
	border-color: #53B4E8;
}

.btn-secondary {
	background-color: #7999AA;
	border-color: #7999AA;
	color: #FFF;
	font-weight: 700;
	letter-spacing: .03em;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5e747f;
	border-color: #5E747F;
	color: #FFF;
	font-weight: 700;
}

.navbar {
	background-color: #C3DDEB;

}

.navbar-brand {
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .03em;
	background-color: #A2C1D1;
	padding: 7px 20px;
	border-radius: 7px;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	width: 55px;
	color: #FFFFFF !important;
	height: 55px;
	background-color: #a2c1d1;
	border: 0px;
	border-radius: 2em;
	transition: box-shadow .15s ease-in-out;
}

td.product-description * {
	font-size: 12px;
}

/* .gf_login_form {
	background-color: #FFF;
	border-radius: 25px;
	box-shadow: 0px 3px 10px rgba(0,0,0,.15);
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 20px;
} */



#gform_fields_login, #gform_fields_login ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#gform_fields_login label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

#gform_fields_login input[type="text"],
#gform_fields_login input[type="password"],
#lostpasswordform input[type="text"],
#resetpassform input[type="text"],
#resetpassform input[type="password"] {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 20px;
}

#lostpasswordform .form-row label {
	display: block;
	width: 100%;
	margin: 25px 0px;
}

#gform_fields_login .ginput_container_checkbox li {
	display: block;
	min-height: 1.5rem;
	padding-left: 0em;
	margin-bottom: 1rem;
}

#gform_fields_login .gfield_validation_message {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
	margin-bottom: 1.3em;
	margin-top: -15px;
	display: block;
}

.gf_login_form .gform_button,
#lostpasswordform .lostpassword-submit input[type="submit"],
#resetpassform .resetpass-submit input[type="submit"] {
	width: 100%;
	background-color: #53B4E8;
	color: #FFF;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid #53B4E8;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.password-reset-description {
	font-size: 12px;
}

.acf-button.disabled{
	pointer-events: none;
}
.acf-loading, .acf-spinner {
	height: 20px;
	width: 20px;
	vertical-align: text-top;
	background: transparent url(/wp-admin/images/spinner.gif) no-repeat 50% 50%;
	display:none;
}

.form-label.required::after {
	content: '\002A';
	color: red;
	display: inline-block;
	padding-left: 5px;
}

#product_modal #imgPreview {
	height: 70px;
	width: 70px;
	background-position: center center;
	border-radius: 5px;
	background-size: cover;
	border: dashed 3px #CCC;
	display: inline-block;
}

#removeImage {
	display: none;
}

.go-dashbord {
	color: #5F5F5F;
	text-decoration: none;
	letter-spacing: .03em;
}

.section-title {
	font-weight: 800;
	color: #5F5F5F;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.comment-respond .logged-in-as {
	display: none;
}

#multipleShippingTable_wrapper .dataTables_scrollHeadInner,
#multipleShippingTable_wrapper .dataTables_scrollHeadInner table,
#shippingPoints_wrapper .dataTables_scrollHeadInner,
#shippingPoints_wrapper .dataTables_scrollHeadInner table {
	width: 100% !important;
}

#ordersTable thead,
#orderTable thead,
#productsTable thead,
#pdvTable thead,
#shippingPoints thead {
	background-color: #C3DDEB;
}

#ordersTable thead th,
#orderTable thead th,
#productsTable thead th,
#pdvTable thead th,
#shippingPoints thead th {
	font-weight: 400;
	padding: 15px;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
	bottom: 1em !important;
}

#orderTable_info {
	display: none;
}

.process-thumb {
	max-width: 75px;
}

li.comment {
	list-style-type: none;
}

li.comment.odd {
	background-color: #d8e2e9;
}

li.comment.even {
	background-color: #FFFFFF;
}

.comment-reply-title a:not(.btn) {
	color: #5F5F5F;
	font-weight: 800;
	font-size: .79em;
	text-transform: uppercase;
	letter-spacing: .03em;
}



.acf-field {
	margin-bottom: 30px;
}

.acf-input {
	position: relative;
}

.acf-input-prepend {
	position: absolute;
	width: 50px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #e5e5e5;
	color: #717171;
	border: 1px solid #ced4da;
	border-radius: 0.25rem 0px 0px 0.25rem;
	text-align: center;
	line-height: 35px;
	font-size: 1.2em;
}

.acf-input-append {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: #e5e5e5;
	color: #717171;
	border: 1px solid #ced4da;
	border-radius: 0.25rem 0px 0px 0.25rem;
	text-align: center;
	line-height: 35px;
	font-size: 1.2em;
}

.form-control.acf-is-prepended {
	padding-left: 60px;
}

.form-control.acf-is-appended {
	padding-right: 60px;
}


footer {
	background: #323232;
	margin-top: 50px;
}