/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(124,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(193,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(199,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(206,31): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(228,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(229,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(235,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(253,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(317,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-font-sans-serif'
 */
body {
}
:root {
    --bg-color: #036593;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #c89705 !important;
}
.rotateOnClick {
    transition: transform 0.8s ease-in-out;
}
input:read-only {
    background-color: #eee !important;
}
.table-container {
    height: 250px; /* Set max height for tbody */
    width:100%;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x:auto;
}
#tblTaskViewDetail {
    width: 1385px;
}

/* Fix the thead at the top */
.table-container thead {
    position: sticky;
    top: 0;
    z-index: 1; /* Ensure thead is above tbody when scrolling */
    background-color: #247d85; /* Optional: Change background color */
}

/* Optional: Style the table header */
.table-container th {
    background-color: #247d85;
}
th {
    line-height:20px !important;
    font-size:13px !important;
    padding: 2px 2px 2px 3px !important;
}
td {
    padding: 2px 2px 2px 3px !important;
}
.popover {
    padding: 0px;
    border: 1px solid #0747a6;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 5px #0747a6d9;
    /*box-shadow: 0px 0px 10px 0px #000;*/
}

/* Customize popover title */
.popover-header {
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(to bottom, #0747a6c9 0%, #0747a6 100%);
    color: #fff;
    font-weight: 700;
    padding: 0px;
}

/* Customize popover content */
.popover-body {
    /*background-color: #b8d5ff;*/
    border-radius: 0px 0px 8px 8px;
    color: #000000;
    padding: 0px;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: yellow;
}

/* CSS to hide up and down arrows on number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.ui-autocomplete {
    max-height: 50px;
    overflow-y: auto;
}

.ui-datepicker {
    box-shadow: rgb(7, 71, 166) 0px 0px 10px !important;
    border-radius: 5px;
}
.grid-lable {
    border: 1px solid #a2a3a5;
    background-color: #dddddd9c;
    padding-left: 3px;
    padding-right: 0px;
    font-family: Verdana;
    font-size: 12px;
    font-weight:600;
}

.grid-field {
    border: 1px solid #a2a3a5;
    padding-left: 3px;
    padding-right: 0px;
    font-family: Verdana;
    font-size: 12px;
}


.bg-header {
    /*background-color: var(--bg-color);*/
    background-color: #036593;
}
.bg-headerlight {
    /*background-color: var(--bg-color);*/
    background-color: #2494c9;
}

.text-bg {
    background-color: var(--bg-color);
}

.text-uppercase {}
.text-lowercase {}
.text-pascalcase {}

.card-header {
    margin: 0px;
    /*height: 2.6rem;*/
    padding: 5.4px 10px 5.4px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: var(--bg-color);*/
    /*background: linear-gradient(to bottom, #0747a6c9 0%, #0747a6 100%);*/
    background-color: #036593;
}


.required {
    border-left: 1.5px solid red;
    border-radius:3px;
}

.focus-shadow {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.validation-message {
    font-size: 13px;
    color: #de4351;
    font-weight: 600;
    margin-left: 5px;
    display: inline;
}

.input-group-leftbox {
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
    margin-right:0px;
}

.input-group-middlebox {
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.input-group-rightbox {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
}

.form-control {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.js-example-basic-single {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.js-example-basic-multiple {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--open {
    z-index: 1000 !important; /* Adjust the value as needed */
}
.form-btn {
    min-width: 100px;
    background-color: var(--bg-color);
    color: #FFFFFF;
}

.form-btn:hover {
    min-width: 100px;
    background-color: var(--bg-color);
    color: #FFFFFF;
}

.form-titlebox {
    height: 3.5rem;
    border-bottom: 1px;
    border-bottom-color: var(--bg-color);
    border-bottom-style: solid;
}
.form-body {
    min-height:440px;
}

.form-header {
}

.form-content {

}

.form-footer {
    align-self: end;
}

.btnlistbox {
    text-align: right;
}
.modal-header {
    background-color: var(--bg-color);
    color: #FFFF;
}
.table-header {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #FFFF;
    /*background-color: var(--bg-color);*/
    background-color: #247d85;
    background-image: none;
}
.table-body {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #343434;
    background-color: #fff;
    background-image: none;
}

.accordion-header {
    margin-bottom: 0;
    background-color: #036593;
    /*background: linear-gradient(to bottom, #0067ff 0%, #0747a6 100%);*/
    color: #FFFF;
    padding-left: 20px;
    padding-right: 20px;
}
.activity-content-box:first-child {
    margin-top: 0px;
}
.activity-content-box {
    margin-top: 25px;
}
.activity-content-company {

}
.activity-content-issue {
    border: 1px solid #0747a645;
    margin-top: 20px;
    border-radius: 5px;
    padding-left: 5px;
    padding-bottom: 13px;
    background-color: #0747a608;
    /*box-shadow: #0747a636 0px 0px 3px;*/
}

.dashboard-bg-info {
    background-color: #00aed1;
}

.dashboard-bg-warning {
    background-color: #dca709;
}

.dashboard-link {
    color: #383838;
    font-weight: 700;
    font-size: 0.85rem;
}

    .dashboard-link:hover {
        color: #000;
        font-weight: 700;
        font-size: 0.85rem;
    }
.btn-assignto {
    background-color: transparent;
    border: none;
    float: right;
    margin-right: 3px;
    font-size: 13px;
    font-weight: 900;
    padding: 0px 5px 0px 5px;
}

    /*.btn-assignto:hover {
        background-color: #6c757d5e;
        border-radius: 3px;
    }*/

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

@media (min-width: 992px) {
    .footer {
        font-size: 12px;
    }
    .btnlist {
        margin-left: 0%;
    }

    .activity-content-box {
        margin-left: -60px
    }
    .ui-menu-item:first-child {
        padding-top: 5px;
    }

    .ui-menu-item:last-child {
        border-bottom: none; /* Remove the bottom border from the last item */
        padding-bottom: 5px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .footer {
        font-size: 14px;
    }
    .btnlist {
        margin-left: 0%;
    }

    .activity-content-box {
        margin-left: -60px
    }
    .ui-menu-item:first-child {
        padding-top: 20px;
    }

    .ui-menu-item:last-child {
        border-bottom: none; /* Remove the bottom border from the last item */
        padding-bottom: 5px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .footer {
        font-size: 14px;
    }
    .btnlist {
        margin-left: 0%;
    }
    .header .search-bar {
        min-width:100%;
    }
    .activity-content-box {
        margin-left: -60px
    }
    .ui-menu-item:first-child {
        padding-top: 20px;
    }

    .ui-menu-item:last-child {
        border-bottom: none; /* Remove the bottom border from the last item */
        padding-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .footer {
        font-size:11px;
    }
    .btnlist {
        margin-left: 0%;
    }
    .header .search-bar {
        min-width: 100%;
    }
    .activity-content-box {
        margin-left: -60px
    }
    .ui-menu-item:first-child {
        padding-top: 20px;
    }

    .ui-menu-item:last-child {
        border-bottom: none; /* Remove the bottom border from the last item */
        padding-bottom: 10px;
    }
}


