
.md-margin {
    display: flex;
    margin: 20px 0;
}

.sm-margin {
    margin: 15px 0;
    display: flex;
}

.page-content {
    display: block;
    width: 100%;
}

.page-header {
    display: flex;
    width: 100%;
    background: #0f174e;
    padding-top: 5px;
    padding-bottom: 8px;
}

    .page-header h3 {
        color: #ffffff;
        margin: 0;
        padding-top: 3px;
    }

    .page-header a {
        color: #ffffff;
        text-align: right;
    }

        .page-header a:hover {
            color: #ffffff;
        }

        .page-header a i {
            padding-right: 5px;
        }

/*#region Table Style */

.table.product td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
    color: #1e2c88;
    font-size: 12px;
}

.table.product th {
    border-top: 0;
}

.table.product td:first-child {
    font-weight: bold;
}

.table.product td > a {
    display: block;
    width: 100%;
    font-weight: bold;
}


.table.product td.logo img {
    max-width: 140px;
}

.accordion.custom-accordion > .card > .card-header {
    padding: 10px;
}

.card-header-inner {
    display: block;
    width: 100%;
}

    .card-header-inner .card-header-col {
        display: inline-block;
        vertical-align: middle;
    }

        .card-header-inner .card-header-col:first-child {
            width: 70%;
        }

        .card-header-inner .card-header-col:last-child {
            width: 29%;
        }

.btn-accordion {
    background: none;
    border: 0;
    font-weight: bold;
    color: #333333;
}


.table.table-sub {
    border: 0;
    width: 100%;
    margin: 0;
}

    .table.table-sub td:first-child {
        background: #fafafa;
        border: 1px solid #cfcfcf;
        font-size: 14px;
    }

    .table.table-sub td:last-child {
        background: #e8e8e8;
        border-color: #bdbdbd;
    }


/*#endregion */

/*#region Loading Styles */

.card-body {
    position: relative;
}

.loading-panel {
    position: absolute;
    background: rgba(255, 255, 255, 0.60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #008eff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #008eff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*#endregion */
