img.md-avatar {
    flex: none;
    width: 40px;
    height: 40px;
}

.my_input_search {
    position: absolute;
    top: 20px;
    background: #fff;
    z-index: 999;
    max-height: 163px;
    width: calc(100% - 10px);
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    cursor: pointer;
}

.close_search {
    position: absolute;
    font-size: 20px;
    right: 0;
    background: rgb(41, 98, 255);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    top: -1px;
    color: #fff;
    font-weight: bold;
}

.search_empty {
    text-align: center;
    font-style: italic;
}

.remove_choice {
    position: absolute;
    background: green;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
    right: 0;
}


/* MAPS */

#my_map {
    height: 300px !important;
    width: 100% !important;
}


/* SPINNER */

.my_spinner {
    position: absolute;
    right: 50%;
}

.menu_icon {
    color: #fff;
    margin-right: 10px;
}


/* COLOR PICKER */

.color-picker-wrapper .input-group .input-group-addon {
    width: 40px;
    height: 50px;
    border-radius: 50%;
}

.input_picker {
    display: none !important;
}


/* UPLOAD FILE */

.custom_upload_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom_upload_file+label {
    font-size: 1.25em;
    font-weight: 500;
    color: white;
    background-color: black;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}

.custom_upload_file:focus+label,
.custom_upload_file+label:hover {
    background-color: #6c6c50;
}

.custom_upload_file:click+label {
    background-color: black;
}

.file_close {
    position: absolute;
    z-index: 1;
    background: black;
    right: 0;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    top: 3px;
}


/*COMMANDES*/

.commande_list_products {
    list-style: none;
}


/* CATEGORIES */

.clickable {
    cursor: pointer !important;
}

.clickable:hover {
    background: pink;
}

td.center {
    text-align: center !important;
}

.eye-on {
    color: blue !important;
}

.eye-off {
    color: #ccc !important;
}

/* LOADER */
.my_loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.my_loader>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* DIALOG */
md-dialog {
    max-height: 97% !important;
    position: fixed !important;
    top: 6px !important;
}

/* ZONE LIVRAISON */
.zone-error {
    position: absolute;
    left: -28px;
    background: red;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
}

.zone-del-button {
    height: 20px !important;
    max-width: 100px !important;
}

.zone-detail {
    background: #ccc;
    margin: 5px;
    padding: 15px;
    position: relative;
}

.remove-zone-detail {
    position: absolute;
    right: 5px;    
    background: #000;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    cursor: pointer;
}