﻿.headingSet {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tbleWorkCompletion.table > tbody > tr > td.qtyPadding {
    padding: 2px 8px;
}

.imgSet {
    border: 0px;
    margin-right: 4px;
}

#check-tree {
    max-height: 50vh;
    min-height: 50vh;
    border: solid thin #ccc;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 5px;
    overflow: auto;
}

.taskInfo {
    border: solid thin #ccc;
    padding: 1px 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 3px;
    border-radius: 4px;
}

.btnView {
    border: solid thin #a99f9f;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
}

    .btnView:hover {
        background: #a99f9f;
        color: #333;
    }

.nowrap {
    white-space: nowrap !important;
}

.padSetImp {
    padding: 2px 8px !important;
}

.lblImpText {
    font-size: 11px;
}

.tbleWorkCompletion {
    border-spacing: 0 4px;
    border-collapse: separate;
}

    .tbleWorkCompletion tr {
        background: #fff;
        box-shadow: 0px 6px 6px rgb(0 0 0 / 12%);
    }

        .tbleWorkCompletion tr td:first-child {
            border-radius: 8px 0 0 8px;
        }

        .tbleWorkCompletion tr td:last-child {
            border-radius: 0 8px 8px 0;
            border-right: 1px solid #ecedee !important;
        }

        .tbleWorkCompletion tr.oddRow {
            background: #f4f4f4;
        }

        .tbleWorkCompletion tr.matQuanDistruDetBG {
            background: #ebebeb !important;
        }

.matQuanDistruDetBG h5 {
    margin: 0px;
}

.matQuanDistruDetBG .table > thead:first-child > tr:first-child > th {
    background: #28545e;
    color: #fff;
}

.qtyPadding b, .qtyPadding span {
    font-size: 12px;
}

.topBodyFilter {
    float: left;
    margin-right: 10px;
}



    .topBodyFilter .dropdown-menu {
        z-index: 9999;
        padding: 10px;
        min-width: 500px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    }

    .topBodyFilter ul {
        padding-left: 0px;
    }

    .topBodyFilter li {
        list-style-type: none;
        padding: 6px 12px;
        font-size: 13px;
    }

.searchPanelHeader {
    font-weight: 600;
    font-size: 12px;
}

.topBodyFilter .form-control {
    border: 1px solid #D2D7DB;
    border-radius: 5px;
}

.tableFilterButton {
    padding: 5px 6px 0px 6px;
    overflow: hidden;
    background-color: inherit;
    border-top: 1px solid #f0f0f0;
}

.ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: rgba(0,0,0,.88);
    font-size: 13px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    color: #0061cb;
}

.ant-btn-secondary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #2e6bb7;
    background-color: #fff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    border: 1px solid #2e6bb7;
    margin-right: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-secondary:hover {
        background: #2e6bb7;
        color: #fff;
    }

.ant-btn-primary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #fff;
    background-color: #4096ff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-primary:hover {
        background: #1e216e;
    }

.calendaricon {
    top: 6px;
    right: 6px;
}

.right21 {
    right: 21px !important;
}

a.foloowupFilter {
    color: #3a424f;
    border: solid thin #e3e3e3;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background: #fff;
    /*margin-bottom: 10px;*/ margin: 8px 8px 8px 0px;
}

.foloowupFilter svg {
    vertical-align: -3px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

span.dynatree-icon {
    margin-left: 3px;
    background-position: 0px 0px;
    display: none;
}

span.dynatree-expanded a {
    font-size: 12px;
    font-weight: 500;
}

ul.dynatree-container li {
    margin: 3px 0px;
}

ul.dynatree-container {
    overflow: initial;
}

.toggle-sidebar1 {
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 1px;
    z-index: 99;
    background: #B0B0B0;
    border: none;
    height: 98%;
    color: #fff;
    font-size: 14px;
    padding: 3px;
}

.afterslider {
    left: 0px;
    min-height: 500px;
    width: 10px;
}

#TaskStatusTree {
    max-height: 53vh;
    overflow: scroll;
}

#mdlWorkCompletion .modal-header {
    background: #18AACC;
    border-radius: 0;
}

#mdlWorkCompletion h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#mdlWorkCompletion .close {
    color: #fff;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    top: 23px !important;
}

#mdlWorkCompletion h2 {
    font-size: 16px;
    font-weight: 600;
}
