/***************************************For Proposed Lending page *************************************/
.flex-display {
    margin-top:20px;
    display:flex;
}
.pl-table-1-container{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pl-table-1-container div{
  margin-right: 10px;
  margin-bottom:5px;
}

.pl-table-1-container div:last-child{
  margin-right: 0;
}

.pl-address-table tr td{
    padding:5px;
    min-width:110px;
    border: 1px solid black;
}
.pl-address-table tr th{
    padding:5px;
    min-width:110px;
    border: 1px solid black;
    font-weight: 600;
    background: rgb(241,193,154);
}
.proposed-loan-title {
    color: #0000009c;
    font-weight: 700;
    margin-bottom:20px;
}

.table-flex-container {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.table-flex-container > div{
    margin-bottom:10px;
    margin-left: 10px;
}

.table-existing-loan, .table-existing-loan  tr th, .table-existing-loan tr td {
    border-color:  rgb(241,193,154) !important;
    border-width: 2px !important;
}
.table-existing-loan tr th {
    background: rgba(241,193,154,0.5);
    font-weight: 600;
}
.table-existing-loan textarea {
    min-height: 280px;
    max-height: 280px;
    resize: none;
    width:250px;
}

.existing-loans hr{
    border: 0;
    height: 1px;
    background: rgb(241,193,154);
}

.proposed-loans hr{
    border: 0;
    height: 1px;
    background: rgb(184,208,138) ;
}
.table-proposed-loan, .table-proposed-loan  tr th, .table-proposed-loan tr td {
    border-color:  rgb(184,208,138) !important;
    border-width: 2px !important;
}
.table-proposed-loan tr th {
    background: rgba(184,208,138,0.5);
    font-weight: 600;
    max-width: 150px;
}
.table-proposed-loan textarea {
    min-height: 180px;
    max-height: 280px;
    resize: none;
    width:250px;
}


.proposed-loan-container tr td select, 
.proposed-loan-container tr td textarea, 
.proposed-loan-container tr td input{
    border:none;
    width: 100%;
    height: 100%;
}

.proposed-loan-container tr th, 
.proposed-loan-container tr td{
    min-width: 110px;
    max-width: 150px;
}

.pl-offset-table,.proposed-table {
    /* margin-bottom: 15px; */
    margin-top:15px;
}
.pl-offset-table tr th{
    border: 1px solid #C3C3C3;
    min-width: 75px;
    max-width: 120px;
    padding:1px;
    font-weight: 600;
    background: rgb(241,193,154);
}

.pl-offset-table tr .double-column{
    min-width: 160px;
}

.pl-offset-table tr .triple-column{
    min-width: 220px;
}

.proposed-table tr th{
    background: rgb(184,208,138);
}

.pl-offset-table tr td{
    border: 1px solid #C3C3C3;
    min-width: auto;
    padding:1px;
}

.pl-offset-table tr td, th,.pl-offset-table input[type="text"] {
    text-align: center;
}

.cost-modal-body {
    max-height:200px;
    overflow-y: scroll;
}

.empty-cell{
    background: white;  
    border-right: white 1px solid !important;
    border-bottom: white 1px solid !important;
    border-top: white 1px solid !important;
    border-left: white 1px solid !important;
}

.border-black-right{
    border-right: 1px solid black !important;
}

.border-custom-right {
    border-right: 1px solid #c3c3c3 !important;
}

.border-custom-top {
    border-top: 1px solid #c3c3c3 !important;
}

.container-header{
    flex-basis: 90px;
    position: relative;
    background: rgba(184,208,138,0.5);
    margin-right: 10px;
    padding: 20px;
    border: 1px solid #C3C3C3;
}

.text-container-vertical{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
}

.transform-text{
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0;
}
.add-remove-container{
    display:flex;
    align-items: center;
}

.select-field-container{
    display: flex;
    align-items: center;
}
.select-field-container a{
    cursor: pointer;
}

.add-lodgement-icon i{
    font-size:19pt;
    color: grey;
    padding-right: 5px;
    margin-top: -15px;
    transition: 0.2s all linear;
}
.add-lodgement-icon i:hover {
    color: green;
}
.remove-lodgement-icon i{
    font-size:19pt;
    color:grey;
    margin-top: -15px;
    transition: 0.2s all linear;
}
.remove-lodgement-icon i:hover {
    color: red;
}
.proposed-table tr th, .proposed-table tr td {
    max-width: auto;
    width: auto;
}

#proposed-loan-wrapper-pure .container-content{
    width: 100%;
}

.proposedLoanItemContainer {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider-proposed {
    border-right: 1px solid #C3C3C3;
}

.proposed-add {
    color: #fe9a2e;
    cursor: pointer;
}

.proposed-delete {
    color: #fe9a2e;
    cursor: pointer;
}

.plus-offset:hover{
    text-decoration: underline;
    cursor: pointer;
}

.proposed-update {
    color: #fe9a2e;
    cursor: pointer;
}