﻿body {
}
form .row {
    margin-bottom: 16px;
}

.hover {
    padding-bottom: -10px;
    padding-top: -10px;
    background-color: #e0dfde;
}

.ui-datatable-thead th .ui-column-title {
    text-transform: none;
}
.editAddress {
    margin: 0 1rem 1rem 0;
    margin-bottom: 20px;
    width: 80px;
    position: absolute;
    right: 6px;
}
.editDelivery {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 80px;
}
.ediOrderEmail {
    position: absolute;
    right: 17px;
    top: 55px;
}
.btnSuccess {
    margin: 0 1rem 1rem 0;
    background-color: #28a745 !important;
    color: #fff !important;
}
.loadingDiv {
    border-radius: 10px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 40%;
    left: 45%;
    z-index: 999999;
}
