﻿* {
    margin: 0;
    padding: 0;
}

h2{
    margin-top: 20px;
}

h3{
    font-size: 1.3rem;
}
.distr_list{
    margin-top: 0;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-bottom: 40px;
}

.table_row{
    width: 100%;
    margin-top:25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    background-color: white;
    min-height:50px;
    display:flex;
    max-width: 950px;
}

.table_row img{
    max-width:100%;
    width:150px;
    max-height:50px;
    display:unset;
}

.table_row span img{
    margin: 0px;
    width: 25px;
    margin-bottom:-5px;
    margin-right:5px;
    display:unset;
}

.img_container{
    margin-top:15px;
    width: 22%;
    display: inline-block; 
    cursor:pointer;
}

.img_container img{
    margin-left: 10px;
}

.box_buttons{
    display:inline-block;
    width: 25%;
    margin-top: 15px;
    font-size: 0.8rem;
}

.box_icons{
    display: inline-block;
    width: 4%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 11px;

            }

.box_icons div{
    position:relative;
    height: 100%;
}

.box_icons div span,
.box_icons div img{
    position:absolute;
    width: 22px;
    height: 22px;
}

.box_icons div img{
    bottom:0
}
.box_icons div img:nth-child(2){
    bottom:20px;
}
.box_icons div img:first-child{
    top:0
}


.table_row .website_button img{
    width: auto;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.box_title{
    width:49%;
    vertical-align:top;
    display: inline-block; 
    text-align:left;
    margin-top: 15px;
}
.box_content{
    width:100%;
    margin-bottom:15px;
}
.box_content div{
    display: inline-block; 
    text-align: left;
    width: 100%;
}

.box_content ul{
    font-size:small;
    line-height: 15px;
}

.box_content .mailandphone{
    line-height: 20px;
}

.box_buttons .website_button{
    background-color: #eb0023;
    border: 1px solid #eb0023;
    color: #fff;
    font-weight: 700;
    display: table;
    width: 90%;
    text-decoration: none;
    padding: 3px;
    padding-right: 2px;
    padding-left: 2px;
    max-width: 250px;
}


.box_buttons .website_button span{
    display: table-cell;
    vertical-align: middle;
}
.box_buttons .request_button{
    border: 1px solid #eb0023;
    color: #eb0023;
    font-weight: 700;
    display: table;
    margin-bottom: 10px;
    width: 90%;
    text-decoration: none;
    padding: 3px;
    cursor: pointer;
    padding-right: 2px;
    padding-left: 2px;
    max-width: 250px;
}

.box_buttons .request_button span{
    display: table-cell;
    vertical-align: middle;

}




.box_content div ul{
    margin: 0;
    padding: 0;
}

/* Fake (pseudo) element, that enables vertical-align */
.box_content:before {
    content: "";
    vertical-align: top;
    height: 100%;
    }
/*
.more_data .box_content div{
    text-align: left;
    vertical-align: top;
}

.more_data .box_content{
    margin-top:5px;
}

.more_data .box_content form{
    margin-left:15px;
    margin-right:15px;
}

*/
.box_title .title{
    color:black;
    font-weight:bold;
    font-size:large;
}

form h2{
    color:black;
    font-weight:bold;
    font-size:large;
    margin-bottom: 10px;
}

.more_data{
    margin-bottom: 20px;
    margin-right:2%;
    
    
    display:none;
    font-size:small;
    background-color: rgba(153, 153, 153, 0.1);
    box-shadow: 4px 4px 4px 4px rgba(153, 153, 153, 0.1);
}

.box_content li{
    list-style-type:none;
}
.table_row:hover {
box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.4);
}
/*
.more_data .box_content div{
    margin-top:0px;
}

.more_data .box_content form div{
    margin-top:4px;
}
*/
.worldmap_container{
    display: inline-block; 
    margin-right:5%;
    height:auto;
    width:54%;
}

.display{
    display:flex;
}

.display svg { 
    height: 400px;
    }
.search_field{
    margin-left: 20%;
    display: inline-block;
    width: 15%;
}  

:root { --form_field_height: 2rem; }

select{
    width: 100%;
}
textarea, select ,input[type=number],input[type=text],input[type=email], input[type=password],input[type=date] {
    background-color:white;
    height: var(--form_field_height);
    padding: 0 0.75rem;
    border: 1px solid #BFBFBF;
    border-radius: calc(var(--form_field_height) * 0.15); /* 50% of height */
    box-shadow: inset 0 0 2px #FAFAFA;
    width: 100%;
}
textarea:focus, select:focus, input:focus{
    outline-color: #4d4d4d;
    outline-style: solid;
    box-shadow: 0 2px 12px 2px rgba(0,0,0,0.4);
}

textarea{
    padding: 4px;
    padding-left: 0.75rem;
}


.line{
    height:400px;
    margin-top: 60px;
}

path{
    fill: #D9D9D9;
}


.selected{
    fill: #737373 !important;
}

.location_hover{
    display:none;
    line-height: 28px;
}

body {
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    color: #2e2e2e;
}

a{
    color: #eb0023;
    font-weight:bold;
    text-decoration: none;
}
a:hover{
    color: #000;
    font-weight:bold;
    text-decoration: underline;
}

.box_title span{
    color: #eb0023;
    font-weight:bold;
    text-decoration: none;
    cursor:pointer;
}
.box_title span:hover{
    color: #000;
    font-weight:bold;
    text-decoration: underline;
}


.more_data .box_content .open_countries{
    color: #eb0023;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
    text-align:center;
}
.more_data .box_content .open_countries:hover{
    color: #000;
    font-weight:bold;
    text-decoration: underline;
}

