.table-action-btn-wrapper li {
    display: inline-block;
    list-style-type: none;
}

.confirm-delete {
    cursor: pointer;
}

.no-content {
    padding: 10px 0;
    color: red;
    font-weight: 700;
    text-align: center;
}

.macro-row {
    padding: 10px;
    border: 1px solid #dfe3e7;
    border-radius: 5px;
    margin-bottom: 25px;
    /*box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),*/
    /*0.3em 0.3em 1em rgba(0, 0, 0, 0.3);*/
}

.row-delete-wrapper {
    right: -12px;
    top: -12px;
    /*border: 1px solid #c94040;*/
    /*background-color: #c94040;*/
    /*border-radius: 50%;*/
    /*padding: 2px 7px;*/
}

.row-delete-wrapper a {
    color: #c94040 !important;
    cursor: pointer;
}

.row-delete-wrapper a i{
    font-size: 25px;
    font-weight: 700;
}

/* Authentication page css */
/*-------------------------*/
.bg-authentication {
    background-color: #F2F4F4;
}

.bg-authentication #icon-arrow {
    position: absolute;
    top: 11px;
    right: 15px;
}

.bg-authentication .brand-text {
    color: #5A8DEE;
    font-weight: 600;
    letter-spacing: 0.01rem;
}

@media only screen and (min-width: 992px) {
    .bg-authentication .disable-rounded-right {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE Specific CSS */
    .bg-authentication {
        width: 100%;
        display: block;
    }
}