/* default stack grid slightly smaller */
@charset "UTF-8";
/* #preferencesGrid {
    height: 17em;
} */
#preferencesGrid .strategy {
    font-weight: bold;
}
#preferencesGrid .workedAccount {
    font-weight: bold;
    color: #ffa500;
}
#viewPriorGrid,
#deskBacklogGrid,
#viewDailyTrustGrid {
    height: 60em;
    width: 100em;
}
#viewDailyTrustGrid .dgrid-column-desk {
    width: 4%;
}
#viewDailyTrustGrid .dgrid-column-trustCode,
#viewDailyTrustGrid .dgrid-column-currency,
#viewDailyTrustGrid .dgrid-column-fxRate {
    width: 7%;
}
#viewDailyTrustGrid .dgrid-column-name {
    width: 24%;
}
#deskBacklogGrid .dgrid-cell {
    width: 70px;
}
#subscriptionsGrid .field-subscriptionStatus {
    width: 8%;
}
#subscriptionsGrid .field-subscriptionAction {
    width: 8%;
}
#subscriptionsGrid .field-clientId {
    width: 6%;
}
#subscriptionsGrid .field-desk {
    width: 4%;
}
#subscriptionsGrid .field-debtorNumber {
    width: 6%;
}
#tiedAccountsSelection .field-debtorNumber {
    width: 10%;
}
#tiedAccountsSelection .field-type {
    width: 12%;
}
#tiedAccountsSelection .field-clientReference {
    width: 14%;
}
#subscriptionsGrid .field-date {
    width: 6%;
}
#subscriptionsGrid .field-emails {
    word-wrap: break-word;
    width: 35%;
}
#subscriptionsGrid .field-id {
    width: 6%;
}

.settingsOptions {
    margin: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
}
.settingsOption {
    max-height: 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#userSettingsDialog {
    min-width: 350px;
}
#deskBacklogResultDialog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    height: 90vh;
}
#deskBacklogResultDialog .dijitDialogPaneContent {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-height: 80vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    overflow: hidden !important;
}
#deskBacklogGrid {
    max-width: 100%;
    overflow: hidden;
    flex: 4;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
}
#extraGrid {
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
#extraGrid .dgrid-column-acc,
#extraGrid .dgrid-column-acc {
    width: 100px;
}
#extraGrid .dgrid-column-tpd {
    width: 180px;
}
#layoutFixes .dgrid-content{
    width:100%;
}
#historyGrid .field-notes pre,
#invoiceHistoryGrid .field-invoiceNote pre {
    padding: 0;
    margin: 0;
}
.bellNotification {
    display: inline-block;
    position: relative;
    padding: 0.3em;
    background: #3498db;
    border-radius: 0.2em;
    font-size: 0.8em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bellNotification::before,
.bellNotification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.bellNotification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}
.bellNotification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.bellNotification.show-count::after {
    transform: scale(1);
    opacity: 1;
}

#notificationsGrid .dgrid-column-debtorNumber,
#notificationsGrid .dgrid-column-status,
#notificationsGrid .dgrid-column-date,
#notificationsGrid .dgrid-column-user,
#notificationsGrid .dgrid-column-actionCode {
    width: 25%;
}

#notificationsGrid .field-debtorNumber,
#notificationsGrid .field-status,
#notificationsGrid .field-date,
#notificationsGrid .field-user,
#notificationsGrid .dgrid-column-actionCode {
    width: 25%;
}

#notificationsGrid .dgrid-column-id {
    width: 100px;
}

#notificationsGrid {
    height: 250px;
}

#notificationNote {
    min-height: 100px;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    max-height: 200px;
    overflow-y: auto;
}

#notificationsGrid .dgrid-content .field-debtorNumber {
    font-weight: bold;
    cursor: pointer;
    color: rgb(0, 136, 204);
}

#notificationsGrid .dgrid-content .field-debtorNumber:hover {
    color: #fff;
}

#notificationsGrid .dgrid-selected .field-debtorNumber {
    color: #fff;
}

#notificationPanelDialog {
    min-width: 220px;
    width: 220px;
}
#notificationsGrid .dgrid-row {
    font-weight: 400;
}
#notificationsGrid .bold.dgrid-row {
    font-weight: bold;
}
.notifications-count {
    padding: 2px 4px;
    border-radius: 30%;
    background: red;
    color: white;
}
#missedDllBasAccountsPanelDialog {
    min-width: 200px;
    width: 200px;
}
#missedDllBasAccountsGrid .field-touched {
    width: 10%;
}
.blueBackgroundIcon {
    font-size: 12px;
    background-color: #3498db;
    padding: 0px 2px 0px 2px;
    border-radius: 3px;
}
.select2-search__field {
    min-width: 100px !important; 
    color: #AAAAAA !important;
    font-size: 10.5px !important;
    font-weight: 500;
    font-family: sans-serif !important;
}
.select2-container .select2-selection--multiple {

    width: 100% !important;
    min-height: 25px !important;
    border: none !important;
    background-color: #fff !important;
    color: #AAAAAA !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    transition: border linear 0.2s, box-shadow linear 0.2s !important;
}
.select2-container--focus {
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

.select2-container {
    width: 100% !important;
}
#documentSelectionGrid .dgrid-column-size {
    width: 100px;
}
#documentSelectionGrid .dgrid-column-datetime {
    width: 150px;
}
