@charset "UTF-8";
/*Brethertons Custom CSS */


/* Background to £ signs */
.input-group-text {
    background-color: #FFFFFF;
    border: 0px;
}

/*Vertical Filter Panel Width - default is 25%*/
.col-lg-3 {
    width: 16.66666667%
}

/* Pop up details form - adjusting size of Modal Large */
.modal-form-details .modal-lg {
    --bs-modal-width: 1920px;
    --bs-modal-margin: 0; /* was 1.75rem */
}
/* Height of form body*/
.modal-form-details .modal-body iframe {
    height: 100vh;
}

/* Width of pop up form*/
.container.wrapper-body {
    max-width: 100%
}
    /* cell in pop up form AND in Profile*/
    .container.wrapper-body .crmEntityFormView .cell {
        padding: 0 28px 10px; /* was 0 28px 20px*/
    }

    /* Put form labels to left not above */
    .container.wrapper-body .section tbody tr td div.control {
        clear: none !important;
        float: right;
        width: 50% /* this is to stop pushing text off the table*/
    }

        .container.wrapper-body .section tbody tr td div.control div.control {
            width: 100% /* this is for emails, etc. which appear in a control inside a control*/
        }


/* Filter list width*/
.entitylist-filter-option-text {
    width: 100%;
}

/* list headings and rows */
.view-grid thead a {
    font-size: 10pt;
    font-weight: bold
}

/* row hyperlink*/
.view-grid tbody a {
    font-size: 10pt
}
/* row not hyperlinked*/
.view-grid tbody td {
    font-size: 10pt
}
