﻿.gridRow {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

.dtlHeaderCol60 {
    float: left;
    width: 80%;
}

.dtlHeaderCol40 {
    float: left;
    width: 20%;
}

.hand {
    cursor: pointer;
}

.dtlHeaderInnerCol30 {
    float: left;
    width: 25%;
}

.dtlHeaderCol15 {
    position: absolute;
    right: 110px;
}

.dtl_btn {
    width: 100px;
    margin: 0px 5px;
}

.dtlHeaderInnerCol70 {
    float: left;
    width: 38%;
    margin-left: 2%;
}

.marginLft {
    margin-left: 10px;
}

#divDatePick {
    display: flex;
}

.datePickerCol {
    float: left;
    /*width:60%;*/
}

.toDatePickerCol {
    float: right;
    margin-right: -234px;
    margin-top: 0px;
    width: 257px;
}

.totalActivitiesCol {
    float: left;
    width: 40%;
}

.alignGridColRyt {
    text-align: right !important;
}

.dtlDatePicker {
    float: left;
    margin-left: 5px;
    width: 50%;
    border: none;
    border-bottom: 1px solid #C0C0C0;
}

.datepickerIconShift {
    margin-left: -20px;
}

.paginationDtlRow {
    float: left;
    width: 100%;
}

.statusCell {
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.exportToExcelImg {
    float: left;
    width: 90px;
    padding: 0px 20px 0px 0px;
    text-align: center;
}

    .exportToExcelImg img {
        width: 33.33px;
        height: 33.33px;
        padding-bottom: 3px;
    }

.statusCircleRow {
    float: left;
    width: 150px;
    margin-left: 19%;
    margin-top: -2px;
}

.circleAlign {
    float: left;
    width: 33.33%;
}

.circlePink {
    line-height: 2.5;
    text-align: center;
    font-weight: 600;
    float: left;
    width: 33.33px;
    height: 33.33px;
    border-radius: 75px;
    background-color: #ffb4b5;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
}

.circleYellow {
    line-height: 2.5;
    text-align: center;
    font-weight: 600;
    float: left;
    width: 33.33px;
    height: 33.33px;
    border-radius: 75px;
    background-color: #fbfa6f;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
}

.circleGreen {
    line-height: 2.5;
    text-align: center;
    font-weight: 600;
    float: left;
    width: 33.33px;
    height: 33.33px;
    border-radius: 75px;
    background-color: #63ff76;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
}

.gridContainerHeadInnerPaddingOverride {
    padding: 10px 10px 0px 10px;
}

.hello {
    display: none;
}

.activityIndicatorListElement {
    position: relative;
}

.commentModalWidth {
    width: 70%;
}

.commentBtn {
    margin-top: 10px;
    margin-left: 10px;
    float: right;
    width: 100px;
}

.commentContainer {
    padding: 5px 10px;
    margin: 0px 10px;
    width: 97%;
    border: 1.5px solid #666666;
    overflow: auto;
    max-height: 130px;
    border-radius: 4px;
}

.commentDateRow {
    padding: 5px 4px;
    float: left;
    width: 97%;
}

.comntDate {
    float: left;
    margin-left: 5px;
    width: 70%;
    border: none;
    border: 1px solid #C0C0C0;
}

.comntDateIcon {
    margin-left: -20px;
}

.dateCol1 {
    float: left;
    width: 20%;
}

.cmntDrpDwn {
    float: left;
    width: 100%;
}

.cmntEditor {
    padding: 5px 10px;
    margin: 0px 10px;
    float: left;
    width: 97%;
}

.tooltip_innerPadding {
    padding: 5px 5px 5px 10px;
}

.innerCommentDiv {
    float: left;
    width: 100%;
    border: 1px solid #C0C0C0;
    margin: 5px 0px;
    border-radius: 5px;
}

.cmntInnerRow {
    padding: 3px 10px;
}


/* Scoped to dailyTradeList only */
#dailyTrdLstId .ui-grid-pinned-container .ui-grid-viewport {
    overflow-y: auto !important;
}

#dailyTrdLstId .ui-grid-pinned-container .ui-grid-viewport::-webkit-scrollbar {
    display: none !important;
}

#cke_87 {
    display: none;
}

.commentPInline p {
    display: inline;
}

.commentPInline br {
    display: none;
}

/* UI Grid Header Styling - Ensure 50px height and proper text truncation - Scoped to dailyTradeList only */
#dailyTrdLstId .ui-grid-header-cell {
    height: 50px !important;
}

#dailyTrdLstId .ui-grid-header-cell-wrapper {
    height: 50px !important;
}

/* Ensure header text truncates properly and sort icons don't overlap */
#dailyTrdLstId .ui-grid-header-cell .sortIcon {
    min-height: 20px;
    display: block;
    width: 100%;
}

/* Override negative margin from sortAlignAccounts class in dailyTradeList headers */
#dailyTrdLstId .ui-grid-header-cell .sortAlignAccounts {
    margin-top: 0 !important;
    display: inline-block;
    position: relative;
    top: 0;
}

/* Ensure sort icon container has proper spacing */
#dailyTrdLstId .ui-grid-header-cell .sortIcon {
    padding-top: 4px;
}