﻿.table thead tr {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #f1f3f4;
}

.table th {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 25.5px 24px;
}

.price-head {
    text-align: right;
}

.table .title-text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.table .checkbox-container {
    vertical-align: 11px;
}

.table tbody tr {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
    position: relative;
}

.table td {
    padding: 21px 24px;
    color: #4d4d4d;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    vertical-align: middle;
}
.table #EmptyDataRow td {
    text-align: center;
}

.price-column span {
    display: block;
    text-align: right;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 16px;
}

.empty-data-row {
    text-align: center;
}

.shopping-item-wrapper {
    display: flex;
    align-items: center;
}

.shopping-item {
    display: flex;
    flex-direction: column;
}

.course-icon {
    margin-right: 15px;
}

.shopping-item .item-name-bold {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 1px;
}

.shopping-item .grid-item-description {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
}

.shopping-item .item-status {
    color: #017cbc;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    cursor: pointer;
}

.table td.multiple-options-cell,
.table td.mobile-extended {
    padding: 12.5px 24px;
}

.table th.mobile-extended-head,
.table td.mobile-extended {
    padding-left: 0;
}

.table .mobile-extended img {
    vertical-align: -2px;
    margin-right: 8px;
}

.table .mobile-extended span span {
    color: #006498;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    width: 309px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: -4px;
    white-space: nowrap;
}

.mobile-extended-head,
.mobile-extended {
    width: 40%;
}
/* hover over button styling*/
.btn-options {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .btn-options button {
        background: transparent;
        height: 33px;
        width: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btn-options button:hover svg g {
            fill: #006397;
        }
        .btn-options button:hover span:before {
            color: #006397;
        }


        .btn-options button:hover {
            height: 33px;
            width: 33px;
            border-radius: 2px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-options button.terminate-icon:hover {
            right: 0;
            left: auto;
        }

.hover-state,
.hover-over-icon {
    position: relative;
}

.table span span.hover-over-icon,
.table .tooltip-custom {
    white-space: normal;
    overflow: visible;
    width: auto;
}

.hover-state:hover .tooltip-custom,
.hover-over-icon:hover .tooltip-custom {
    display: block;
}

.hover-over-icon img {
    cursor: pointer;
}
/* hover over button styling */
/*checkbox grid styles*/
.table .checkbox-grid {
    width: 20px;
    padding: 0;
    padding-left: 25px;
}
.checkbox-grid .checkmark {
    top:-1px;
}
/*checkbox grid styles*/
/* enrollment table styles */
.enrollment-stats-wrapper .table .rank-head,
.enrollment-stats-wrapper .table .rank-holder {
    width: 70px;
    text-align: center;
}

    .enrollment-stats-wrapper .table .rank-holder span {
        height: 30px;
        width: 30px;
        background-color: #f1f3f4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4d4d4d;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin: 0 auto;
    }
/* enrollment table styles */
/* enrollment-statistics-wrapper table styles */
.enrollment-statistics-wrapper .table .title-text div {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 2px;
    line-height: 15px;
}

.enrollment-statistics-status span {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
    padding: 1.5px 7px;
    display: inline-block;
    text-transform: capitalize;
}

.enrollment-statistics-status.status-in-progress span {
    border: 1px solid #9ac0d4;
    border-radius: 2px;
    background-color: #e6f6ff;
}

.enrollment-statistics-status.status-completed span {
    border: 1px solid #bec97f;
    border-radius: 2px;
    background-color: #fbffe8;
}

.enrollment-statistics-status.status-overdue span {
    border: 1px solid #d8b981;
    border-radius: 2px;
    background-color: rgba(255, 177, 34, 0.2);
}

.enrollment-statistics-status.status-expired span {
    border: 1px solid #faa2a2;
    border-radius: 2px;
    background-color: #fff3f3;
}

.texted-btn {
    color: #006498;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
}

    .texted-btn .notify-icon {
        display: none;
    }

.enrollment-statistics-btn-options .texted-btn,
.enrollment-statistics-btn-options .texted-btn:hover {
    height: auto;
    width: auto;
    background: transparent;
}

/* enrollment-statistics-wrapper table styles */
/* Report widget tables styles */
.report-widget-details .table td {
    height: auto;
    padding: 11px 24px;
}

.draggable-styles {
    border: 1px dashed #979797;
    background-color: #F4F4F4;
    cursor: move;
    caret-color: black;
}

.draggable-row {
    cursor: move;
}
/* Responsive Styles */
@media only screen and (max-width: 1023.98px) {
    .table {
        display: flex;
    }

        .table > thead {
            display: block;
            width: 35%;
        }

        .table > tbody {
            display: block;
            width: 65%;
        }

        .table thead tr,
        .table tbody tr {
            display: flex;
            flex-direction: column;
            border: 0;
            box-shadow: none;
        }

        .table th {
            color: #4d4d4d;
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 13px;
            height: 53px;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 0 16px;
            text-align: left;
            position: relative;
            border: 1px solid rgba(151, 151, 151, 0.12);
            border-bottom: 0;
            /*border-right: 0;*/
        }

        .table .checkbox-grid {
            padding:0;
            padding-left: 10px;
        }

        .table .text-right {
            text-align: right;
        }

        .table td {
            color: #333333;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.51px;
            line-height: 15px;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 0 16px;
            height: 53px;
            border: 1px solid rgba(151, 151, 151, 0.12);
            border-top: 0;
            justify-content: flex-end;
        }

            .table td:first-child {
                border-top: 1px solid rgba(151, 151, 151, 0.12);
            }

            .table td.mobile-extended {
                padding: 18px 20px 18px 0px;
            }

        .table .title-text.external-training-title {
            padding: 24px 20px;
        }

        .table .external-delete-btn .btn-options {
            margin-right: 10px;
        }

    .shopping-item .grid-item-description {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .hover-state {
        margin-top: 0;
    }

    .purchase-icon-btn .hover-state {
        top: 4px;
    }

    .table td.mobile-extended {
        padding: 18px 20px 35px 8px;
    }

    .table .title-text.external-training-title {
        padding: 13px 20px 44px;
    }

    .table .external-status.mobile-data {
        left: 20px;
    }

    .table td.multiple-options-cell {
        padding-right: 4px;
    }
    /* enrollment-statistics-wrapper responsive table styles */
    .texted-btn {
        font-size: 0;
    }

        .texted-btn .notify-icon {
            display: block;
        }

    .enrollment-statistics-btn-options .texted-btn,
    .enrollment-statistics-btn-options .texted-btn:hover {
        height: 33px;
        width: 33px;
    }

        .enrollment-statistics-btn-options .texted-btn:hover {
            background: #f4f4f4;
        }
    /* enrollment-statistics-wrapper responsive table styles */
    .report-widget-details .table .multiple-options-cell {
        align-items: flex-start;
    }

        .report-widget-details .table .multiple-options-cell .hover-state {
            top: 0;
        }

    .copy-hover-state {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    /* enrollment-stats-wrapper responsive styles */
    .enrollment-stats-wrapper .table .rank-head,
    .enrollment-stats-wrapper .table .rank-holder {
        padding: 0;
    }
    /* enrollment-stats-wrapper responsive styles */
}

@media only screen and (max-width: 539.98px) {
    .table .mobile-extended span span {
        width: 112px;
    }

    .table span span.hover-over-icon,
    .table .tooltip-custom {
        width: auto;
    }
}