.more_data li img{
    margin: 0px;
    width: 25px;
    margin-bottom:-5px;
    margin-right:5px;
    display:unset;
}
/*
.more_data .box_content div{
    width: 50%;
}

.more_data .box_content form div{
    width: 49%;
}
*/

/*
.more_data .box_content div div{
    width: 60%;
}
.more_data .box_content div:first-child{
    width: 32%;
}
*/
button, .button{
    border: 0;
    background-color: #eb0023;
    padding: .438rem 1.375rem;
    color:white;
    font-size:1rem;
    font-weight:700;
    cursor:pointer;
    margin-top: 50px;
}
button:hover{
    background-color: #b3000f;
}

input[type=submit]:hover{
    background-color: #b3000f;
}

.head{
    border-top: .25rem solid #eb0023;
    margin-top:0px;
    border-top: .25rem solid #eb0023;
    display: flex;
    position: relative;
    z-index: 101;
    background: #fff;
}

label{
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: .5rem;
    flex-flow: column;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    position: relative;
}

.login_box {
    padding-top: 10vh;
    text-align: center;
}
.login_content{
    display: block;
    line-height: initial;
    text-align: left;
    width: 40%;
    margin-bottom:80px;
    margin-left:auto;
    margin-right:auto;
}

.login_content input, .login_content select{
    max-width: 250px;
}

.login_content input[type=number], .login_content input[type=text], 
.login_content input[type=email], .login_content input[type=password]{
    width:100%;

}

.login_content .button{
    width:unset;

}
input[type=radio],
input[type=checkbox] {
-webkit-appearance: checkbox;
}


.form-line div{
display:inline-block;
width: 49%;
margin-top: 5px;
}

.distr_list .more_data .box_content .user_request_form .product_line{
    width: 110% !important;
    justify-content: space-between;
    display: flex;
}

.distr_list .more_data .box_content .user_request_form .product_line .row{
    justify-content: space-between;
    display: flex;
}

.product_line .product_line_element input{
    width: 100%;
}

.add_product_line{
    margin-top: 1.6rem !important;
    width: 10% !important;
    cursor: pointer;
}

.g-recaptcha{
    margin-top: 10px;
}

.add_product_line button{
    background-color: unset;
    margin: 0;
    padding: 0;
}

.more_data .box_content form .submit_button_area{
    display:block;
    width: 100%;
    text-align: center;
}

.more_data .box_content form .submit_button_area button{
    display: block;
    margin-left: auto;
    margin-top: 15px;
    border-radius: 3.75px; /* 50% of height */
}

.more_data .box_content form .checkbox{
    width: 100%;
}

.more_data .box_content form .checkbox div{
    width: unset;
}



.more_data .box_content form .submit_button_area .mail_sent_box{
    width:100%;
    font-weight:bold;
    border: 1px solid #eb0023;
    background-color: rgba(153, 153, 153, 0.4);
    padding:8px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 15px;
    text-align:center;
    display:none;
}

.logout_span{
    width:25px;
    height: 25px;
    background: url('../svg/LogOutpd3f.svg');
}
.login_span{
    width:25px;
    height: 25px;
    background: url('../svg/Login60pk.svg');
}

.profile_span{
    width:25px;
    height: 25px;
    background: url('../svg/profile_and_settingsjd8p.svg');
    margin-right:12px;
}

.instructions_span{
    width:25px;
    height: 25px;
    background: url('../svg/Instructions9i0x.svg');
    background-size: contain;
}

.product_label{
    display:block;
}
.no-scroll{
    height: unset;
    overflow: unset;
    position: unset;
}


.remarks{
    width:100% !important;
}
.remarks div{
    width: 83% !important;
    float: right;
}
.remarks div:first-child{
    width: 15% !important;
    float: unset;
}

.remarks div textarea{
    width: 100% !important;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 500; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 800px;
padding-right: 60px;
margin-top: 150px;
margin-bottom: 150px;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

label{
font-weight: unset;
}
label input {
display: none; /* Hide the default checkbox */
}


label .checkbox_label{
width: 79% !important;
display: inline-block;
padding-left: 14px;
}
label .checkbox_left{
width: 16% !important;
display: inline-block;
padding-right: 4px;
}




/* Style the artificial checkbox */
label span {
height: 12px;
width: 12px;
border: 2px solid rgba(153, 153, 153, 1);;
position: relative;
float: right;
margin-top: 5px;
}

[type=checkbox]:checked + span {
background-color: rgba(153, 153, 153, 1);;
}


/* Style its checked state...with a ticked icon */
[type=checkbox]:checked + span:before {
content: "✓";
color: white;
position: absolute;
top: -6px;
left: -1px;
}

.more_data .box_content .product_line .delivery_field{
width: 25%;
}
.more_data .box_content .product_line .quantity_field{
width: 20%;
}
.more_data .box_content .product_line .product_field{
width: 45%;
}


/* Create four equal columns that floats next to each other */
.more_data .row .column {
float: left;
width: 50%;
}

/* Clear floats after the columns */
.more_data .row:after {
display: table;
clear: both;
}

.more_data .row{
width: 100%;
}

.column .form-line{
width: 100%;
}

.column .form-line div{
width: 66%;
float:right;
}



.row .column .form-line div:first-child{
width: 32%;
float: unset;
padding-left: 0%;
}

.row .column:nth-child(2) .form-line div:first-child{
width: 32%;
float: unset;
padding-left: 5%;
}
.loading_animation{
width:100%;
}
.loading_animation img{
display:block;
margin-left:auto;
margin-right:auto;
width: 100px;
}



.required_field:after{
    content: "*";
}


.more_data input[type=checkbox]:invalid { display: block; opacity: 0;}

.more_data input[type=checkbox] { position: absolute; left:16%;}
