
.mod_cust_customer_item {
    line-height: 17px;
    position: relative;
    display:block;
    background-color:rgba(0,0,0,0.1);
    margin:5px;
    width:250px;
    padding:5px;
    padding-left:10px;
    padding-right:25px;
    border-radius:3px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 2px;
}

.customer_info_box {
    position: absolute;
    top:0px; 
    right:0px;
    left:0px;
    padding:25px;
    background-color:rgba(220,220,220,1);
    margin:100px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 15px;
    border-radius:5px;
}

.mod_cust_update_item {
    position: relative;
    background-color:rgba(0,0,0,0.1);
    margin-bottom:10px;
    font-size:14px;
    padding:15px;
    border-radius:3px;
}

.mod_cust_input_text {
    margin:10px;
    outline: none;
    width:300px;
    background-color:rgba(0,0,0,0);
    border:none;
    border-bottom:var(--color-1) 1px solid;
}
.mod_cust_input_text:focus {
    
    background-color:rgba(0,0,0,0.05);
    border-bottom:var(--color-2) 1px solid;
}

.mod_cust_input_submit {
    margin:10px;
    outline: none;
    background-color:var(--color-2);
    color:white;
    border-radius:2px;
    border:var(--color-2-light) 1px solid;
    box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    
}



.mod_cust_infos_social {
    margin:10px;
    display: inline-block;
    vertical-align:text-bottom;
    
}

.mod_cust_social_logo {
    margin:5px;
}

.mod_cust_update_item_text {
    background-color:rgba(255,255,255,0.3);
    margin-top:10px;
    padding:10px;
    border-radius:3px;
}

.mod_cust_customer_item_name {
    font-weight: 600;
    font-size:13px;
}

.mod_cust_customer_item_infos {
    font-size:12px;
}

.mod_cust_customer_item_option_box {
    position: absolute;
    right:0px;
    top:0px;
    bottom:0px;
    width:25px;
    align-items: center;
    justify-content: center;
    grid-template-columns:auto;
    display:grid;
}

.mod_cust_customer_item_option_logo {
    margin:5px !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
}

.mod_cust_tool_button {
    outline: none;
    background-color:rgba(210,210,210,1);
    color:black;
    border-radius:2px;
    border:rgba(255,255,255,0.2) 1px solid;
    box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}

.mod_cust_tool_button_active {
    outline: none;
    background-color:rgba(150,150,150,1);
    color:white;
    border-radius:2px;
    border:rgba(255,255,255,0.2) 1px solid;
    box-shadow:inset rgba(0,0,0,0.2) 0px 0px 5px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}



.mod_cust_priority_dot {
    position: relative;
    display: inline-block;
    width:6px;
    height:6px;
    border-radius:6px;
    background-color:rgba(60,60,60,1);
    vertical-align: middle;
}

.mod_cust_table_cell {
    position: relative;
    padding:5px;
    padding-left:10px;
    padding-right:10px; 
    border:rgba(0,0,0,0.2) 1px solid;
}

.mod_cust_table_head {
    position: relative;
    font-weight:600;
}

.mod_cust_table_sort {
    padding-top:2px;
    padding-left:5.5px;
    padding-right:5.5px;
    position: absolute;
    right:4px;
    top:4px;
    background-color:rgba(0,0,0,0);
    border-radius:2px;
}
.mod_cust_table_sort:hover {
    background-color:rgba(0,0,0,0.05);
}

.mod_cust_table_sort_active {
    padding-top:2px;
    padding-left:5.5px;
    padding-right:5.5px;
    position: absolute;
    right:4px;
    top:4px;
    background-color:rgba(0,0,0,0.2);
    border-radius:2px;
}
.mod_cust_table_sort_active:hover {
    background-color:rgba(0,0,0,0.25);
}

.mod_cust_table_num {
    padding-top:2px;
    padding-left:8px;
    padding-right:8px;
    position: absolute;
    right:4px;
    top:4px;
    background-color:rgba(0,0,0,0.1);
    border-radius:2px;
}

.mod_cust_table_row:hover {
    background-color:rgba(0,0,0,0.05);
}

.mod_cust_update_mod {
    position: absolute;
    right:20px;
    top:20px;
}



.mod_cust_subsection {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    border-top: solid 2px var(--color-1);
    font-size: 0.8em;
    font-weight: 600;
    text-align: right;
}
