.summaryBlock {
    border-left: 1px solid #DADEE9;
}


.table-section-bl {
    border-left: 1px solid lightgrey;
}

.table-section-br {
    border-right: 1px solid black;
}

.table-section-bl-split {
    border-left: 1px solid lightgrey;
}


.ck-editor .ck-editor__editable {
    max-height: 180px !important;
}

select.assigncustomer-select {
    padding: 5px !important;
    width: 100%;
    max-height: 300px;
    height: 300px !important;
}

#div1, #div2 {
    float: left;
    width: 500px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #0000003b;
    border-radius: 10px;
}


.popover {
    max-width: 95%;
}

.error-container {
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .error-container h1 {
        color: #e74c3c;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .error-container p {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
    }

label.error {
    color: #e74c3c;
}
/*.ck-editor__editable {
    height: 150px !important;*/ /* Use the !important flag to override any conflicting rules */
/*}*/
.file-box {
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 3px;
}

.outer-file-box {
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 8px;
    border-radius: 5px;
}

.file-box-container {
    display: flex;
    padding: 10px;
}

.inner-box {
    background: #fff;
    box-shadow: 3px 3px 12px 5px #444;
    border-radius: 10px
}

    .inner-box .btn-close {
        cursor: pointer
    }

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

.ck.ck-balloon-panel {
    z-index: 1050 !important;
}

.yearSelectorButton {
    border: none;
    font-size: 15pt;
}

.subContractTable tr.selected {
    background-color: #FFD648 !important;
    color: black !important;
}

    .subContractTable tr.selected:hover {
        background-color: #FFD648 !important;
        color: black !important;
    }

    .subContractTable tr.selected td {
        background-color: #FFD648 !important;
        color: black !important;
    }

        .subContractTable tr.selected td:hover {
            background-color: #FFD648 !important;
            color: black !important;
        }


.highlighted {
    background-color: yellow !important;
    color: black !important;
}

tr.highlighted {
    background-color: yellow !important;
    color: black !important;
}

    tr.highlighted:hover {
        background-color: yellow !important;
        color: black !important;
    }

    tr.highlighted td {
        background-color: yellow !important;
        color: black !important;
    }

        tr.highlighted td:hover {
            background-color: yellow !important;
            color: black !important;
        }



/* Graph sizing fix */
.graph-container {
    display: flex;
    flex-flow: row;
}

.dynamic-content {
    flex: 1 1 auto;
}

.graph-content {
    width: 520px;
}

.summaryBlock hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}


.datepicker-dropdown {
    z-index: 1060;
}

.placeholder-option {
    display: none;
}

.activepricefilter {
    color: #0c83ff !important;
    box-shadow: 0 0 0 20rem rgba(var(--black-rgb),.1) inset;
}

.active-cap-floor {
    background-color: #68cd52;
    padding-top: 4px
}

@media (max-width: 1400px) {
    .graph-container {
        flex-flow: column;
    }

    .graph-content {
        width: 100%;
    }
}

/* Pagination + item selection margin */
.select-info {
    margin-left: 2rem; 
}

/*Used form frozen header in shoppingcart table*/
.table-scroll-container {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.table-scroll-container thead th,
.table-responsive thead th {
    position: sticky;
    top: 0;
    background: #fff;
}

.table-responsive {
    max-height: 600px;
}

.table-responsive table {
    width: 100%;
    border-collapse: separate;
  }

.table-responsive thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.filter-bar-z {
    position: relative;
    z-index: 20;
}
