﻿.box {
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 8%), 0 4px 6px -2px rgb(0 0 0 / 1%);
    border: solid thin #e2e8f0;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    border: none;
}

.innerPageSet .box-body {
    padding: 10px;
}

.box-body h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #625e5e;
}

.mb5 {
    margin-bottom: 5px;
}

.text-center a {
    font-size: 16px;
    margin-right: 8px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
}

.statusInactive {
    background-color: #fddddd !important;
    color: #933432 !important;
    border-color: #933432 !important;
    padding: 5px;
    border-radius: 6px;
}

.statusActive {
    background-color: #cff5f2 !important;
    color: #0a7c71 !important;
    border-color: #0a7c71 !important;
    padding: 5px;
    border-radius: 6px;
}

.ViewPanelBG {
    padding: 8px;
    border: solid thin #ddd9d9;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    border-radius: 6px;
    margin-bottom: 8px;
}

    .ViewPanelBG h4 {
        font-size: 15px;
        font-weight: bold;
        color: #464e59;
        padding-left: 10px;
        margin: 0px;
        margin-top: 9px;
    }

.ViewPanelBGHeader {
    background: #f5f6fd;
    padding: 3px;
}

.mt5 {
    margin-top: 5px;
}

.btnSet {
    float: right;
    margin-top: 5px;
    background: no-repeat;
    border: solid 2px #08728b;
    border-radius: 6px;
    padding: 3px 10px;
    color: #08728b;
    font-weight: bold;
}

    .btnSet:hover {
        background: #08728b;
        color: #fff;
    }

.f16 {
    font-size: 16px;
}

#mdlView .modal-dialog {
    width: 70%;
}
