﻿
.content {
    padding: 30px 15px;
    max-width: 1000px;
    width: 100%;
    min-height: calc(100vh - 123px);
}

.ui-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

    .ui-table .ui-table-header {
        font-size: 0.75rem;
        text-transform: uppercase;
        color: #777;
        font-weight: 400;
        padding-bottom: 5px;
        padding: 12px 8px;
        vertical-align: middle;
        border-color: #E3E3E3;
        border-bottom: none !important;
        border-top: none !important;
        box-sizing: border-box;
        display: -webkit-box;
        display: flex;
        padding: 13px;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -.35px;
        font-size: 14px;
        line-height: 1;
    }

.ui-table-row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1px;
    position: relative;
    font-weight: 700;
    color: #2c2c2c;
    font-size: 14px;
    letter-spacing: -.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin-top: -2px;
}


    .ui-table-row:nth-child(even) {
        background-color: rgba(0,0,0,.05);
    }

    .ui-table-row:last-of-type {
        background-color: transparent;
    }


    .ui-table-row .ui-table-col {
        border-top: 1px solid #e9ecef;
        border-color: #E3E3E3;
    }

        .ui-table-row .ui-table-col:first-child {
            padding-left: 15px;
        }

.ui-table-col {
    padding: 5px;
    display: flex;
    align-items: center;
}

.col-10 {
    width: 10%;
}

.col-15 {
    width: 15%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-100 {
    width: 100%;
}

.col-right {
    flex-direction: row-reverse;
}

.col-centre {
    text-align: center;
}



.card {
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card .card-header {
        padding: 15px 15px 0;
        background-color: #FFFFFF;
        border-bottom: none !important;
    }

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}

@media (min-width: 992px) {
    .table-responsive {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .table-full-width {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.table-full-width {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-title {
    margin: 0;
    color: #333333;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: .75rem;
}


.card .card-category,
.card label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

.card .table tbody td:first-child, .card .table thead th:first-child {
    padding-left: 15px;
}

.stacked-detail{
    display:block;
}

.stacked-detail .col-header {
    width:100%;
    font-weight:700;
}

.stacked-detail .col-subtext {
    font-style:italic;
    font-weight:500;
}