﻿.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.calendaricon {
    top: 6px !important;
    right: 9px !important;
}

.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #646473;
    margin-bottom: 0px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(98,105,118,.16);
    border-radius: 4px;
    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(98,105,118,.16);
    background: #fff;
    border-radius: 10px;
    transition: transform .3s ease-out,opacity .3s ease-out,box-shadow .3s ease-out;
    margin-bottom: 15px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

.card-header {
    background: #fff;
    border-color: #f0f0f0;
}

.summaryData h6 {
    color: #1d2540;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}

.summaryData p {
    color: #a0a3a3;
    font-size: 13px;
    font-weight: 500;
    margin-top: -4px;
    margin-bottom: 0px;
}

    .summaryData p.lblStatus {
        background: #e0e0ff;
        display: inline-block;
        padding: 1px 12px;
        border-radius: 5px;
        color: #3f3feb;
        margin-top: 3px;
        font-size: 12px;
        font-weight: bold;
        box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    }

    .summaryData p.lblStatus2 {
        background: #ebfcff;
        display: inline-block;
        padding: 1px 12px;
        border-radius: 5px;
        color: #60d4ec;
        margin-top: 3px;
        font-size: 12px;
        font-weight: bold;
        box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    }

    .summaryData p.lblStatus3 {
        background: #eaeaea;
        display: inline-block;
        padding: 1px 12px;
        border-radius: 5px;
        color: #898686;
        margin-top: 3px;
        font-size: 12px;
        font-weight: bold;
        box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    }
.mt30 {
    margin-top: 30px;
}

.card-body {
    padding: 8px;
}

.table-responsive {
    border-radius: 10px;
}

#maxHeightSetting {
    max-height: 226px;
}

  /*  #maxHeightSetting thead {
        position: sticky;
        top: 0px;
    }*/
    #maxHeightSetting1 thead {
        position: sticky;
        top: 0px;
    }

.iconFirstSet {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #18aacc;
    background: #c6f4ff;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.iconFirstSet2 {
    color: #5c62fd;
    background: #dedfff;
}

.iconFirstSet3 {
    color: #d99f17;
    background: #ffedc2;
}

.iconFirstSet4 {
    color: #ed4444 !important;
    background: #ffe5e5 !important;
}

.iconFirstSet5 {
    color: #383838;
    background: #e5e5e5 !important;
}


.SpecialTextSet b {
    font-size: 20px;
    color: #0b121f;
    display: block;
    margin-bottom: -5px;
}

.table.SpecialTextSet tbody td {
    color: #a0a3a3;
    font-size: 13px;
    font-weight: 500;
}

.lastIconSet {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: green;
    background: #d1ffd1;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

table.table thead tr th {
    background: #f7f7f7;
    color: #78829D;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 11px;
}

#maxHeightSetting2 {
    max-height: 500px;
}

.newTableSetting thead tr th, .newTableSetting tbody tr td {
    text-align: right;
}

    .newTableSetting thead tr th:first-child, .newTableSetting tbody tr td:first-child {
        text-align: left;
    }

    .newTableSetting tbody tr td:first-child {
        color: #252F4A;
        font-weight: bold;
    }

.newTableSetting tbody tr td {
    color: #78829D;
    font-weight: 500;
    border-color: #f5f5f5 !important;
}
.table-responsive {
    border-radius: 10px;
}

.table tr td .progress {
    height: 4px;
    border-radius: 10px;
    background-color: #bdbdbd;
    margin-top: -1px;
}

.table tr td .progress-bar {
    background-color: #00aca9;
}

.table > thead:first-child > tr:first-child > th {
    background: #f7f7f7;
    color: #78829D;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 11px;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 20;
    background: #dff9ff;
}

.btnView {
    color: #017cfd;
    border: solid thin #017cfd;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 5px;
    cursor: pointer;
}
    .btnView:hover {
        background: #017cfd;
        color: #fff;
    }

.minheight285 {
    min-height: 285px;
}

.summDatapanel {
    border: dashed thin #ccc;
    border-radius: 10px;
    padding: 7px 10px;
}

#maxHeightSettingSecond {
    max-height: 300px;
}

    #maxHeightSettingSecond thead tr th {
        position: sticky;
        top: 0px;
    }

.newTableSetting tfoot tr td {
    background: #edffff !important;
}

.average-row {
    background: #edffff !important;
    font-weight: bold;
}


