.top-padding-50 {
    padding-top: 50px;
}

.top-margin-20 {
    margin-top: 20px;
}

table td {
    font-size: 14px;
}

body {
    font-size: 15px !important;
}

.top-margin-15 {
    margin-top: 15px;
}

.top-margin-40 {
    margin-top: 40px !important;
}

.top-margin-60 {
    margin-top: 60px !important;
}

.top-margin-30 {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 0;
}

.bottom-margin-15 {
    margin-bottom: 15px;
}

.bottom-margin-20 {
    margin-bottom: 20px !important;
}

.bottom-margin-40 {
    margin-bottom: 40px;
}

#add-new-card {
    display: none !important;
}

#add-new-card {
    margin-bottom: 100px;
}

.float-right {
    float: right;
}

.bottom-margin-15 {
    margin-bottom: 15px;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

#map {
    height: 400px !important;
    width: 100% !important;
}

#loader {
    display: none;
}

.receipt-order-numbers {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .bottom-margin-mobile-15 {
        margin-bottom: 15px !important;
    }

    .top-margin-15-mobile {
        margin-top: 15px;
    }
}

.control-label {
    font-weight: bold !important;
}

.dms-navbar {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.04);
}

.card {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.04);
}

.breadcrumb {
    background: rgba(0,0,0,.03) !important;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.04);
}