.lpc-modal #lpc_layer_relays, .lpc-modal .content{
height: 100%;
}
a#lpc_pick_up_web_service_show_map{
cursor: pointer;
}
.lpc-modal .wc-backbone-modal-main{
overflow: hidden;
}
#lpc_layer_error_message{
color: red;
}
#lpc_map{
height: 100%;
}
#lpc_left{
width: calc(100% - 220px);
height: calc(100% - 70px);
min-height: 400px;
float: left;
}
#lpc_right{
float: right;
height: calc(100% - 70px);
min-height: 400px;
width: 220px;
overflow: hidden;
overflow-y: auto;
padding-left: 10px;
} #lpc_search_address{
text-align: center;
}
.lpc_modal_relays_search_input{
width: 100%;
max-width: 300px;
margin-right: 30px;
margin-left: 10px;
}
#lpc_modal_address_details{
display: inline-block;
}
#lpc_modal_relays_search_address input{
max-width: 500px;
}
#lpc_modal_relays_search_zipcode input{
width: 80px;
}
#lpc_modal_relays_search_city input{
width: 180px;
}
.lpc_modal_relays_search_input, #lpc_layer_button_search{
margin-bottom: 1rem;
}
#lpc_layer_relays_loader{
height: 15px;
}
.lpc-modal #lpc_layer_relays_loader{
z-index: 1000;
border: none;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgb(255, 255, 255);
opacity: 0.6;
cursor: default;
position: absolute;
} .lpc_relay_separator{
width: 100%;
margin: 1rem 0;
}
.lpc_layer_relay_name{
font-size: 16px;
font-weight: bold;
}
.lpc_layer_relay_address{
font-size: 12px;
color: grey;
}
.lpc_layer_relay_address_street{
display: block;
}
.lpc_layer_relay_distance{
font-size: 12px;
}
.lpc_layer_relay_button_choose{
margin: 1rem;
float: right;
}
.lpc_layer_relay_id,
.lpc_layer_relay_latitude,
.lpc_layer_relay_longitude,
.lpc_layer_relay_schedule,
.lpc_layer_relay_address_country,
.lpc_layer_relay_type{
display: none;
} .lpc_store_name{
font-weight: bold;
font-size: 14px;
display: block;
}
.lpc_store_address{
color: grey;
font-size: 12px;
}
.lpc_store_schedule table td{
padding: 0 2px 0 0;
font-size: 12px;
} #lpc_change_my_relay{
color: #06187c;
text-decoration: underline;
cursor: pointer;
} @media all and (max-width: 1500px){
#lpc_modal_relays_search_address{
width: 100%;
display: block;
}
#lpc_modal_relays_search_address input{
max-width: 80%;
}
#lpc_modal_address_details{
display: block;
}
#lpc_modal_relays_search_zipcode{
width: 30%;
display: inline-block;
}
#lpc_modal_relays_search_zipcode input{
max-width: 80%;
}
#lpc_modal_relays_search_city{
width: 40%;
display: inline-block;
}
#lpc_modal_relays_search_city input{
max-width: 80%;
}
}
@media all and (max-width: 1023px){
#lpc_right{
float: left;
width: 100%;
height: auto;
overflow: visible;
padding-left: inherit;
padding-top: 10px;
}
#lpc_left{
width: 100%;
height: 400px;
}
.lpc_layer_relay_address{
float: left;
}
.lpc_relay_choose_btn{
float: right;
}
}.lpc-modal section, .lpc-modal article{
height: 100%;
}  .lpc-modal .wc-backbone-modal .wc-backbone-modal-content{
position: fixed;
background: #fff;
z-index: 100000;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
min-width: 1050px;
width: 80%;
height: 80%;
}
.lpc-modal .wc-backbone-modal .wc-backbone-modal-content article{
overflow: auto;
}
.lpc-modal .wc-backbone-modal .select2-container{
width: 100% !important;
}
@media screen and (max-width: 782px){
.lpc-modal .wc-backbone-modal .wc-backbone-modal-content{
width: 100%;
height: 100%;
min-width: 100%;
}
}
.lpc-modal .wc-backbone-modal-backdrop{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 360px;
background: #000;
opacity: 0.7;
z-index: 99900;
}
.lpc-modal .wc-backbone-modal-main{
padding-bottom: 10px;
}
.lpc-modal .wc-backbone-modal-main header,
.lpc-modal .wc-backbone-modal-main article{
display: block;
position: relative;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header{
height: auto;
background: #fcfcfc;
padding: 1em 1.5em;
border-bottom: 1px solid #ddd;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header h1{
margin: 0;
font-size: 18px;
font-weight: 700;
line-height: 1.5em;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{
cursor: pointer;
color: #777;
height: 54px;
width: 54px;
padding: 0;
position: absolute;
top: 0;
right: 0;
text-align: center;
border: 0;
border-left: 1px solid #ddd;
background-color: transparent;
transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before{
font: normal 22px/50px 'dashicons' !important;
color: #666;
display: block;
content: '\f335';
font-weight: 300;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover, .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{
background: #ddd;
border-color: #ccc;
color: #000;
}
.lpc-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{
outline: none;
}
.lpc-modal .wc-backbone-modal-main article{
padding: 1.5em;
}
.lpc-modal .wc-backbone-modal-main article p{
margin: 1.5em 0;
}
.lpc-modal .wc-backbone-modal-main article p:first-child{
margin-top: 0;
}
.lpc-modal .wc-backbone-modal-main article p:last-child{
margin-bottom: 0;
}
.lpc-modal .wc-backbone-modal-main article .pagination{
padding: 10px 0 0;
text-align: center;
}
.lpc-modal .wc-backbone-modal-main article table.widefat{
margin: 0;
width: 100%;
border: 0;
box-shadow: none;
}
.lpc-modal .wc-backbone-modal-main article table.widefat thead th{
padding: 0 1em 1em 1em;
text-align: left;
}
.lpc-modal .wc-backbone-modal-main article table.widefat thead th:first-child{
padding-left: 0;
}
.lpc-modal .wc-backbone-modal-main article table.widefat thead th:last-child{
padding-right: 0;
text-align: right;
}
.lpc-modal .wc-backbone-modal-main article table.widefat tbody td,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody th{
padding: 1em;
text-align: left;
vertical-align: middle;
}
.lpc-modal .wc-backbone-modal-main article table.widefat tbody td:first-child,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody th:first-child{
padding-left: 0;
}
.lpc-modal .wc-backbone-modal-main article table.widefat tbody td:last-child,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody th:last-child{
padding-right: 0;
text-align: right;
}
.lpc-modal .wc-backbone-modal-main article table.widefat tbody td select,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody td .select2-container,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody th select,
.lpc-modal .wc-backbone-modal-main article table.widefat tbody th .select2-container{
width: 100%;
}
.lpc-modal .wc-backbone-modal-main footer{
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
padding: 1em 1.5em;
background: #fcfcfc;
border-top: 1px solid #dfdfdf;
box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
}
.lpc-modal .wc-backbone-modal-main footer .inner{
text-align: right;
line-height: 23px;
}
.lpc-modal .wc-backbone-modal-main footer .inner .button{
margin-bottom: 0;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}