body,
html {
    width: 100%;
    height: 100%;
    overflow-y: unset !important;
}
#content-wrapper {
    padding-right: 5px;
}
#balancesOwedGrid {
    height: 100px;
}
#distributedAmountInfoGrid {
    height: 200px;
}
.alert {
    display: inline;
    opacity: 0;
}
#backoffice_Root {
    overflow-y: auto !important;
}
.dgrid {
    height: 20em;
}
.mainContentId {
    visibility: visible !important;
}
#createBatchCreateBtn {
    margin-left: 5px;
}
.dgrid-cell-editing {
    color: #000 !important;
}
.ro {
    min-height: 28px;
    padding: 4px;
}
.dbootstrap .dijitCheckBox:before,
.dbootstrap .dijitRadio:before {
    margin-top: -3px;
}

.inactive {
    color: #ccc;
}
.pdtop10 {
    padding-top: 10px;
}
#backoffice_strategies_assign .dgrid-column-id {
    width: 85px;
}
#plivoCallsGrid {
    height: 40em;
}
#qmoxiCallsGrid {
    height: 40em;
}
#plivoCallsGrid .field-action {
    width: 320px;
    padding-top: 3px;
}
#qmoxiCallsGrid .field-action {
    width: 320px;
    padding-top: 3px;
}

.operationsFlag {
    background-image: url('../images/blue-flag-outline.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    max-width: 100%;
    display: block;
}

#strategySummary .dijitTitlePaneTitle {
    color: black;
    border-bottom: none;
    padding: 5px 15px;
}
.shadeBox {
    background-color: #bcd8f4;
    background-image: linear-gradient(
        #fff 0px,
        rgba(255, 255, 255, 0) 3px,
        rgba(255, 255, 255, 0.75) 100%
    );
    background-repeat: repeat-x;
    border: 1px solid #759dc0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #000;
    padding: 2px 4px 4px;
    transition: all 0.3s;
    z-index:100;
}
.simple-dialog-content {
    margin: 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.agentStatusINA {
    color:grey;
}

/* Sidebar fixes - login/logout button */
#sidebar-wrapper {
    overflow: auto;
}
ul.sidebar {
    position: unset !important;
}
ul.sidebar li.active a {
    color: white;
    background-color: #2d3e63;
    outline: none;
    border-left: 3px solid #e99d1a;
}
.sidebar-footer {
    position: unset !important;
    margin-top: 25px !important;
    margin-bottom: 5px !important;
}
#logoutButton {
    margin-top: 3px;
}

/* ####  SELECT2 CUSTOMIZATION #### */
.flag-country-name {
    margin-top: 1px;
    font-size: 11px;
    vertical-align: middle;
    padding: 0 6px;
}
.flag {
    margin-top: 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: rgba(82,168,236,0.8) !important;
}
.select2-container .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #ddd !important;
    pointer-events: none !important;
}
.select2-selection .select2-selection--multiple .select2-selection--clearable {
    border: 1px solid #ccc !important;
}
.select2-container--disabled {
    pointer-events: none !important;
}
.select2-dropdown {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}
.select2-selection textarea:disabled {
    pointer-events: none !important;
}
textarea[type=search].select2-search__field::placeholder {
    font-family:"Montserrat";
    color: #aaa !important;
    font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 4px 0px 4px !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 3px !important;
    padding-right: 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-top: 2px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 9px !important;
}
.plr4 {
    min-height: 28px;
    padding: 0 4px 4px 0;
}
@media (max-width: 1710px) {
    #mainContentId {
        padding-top: 40px;
    }
}

@media (max-width: 1012px) {
    #mainContentId {
        padding-top: 110px;
    }
}

@media (max-width: 895px) {
    #mainContentId {
        padding-top: 150px;
    }
}

.nav>li>a {
    padding: 10px 10px;
}

.info-label {
    transition: 0.2s;
}

.info-label:hover {
    color: #759dc0;
}

.agentFieldset, .clientFeaturesFieldset {
    margin: 0 0 1.5em 0.4em !important;
    padding: 0 0.4em 0.4em 0.4em !important;
    background-color: #fbfbfb !important;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%) !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%) !important;
}

.agentLegend, .clientFeaturesLegend {
    padding: 10px;
    border-bottom: none;
    width: auto;
}

/* BorderContainer */

.tundra .dijitBorderContainer {
	background-color: #fcfcfc;
	padding: 5px;
}

.tundra .dijitSplitContainer-child,
.tundra .dijitBorderContainer-child {
	/* By default put borders on all children of BorderContainer,
	 *  to give illusion of borders on the splitters themselves.
	 */
	/* border: 1px #ccc solid; */
    border: none;
}

.tundra .dijitBorderContainer-dijitTabContainerTop,
.tundra .dijitBorderContainer-dijitTabContainerBottom,
.tundra .dijitBorderContainer-dijitTabContainerLeft,
.tundra .dijitBorderContainer-dijitTabContainerRight {
	/* except that TabContainer defines borders on it's sub-nodes (tablist and dijitTabPaneWrapper),
	 * so override rule setting border on domNode
	 */
	 border: none;
}

.tundra .dijitBorderContainer-dijitBorderContainer {
	/* also, make nested BorderContainers look like a single big widget with lots of splitters */
	border: none;
	padding: 0;
}

.tundra .dijitSplitterH,
.tundra .dijitGutterH {
	background: rgb(8,140,207);
	border:0;
	height:5px;
}

.tundra .dijitSplitterH .dijitSplitterThumb {
	background:#B0B0B0 none;
	height:1px;
	top:2px;
	width:19px;
}

.tundra .dijitSplitterV,
.tundra .dijitGutterV {
	background:#fcfcfc;
	border:0;
	width:5px;
}

.tundra .dijitSplitterV .dijitSplitterThumb {
	background:#B0B0B0 none;
	height:19px;
	left:2px;
	width:1px;
}

/* active splitter */
.tundra .dijitSplitterActive {
	font-size: 1px;
	background-image: none;
	background-color: #aaa;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	margin: 0;
}

.tundra .dijitSplitContainerSizerV .thumb {
	background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
	top:1px;
	width:19px;
	height:3px;
	overflow: hidden;
}

#trustBatchGridWrapper {
    max-height: 98%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
#trustBatchDetailGridWrapper {
    overflow: hidden;
    max-height: 98%;
    height: 100%;
}
#trustBatchGrid.dgrid,
#trustBatchDetailGrid.dgrid,
#remitModifyHoldDaysGrid.dgrid {
    overflow-wrap: anywhere;
}
#trustBatchGrid {
    /* min-height: 30vh; */
    height: 100%;
    overflow: hidden;
    position: relative;
}
#trustBatchGrid .dgrid-scroller,
#trustBatchDetailGrid .dgrid-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
}
#trustBatchGrid .dgrid-header,
#trustBatchDetailGrid .dgrid-header {
    right: 15px;
}
/* #trustBatchDetailGrid, */
#remitModifyHoldDaysGrid {
    height: unset !important;
    min-height: 30vh;
    max-height: 100%;
    max-width: 100%;
}
#trustBatchDetailGrid {
    max-height: 98%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#fprRequestsGrid,
#postedFprRequestsGrid,
#canceledFprRequestsGrid {
  min-height: 60vh;
  max-width: 100%;
}
#fprRequestsGrid .dgrid-scroller,
#postedFprRequestsGrid .dgrid-scroller,
#canceledFprRequestsGrid .dgrid-scroller {
  overflow-y: scroll !important;
}

/* Sticky the buttons on top of the page */
.stickyMenu {
    position: sticky;
    z-index: 900;
    top: 60px;
    background-color: #f3f3f3;
}

#topTrustContainerPane,
#centerRemitContainerPane,
#centerTrustContainerPane {
    padding-top: 0px !important;
}
#headerDivId {
    position: sticky;
    z-index: 1000;
    top: 0px;
}
.stickyHeader {
    position: sticky;
    z-index: 1000;
    top: 0px;
    background-color: #f3f3f3;
}
@media screen and (max-width: 990px) {
    #clientMasterForm .row {
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }
}

/* ##### Loading Overlay ##### */
.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}
#loadingOverlay {
     background-color:rgba(0, 0, 0, 0.2);
}
.loadingText {
    position: absolute;
    top: 30%;
    left: 50%;
    padding-left: 30px;
    background: url('../images/loadingAnimation.gif') no-repeat 0% 30%;
}
.loadingMessage {
    padding: 25px 40px;
    color: #999;
}
.addInvoiceButton,
.clearInvoiceButton {
    margin: auto !important;
}
.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.clientIdStatus0,
.clientServicesStatus0,
.clientManagementStatus0 {
    color: grey;
}

/* ##### Client Master Bootstrap Date Picker ##### */

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
 .datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker.datepicker-rtl {
    direction: rtl;
  }
  .datepicker.datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #999;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
  }
  .datepicker table tr td.today,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
  }
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
  }
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
  }
  .datepicker table tr td.today:hover:hover {
    color: #000;
  }
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }
  .datepicker table tr td.range,
  .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today,
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today:hover:hover,
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today.disabled:hover:hover,
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today:hover.disabled,
  .datepicker table tr td.range.today.disabled.disabled,
  .datepicker table tr td.range.today.disabled:hover.disabled,
  .datepicker table tr td.range.today[disabled],
  .datepicker table tr td.range.today:hover[disabled],
  .datepicker table tr td.range.today.disabled[disabled],
  .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
  }
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected:hover:hover,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.disabled:hover:hover,
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected:hover.disabled,
  .datepicker table tr td.selected.disabled.disabled,
  .datepicker table tr td.selected.disabled:hover.disabled,
  .datepicker table tr td.selected[disabled],
  .datepicker table tr td.selected:hover[disabled],
  .datepicker table tr td.selected.disabled[disabled],
  .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
  }
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active:hover.disabled,
  .datepicker table tr td.active.disabled.disabled,
  .datepicker table tr td.active.disabled:hover.disabled,
  .datepicker table tr td.active[disabled],
  .datepicker table tr td.active:hover[disabled],
  .datepicker table tr td.active.disabled[disabled],
  .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
  }
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eee;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active[disabled],
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
  }
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #999;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .input-append.date .add-on,
  .input-prepend.date .add-on {
    cursor: pointer;
  }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
  /*# sourceMappingURL=bootstrap-datepicker.css.map */

/* CSS for drag and drop arrows */
.drag-drop-arrows {
  text-align: center;
  margin-top: 100px;
}
.arrow-left, .arrow-right {
  font-size: 32px;
  margin: 0 20px;
}
.drag-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.drag-up-down-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 280px;
}
.text-vertical {
  display: inline-block;
  transform: rotate(180deg);
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
}
.drag-text-vertical {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  height: 100%;
}
.up-down-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arrow-up, .arrow-down {
  font-size: 32px;
  margin: 5px;
}
.arrow-container {
  display: flex;
  margin-left: 7px;
  padding-right: 0px
}
.arrow {
  margin: 0;
}
.arrow:hover {
  color: black;
}

#templateContainer {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 5px;
  background-color: #ddd;
  border-radius: 3px;
}

#templateContainer .workcard-template-item, .dojoDndAvatar {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #eee;
  margin: 2px 2px;
  padding-left: 10px;
}

#templateContainer, #itemsGrid {
  height: 350px;
  overflow: auto;
}

#templateContainer .workcard-template-item {
  display: inline-block;
  position: relative;
}

#templateContainer .close-button {
  position: absolute;
  font-size: 10px;
  height: 15px;
  margin-top: 4px;
  top: 1px;
  right: 10px;
  color:#999;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 50%;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#templateContainer .close-button:hover {
  color: red;
  border-color: red;
  font-size: 12px;
}

#templateContainer .dojoDndItemOver {
  background-color: #1ebafb;
  color: white;
}

#spaceBetween {
  position: absolute;
  right: 30%;
}

#templateContainer .placeholder {
  position: relative;
  border: 1px solid #93CAED;
  border-radius: 10px;
  margin: 2px 2px;
  padding-left: 10px;
}

#templateContainer .edit-button {
  position: absolute;
  font-size: 10px;
  height: 15px;
  margin-top: 4px;
  top: 1px;
  right: 30px;
  color:#999;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 50%;
  padding: 1px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#templateContainer .edit-button:hover {
  color: green;
  border-color: green;
  font-size: 12px;
}

#workcardTemplateItemDetails {
  display:none;
  padding-top:35px;
  border:1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
}
/* ################ EDITOR ICONS ################ */

.dijitEditorIcon {
	background-image: url("../icons/editorIconsEnabled.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.dijitDisabled .dijitEditorIcon {
	background-image: url("../icons/editorIconsDisabled.png");
}
.dijtToolbarSeparator {
  background-image: url("../icons/editorIconsEnabled.png");
  background-repeat: no-repeat;
  background-position: 0;
  text-align: center;
}
.dijitEditorIconSep { background-position: 0; }
.dijitEditorIconSave { background-position: -18px; }
.dijitEditorIconPrint { background-position: -36px; }
.dijitEditorIconCut { background-position: -54px; }
.dijitEditorIconCopy { background-position: -72px; }
.dijitEditorIconPaste { background-position: -90px; }
.dijitEditorIconDelete { background-position: -108px; }
.dijitEditorIconCancel { background-position: -126px; }
.dijitEditorIconUndo { background-position: -144px; }
.dijitEditorIconRedo { background-position: -162px; }
.dijitEditorIconSelectAll { background-position: -180px; }
.dijitEditorIconBold { background-position: -198px; }
.dijitEditorIconItalic { background-position: -216px; }
.dijitEditorIconUnderline { background-position: -234px; }
.dijitEditorIconStrikethrough { background-position: -252px; }
.dijitEditorIconSuperscript { background-position: -270px; }
.dijitEditorIconSubscript { background-position: -288px; }
.dijitEditorIconJustifyCenter { background-position: -306px; }
.dijitEditorIconJustifyFull { background-position: -324px; }
.dijitEditorIconJustifyLeft { background-position: -342px; }
.dijitEditorIconJustifyRight { background-position: -360px; }
.dijitEditorIconIndent { background-position: -378px; }
.dijitEditorIconOutdent { background-position: -396px; }
.dijitEditorIconListBulletIndent { background-position: -414px; }
.dijitEditorIconListBulletOutdent { background-position: -432px; }
.dijitEditorIconListNumIndent { background-position: -450px; }
.dijitEditorIconListNumOutdent { background-position: -468px; }
.dijitEditorIconTabIndent { background-position: -486px; }
.dijitEditorIconLeftToRight { background-position: -504px; }
.dijitEditorIconRightToLeft, .dijitEditorIconToggleDir { background-position: -522px; }
.dijitEditorIconBackColor { background-position: -540px; }
.dijitEditorIconForeColor {background-position: -557px;}
.dijitEditorIconHiliteColor { background-position: -576px; }
.dijitEditorIconNewPage { background-position: -594px; }
.dijitEditorIconInsertImage { background-position: -612px; }
.dijitEditorIconInsertTable { background-position: -630px; }
.dijitEditorIconSpace { background-position: -648px; }
.dijitEditorIconInsertHorizontalRule { background-position: -666px; }
.dijitEditorIconInsertOrderedList { background-position: -684px; }
.dijitEditorIconInsertUnorderedList { background-position: -702px; }
.dijitEditorIconCreateLink { background-position: -720px; }
.dijitEditorIconUnlink { background-position: -738px; }
.dijitEditorIconViewSource { background-position: -756px; }
.dijitEditorIconRemoveFormat { background-position: -774px; }
.dijitEditorIconFullScreen { background-position: -792px; }
.dijitEditorIconWikiword { background-position: -810px; }
.dijitEditorIcon::before {
    display: none !important;
}
.dijitAdditionalEditorIconPageBreak {
	background-image: url(../icons/pageBreak.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

.dijitDisabled .dijitAdditionalEditorIconPageBreak {
	background-image: url(../icons/pageBreakDisabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

.dijitAdditionalEditorIconBlockquote {
	background-image: url(../icons/blockquote.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

.dijitDisabled .dijitAdditionalEditorIconBlockquote {
	background-image: url(../icons/blockquoteDisabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

#onoNotes,
#afdNotes {
  border: 1px solid #d5d5d5;
  padding: 0px;
}



/* ##### editor toolbar ##### */

.slimToolbar .dijitToolbar {
  border-bottom: 1px solid #b5bcc7;
  background-color: #efefef;
  background-image: url("../images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 2px 0 2px 4px;
  zoom: 1;
  margin-bottom: 0px;
}
.slimToolbar .dijitToolbar label {
  padding: 0 3px 0 6px;
}
/** override slimToolbar/form/Button.css, and also ComboBox down arrow **/
.slimToolbar .dijitToolbar .dijitButton .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitDropDownButton .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitComboButton .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitToggleButton .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitComboBox .dijitButtonNode {
  border-width: 0;
  /* on hover/active, border-->1px, padding-->1px */

  padding: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(171, 214, 255, 0);
  background-image: none;
  /* cancel gradient for normal buttons, we don't want any gradient besides toolbar's on non-hovered buttons */

}
.dj_ie .slimToolbar .dijitToolbar .dijitButton .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitDropDownButton .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitComboButton .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitToggleButton .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitComboBox .dijitButtonNode {
  background-color: transparent;
  /* for IE, which doesn't understand rgba(...) */

}
/* hover status */
.dj_ie .slimToolbar .dijitToolbar .dijitButtonHover .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitComboButton .dijitButtonNodeHover,
.dj_ie .slimToolbar .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover,
.dj_ie .slimToolbar .dijitToolbar .dijitToggleButtonHover .dijitButtonNode {
  /* button should still turn blue on hover, so need to override .dj_ie rules above */

  background-color: #abd6ff;
}
/* active status */
.dj_ie .slimToolbar .dijitToolbar .dijitButtonActive .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitComboButtonActive .dijitButtonNode,
.dj_ie .slimToolbar .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
  /* button should still turn blue on press, so need to override .dj_ie rules above */

  background-color: #abd6ff;
}
.slimToolbar .dijitToolbar .dijitComboButton .dijitStretch {
  /* no rounded border on side adjacent to arrow */

  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.slimToolbar .dijitToolbar .dijitComboButton .dijitArrowButton {
  /* no rounded border on side adjacent to button */

  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.slimToolbar .dijitToolbar .dijitComboBox .dijitButtonNode {
  padding: 0;
}
/* hover status */
.slimToolbar .dijitToolbar .dijitButtonHover .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitButtonNode {
  border-width: 1px;
  background-color: #abd6ff;
  background-image: url("../images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 1px;
}
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton {
  background-color: #f3ffff;
}
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitButtonNodeHover,
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitDownArrowButtonHover {
  background-color: #abd6ff;
}
/* active status */
.slimToolbar .dijitToolbar .dijitButtonActive .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
  border-width: 1px;
  background-color: #7dbdfa;
  background-image: url("../images/activeGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 1px;
}
.slimToolbar .dijitToolbar .dijitComboButtonActive {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-width: 1px;
  padding: 0;
}
.slimToolbar .dijitToolbar .dijitComboButtonActive .dijitButtonNode,
.slimToolbar .dijitToolbar .dijitComboButtonActive .dijitDownArrowButton {
  background-color: #f3ffff;
  padding: 2px;
}
.slimToolbar .dijitToolbar .dijitComboButtonActive .dijitButtonNodeActive {
  background-color: #7dbdfa;
  background-image: url("../images/activeGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
}
.slimToolbar .dijitToolbar .dijitComboButtonActive .dijitDownArrowButtonActive {
  background-color: #7dbdfa;
  background-image: url("../images/activeGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
}
/* Avoid double border between button and arrow */
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton,
.slimToolbar .dijitToolbar .dijitComboButtonActive .dijitDownArrowButton {
  border-left-width: 0;
}
.slimToolbar .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton {
  padding-left: 2px;
  /* since there's no left border, don't reduce from 2px --> 1px */

}
/* toggle button checked status */
.slimToolbar .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
  margin: 0;
  /* remove margin and add a border */

  border-width: 1px;
  border-style: solid;
  background-image: none;
  border-color: #759dc0;
  background-color: #ffffff;
  padding: 1px;
}
.slimToolbar .dijitToolbarSeparator {
  /* separator icon in the editor sprite */

  background: url("../icons/editorIconsEnabled.png");
}
/* Toolbar inside of disabled Editor */
.slimToolbar .dijitDisabled .dijitToolbar {
  background: none;
  background-color: #efefef;
  border-bottom: 1px solid #d3d3d3;
}
.slimToolbar .dijitToolbar .dijitComboBoxDisabled .dijitArrowButtonInner {
  background-position: 0 50%;
}

.slimToolbar .dijitButtonNode {
  /* rules for dijit.form.*Button widgets and arrow nodes on ComboBox, Spinner etc. */

  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slimToolbar .dijitButton .dijitButtonNode,
.slimToolbar .dijitDropDownButton .dijitButtonNode,
.slimToolbar .dijitComboButton .dijitButtonNode,
.slimToolbar .dijitToggleButton .dijitButtonNode {
  /* rules for the dijit.form.*Button widgets (see also ComboButton section below) */

  border: 1px solid #759dc0;
  padding: 2px 4px 4px 4px;
  color: #000000;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #bcd8f4;
  background-image: url("../images/buttonEnabled.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  _background-image: none;
}
.slimToolbar .dijitComboButton .dijitArrowButton {
  border-left-width: 0;
  padding: 4px 2px 4px 2px;
}
/*arrow styles for down/up/left/right directions*/
.slimToolbar .dijitArrowButtonInner {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-image: url("../images/buttonArrows.png");
  background-repeat: no-repeat;
  background-position: -51px 53%;
}
.slimToolbar .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -77px 53%;
}
.slimToolbar .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -26px 53%;
}
.slimToolbar .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: 0 53%;
}
.slimToolbar .dijitDisabled .dijitArrowButtonInner {
  background-position: -151px 53%;
}
.slimToolbar .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -177px 53%;
}
.slimToolbar .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -126px 53%;
}
.slimToolbar .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -100px 53%;
}
.slimToolbar .dijitButtonText {
  padding: 0 0.3em;
  text-align: center;
}
/* hover status */
.slimToolbar .dijitButtonHover .dijitButtonNode,
.slimToolbar .dijitDropDownButtonHover .dijitButtonNode,
.slimToolbar .dijitComboButton .dijitButtonNodeHover,
.slimToolbar .dijitComboButton .dijitDownArrowButtonHover,
.slimToolbar .dijitToggleButtonHover .dijitButtonNode {
  background-color: #86bdf2;
  color: #000000;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* active, checked status */
.slimToolbar .dijitButtonActive .dijitButtonNode,
.slimToolbar .dijitDropDownButtonActive .dijitButtonNode,
.slimToolbar .dijitComboButtonActive .dijitButtonNode,
.slimToolbar .dijitToggleButtonActive .dijitButtonNode,
.slimToolbar .dijitToggleButtonChecked .dijitButtonNode {
  background-color: #86bdf2;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* disabled status */
.slimToolbar .dijitButtonDisabled,
.slimToolbar .dijitDropDownButtonDisabled,
.slimToolbar .dijitComboButtonDisabled,
.slimToolbar .dijitToggleButtonDisabled {
  background-image: none;
  outline: none;
}
.slimToolbar .dijitButtonDisabled .dijitButtonNode,
.slimToolbar .dijitDropDownButtonDisabled .dijitButtonNode,
.slimToolbar .dijitComboButtonDisabled .dijitButtonNode,
.slimToolbar .dijitToggleButtonDisabled .dijitButtonNode {
  background-color: #efefef;
  border: solid 1px #d3d3d3;
  color: #818181;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("../images/buttonDisabled.png");
  background-image: -moz-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -o-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  _background-image: none;
}
.slimToolbar .dijitComboButtonDisabled .dijitArrowButton {
  border-left-width: 0;
}
/* for ComboButton */
.slimToolbar table.dijitComboButton {
  border-collapse: separate;
  /* override dijit.css so that ComboBox rounded corners work */

}
.slimToolbar .dijitComboButton .dijitStretch {
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.slimToolbar .dijitComboButton .dijitArrowButton {
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

#onoAttachments,
#afdAttachments {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
}
.remove-file {
  cursor: pointer;
  float: right;
}
.remove-file:hover {
  color: red;
}
#feedbackToAgentDialog,
#feedbackOnoDialog {
  max-height: 80%;
  max-width: 60%;
  overflow-y: scroll;
}
#arbitratorContactRating {
  text-align: left;
}
.remove-document {
  text-align: center;
  padding: 0.5em;
}
.remove-document .icon-trash {
  font-size: 15px;
  cursor: pointer;
}
#unprocessedInvoicesGrid .icon-large {
  color: red;
}

#backoffice_unprocessed_invoices {
  height: 80vh !important;
}

#legalAttyNonContingentSuitFeePercentage,
#legalAttyContingentSuitFeePercentage,
#legalAttyVenueClauseRatePercentage,
#legalAttorneyPlacementThreshold,
#legalAttorneySuitThreshold,
#legalNonContingentSuitFee,
#clientFindersFee,
#clientReturnMerchandiseFee,
#inHouseLegalRate {
  padding-right: 20px !important;
}

#widget_legalAttyNonContingentSuitFeePercentage::after,
#widget_legalAttyContingentSuitFeePercentage::after,
#widget_legalAttyVenueClauseRatePercentage::after,
#widget_legalNonContingentSuitFee::after,
#widget_clientFindersFee::after,
#widget_clientReturnMerchandiseFee::after,
#widget_inHouseLegalRate::after {
  content: '%';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#widget_legalAttorneyPlacementThreshold::after,
#widget_legalAttorneySuitThreshold::after {
  content: '$';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#legalSettlementAuthority {
  text-align: right;
}

#legalReports .dijitReset.dijitInputField.dijitButtonText {
      overflow: hidden;
}
#legalReports .dijitReset.dijitStretch.dijitButtonContents {
  overflow: hidden !important;
}

#legalReports .dijitSelectLabel {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px !important; /* Lățime inițială */
}

@media (max-width: 1740px) { /* Tablete mari */
  #legalReports .dijitSelectLabel {
    max-width: 100px !important;
  }
}

@media (max-width: 980px) {
  #legalReports .dijitSelectLabel {
    max-width: 60px !important;
  }
}


/* dojox.mobile.Switch */
/* Switch - common */
.mblSwitch {
  margin: 0;
  position: relative;
  display: inline-block;
  height: 27px;
  line-height: 29px;
  overflow: hidden;
  text-align: left;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblListItem .mblSwitch {
  position: absolute;
  right: 12px;
  top: 11.5px;
}
.mblSwitchInner {
  position: absolute;
  top: 0;
  height: 27px;
}
.mblSwitchAnimation .mblSwitchInner {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.mblSwitchOn .mblSwitchInner {
  left: 0;
}
.mblSwitchBg {
  position: absolute;
  top: 0;
  width: 94px;
  height: 27px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: rgba(176, 176, 176, 0.5) 1px inset;
}
.mblSwitchBgLeft {
  left: 0;
  color: white;
  background-color: #3f84eb;
  background-image: none;
}
.mblSwitchBgRight {
  color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdbebd), to(#f7f3f7));
  background-image: linear-gradient(to bottom, #bdbebd 0%, #f7f3f7 100%);
}
.mblSwitchKnob {
  position: absolute;
  top: 0;
  height: 27px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9a9c), to(#848284));
  background-image: linear-gradient(to bottom, #9c9a9c 0%, #848284 100%);
  font-size: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: rgba(157, 157, 157, 0.5) 1px outset;
}
.mblSwitchText {
  position: relative;
  top: 0;
  width: 53px;
  height: 27px;
  padding: 0;
  line-height: 28px;
  text-align: center;
}
.mblSwitchTextLeft {
  left: 0;
}
.mblSwitchTextRight {
  left: 40px;
}
/* Square Shape */
.mblSwSquareShape {
  width: 94px;
}
.mblSwSquareShape.mblSwitchOff .mblSwitchInner {
  left: -53px;
}
.mblSwSquareShape .mblSwitchBg {
  border-radius: 0px;
}
.mblSwSquareShape .mblSwitchBgRight {
  left: 53px;
}
.mblSwSquareShape .mblSwitchKnob {
  left: 53px;
  width: 41px;
  border-radius: 0px;
}
.mblSwSquareShape .mblSwitchText {
  width: 53px;
}
.mblSwSquareShape .mblSwitchTextRight {
  left: 40px;
}
/* Round Shape1 */
.mblSwRoundShape1 {
  width: 77px;
}
.mblSwRoundShape1.mblSwitchOff .mblSwitchInner {
  left: -50px;
}
.mblSwRoundShape1 .mblSwitchBg {
  width: 77px;
  border-radius: 14px;
}
.mblSwRoundShape1 .mblSwitchBgRight {
  left: 50px;
}
.mblSwRoundShape1 .mblSwitchKnob {
  left: 50px;
  width: 27px;
  border-radius: 13px;
}
.mblSwRoundShape1 .mblSwitchText {
  width: 50px;
}
.mblSwRoundShape1 .mblSwitchTextRight {
  left: 26px;
}
/* Round Shape2 */
.mblSwRoundShape2 {
  width: 94px;
}
.mblSwRoundShape2.mblSwitchOff .mblSwitchInner {
  left: -51px;
}
.mblSwRoundShape2 .mblSwitchBg {
  border-radius: 14px;
}
.mblSwRoundShape2 .mblSwitchBgRight {
  left: 51px;
}
.mblSwRoundShape2 .mblSwitchKnob {
  left: 51px;
  width: 43px;
  border-radius: 13px;
}
.mblSwRoundShape2 .mblSwitchText {
  width: 51px;
}
.mblSwRoundShape2 .mblSwitchTextRight {
  left: 42px;
}
/* Arc Shape1 */
.mblSwArcShape1 {
  width: 77px;
}
.mblSwArcShape1.mblSwitchOff .mblSwitchInner {
  left: -50px;
}
.mblSwArcShape1 .mblSwitchBg {
  width: 77px;
  border-radius: 5px/14px;
}
.mblSwArcShape1 .mblSwitchBgRight {
  left: 50px;
}
.mblSwArcShape1 .mblSwitchKnob {
  left: 50px;
  width: 27px;
  border-radius: 5px/13px;
}
.mblSwArcShape1 .mblSwitchText {
  width: 50px;
}
.mblSwArcShape1 .mblSwitchTextRight {
  left: 26px;
}
/* Arc Shape2 */
.mblSwArcShape2 {
  width: 94px;
}
.mblSwArcShape2.mblSwitchOff .mblSwitchInner {
  left: -51px;
}
.mblSwArcShape2 .mblSwitchBg {
  border-radius: 5px/14px;
}
.mblSwArcShape2 .mblSwitchBgRight {
  left: 51px;
}
.mblSwArcShape2 .mblSwitchKnob {
  left: 51px;
  width: 43px;
  border-radius: 5px/13px;
}
.mblSwArcShape2 .mblSwitchText {
  width: 51px;
}
.mblSwArcShape2 .mblSwitchTextRight {
  left: 42px;
}
/* Default Shape */
.mblSwDefaultShape {
  width: 77px;
}
.mblSwDefaultShape.mblSwitchOff .mblSwitchInner {
  left: -50px;
}
.mblSwDefaultShape .mblSwitchBg {
  width: 77px;
  border-radius: 14px;
}
.mblSwDefaultShape .mblSwitchBgRight {
  left: 50px;
}
.mblSwDefaultShape .mblSwitchKnob {
  left: 50px;
  width: 27px;
  border-radius: 13px;
}
.mblSwDefaultShape .mblSwitchText {
  width: 50px;
}
.mblSwDefaultShape .mblSwitchTextRight {
  left: 26px;
}
.mblSwitchKnob {
  background-color: white;
  background-image: none;
}
.mblSwitchBgLeft {
  background-color: #4BD260;
  background-image: none;
}
.mblSwitchBgRight {
  background-color: #eeeeee;
  background-image: none;
}

.acountTypeColor .mblSwitchBgLeft {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
  color: #ffffff;
}
.acountTypeColor .mblSwitchBgLeft:hover {
  background-color: #265a88;
  background-position: 0 -15px;
  cursor: pointer;
}
.acountTypeColor .mblSwitchTextLeft {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  line-height: 1.80;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat";
}
.acountTypeColor .mblSwitchBgRight {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.acountTypeColor .mblSwitchBgRight:hover {
  color: #333;
  background-color: #e6e6e6;
  cursor: pointer;
}
.acountTypeColor .mblSwitchTextRight {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  line-height: 1.80;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat";
}
.acountTypeColor .mblSwitchKnob {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0, #FAFAFA 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0, #FAFAFA 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#FAFAFA));
  background-image: linear-gradient(to bottom, #e6e6e6 0, #FAFAFA 100%);
  background-repeat: repeat-x;
}
.acountTypeColor .mblSwitchKnob:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}


/* ############ Color Picker ############ */

.dojoxColorPicker {
	padding:8px !important;
	-moz-border-radius:4pt;
	-webkit-border-radius:5pt;
	-webkit-drop-shadow:3pt;
}

.dojoxColorPickerRightPad {
	padding-right: 8px;
}

.dojoxColorPickerBox {
	position:relative;
	width:150px;
	height:150px;
	margin:0;
	padding:0;
}

.dojoxColorPickerUnderlay {
	position:relative;
	top:0; left:0;
	width:150px;
	height:150px;
	z-index:1;
}

.claro .dojoxColorPicker {
	background:#ededed;
	border:1px solid #cdcdcd;
  border-spacing: unset;
  border-collapse: separate;
}

.claro .dojoxColorPickerUnderlay {
	border:1px solid #cccccc;
}

.dojoxHuePickerUnderlay {
	position:relative;
	top:0; left:0;
	height:150px;
	width:20px;
	z-index:1;
	text-align: center;
}

.dojoxHuePicker { position:relative; top: 0px; left: 0px; padding: 0px;}

.dojoxHuePickerPoint {
	position:absolute;
	top:0; left:0;
	width:20px;
	height:8px;
	z-index:3;
	cursor:move;
}

.dojoxColorPickerPoint {
	position:absolute;
	width:10px;
	height:10px;
	border:0;
	z-index:3;
	cursor:move;
}

.dojoxColorPickerPreview {
	display:block;
	width:45px;
	height:45px;
	border:1px solid #333;
	background-color:#fff;
	position:relative;
	top: 0px;
	left: 0px;
}
.dojoxColorPickerWebSafePreview {
	display:block;
	width:25px;
	height:25px;
	position:relative;
	top: 0px;
	left: 0px;
	border:1px solid #333;
}

.dojoxColorPickerOptional {
	position:relative;
	top: 0px;
	left: 0px;
	height: 100%;
}

.dojoxColorPickerOptional table {
	border-spacing: 4px;
}

.dojoxColorPickerPreviewContainer table {
	border-spacing: 6px 0px;
}

.dojoxColorPickerOptional input {
	border:1px solid #a7a7a7;
	width:25px;
	padding:1px 3px 1px 3px;
	line-height:1.1em;
}

.dojoxColorPickerHex input {
	width:55px;
}


/* ############## CSS Builder Widget Styles ################# */
.mt5 {
    margin-top: 5px;
}
.font-size-12 {
    font-size: 12px;
}
.css-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.css-builder-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    width: 630px;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.css-builder-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.css-builder-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.css-builder-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
}

.css-builder-close:hover {
    color: #000;
}

.css-control-group {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.css-control-label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.css-control-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.color-picker-input {
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.toggle-button-italic {
    color: white;
    border: 1px solid #ddd;
    background: #f9f9f9;
    background-image: url('../images/editorIconsEnabled.png');
    background-repeat: no-repeat;
    background-position: -214px 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
}

.toggle-button-bold {
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
    color: white;
    background-image: url('../images/editorIconsEnabled.png');
    background-repeat: no-repeat;
    background-position: -197px 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

.toggle-button-bold.active,
.toggle-button-italic.active {
    border-color: #005a87;
}

.toggle-button-bold:hover,
.toggle-button-italic:hover {
    border-color: #bbb;
}

.alignment-group {
    display: flex;
    gap: 5px;
}

.left-alignment-button {
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
    color: white;
    background-image: url('../images/editorIconsEnabled.png');
    background-repeat: no-repeat;
    background-position: -342px 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

.right-alignment-button {
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
    color: white;
    background-image: url('../images/editorIconsEnabled.png');
    background-repeat: no-repeat;
    background-position: -359px 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

.center-alignment-button {
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
    color: white;
    background-image: url('../images/editorIconsEnabled.png');
    background-repeat: no-repeat;
    background-position: -306px 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

.left-alignment-button.active,
.right-alignment-button.active,
.center-alignment-button.active {
    border-color: #005a87;
}

.left-alignment-button:hover,
.right-alignment-button:hover,
.center-alignment-button:hover {
    border-color: #bbb;
}

.preview-area {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.preview-text {
    font-size: 14px;
    transition: all 0.2s;
}

.css-output {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    font-family: monospace;
    font-size: 12px;
    min-height: 60px;
    white-space: pre-wrap;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding: 15px 10px 10px 0;
    border-top: 1px solid #eee;
}

/* ############### ACH Email Reports Styles ################# */

.emailAchDialogContent {
    width: 400px;
    padding: 15px;
}

.emailAchFormSection {
    margin-bottom: 20px;
}

.emailAchFieldLabel {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.emailAchFieldContainer {
    width: 100%;
}

.emailAchButtonSection {
    text-align: right;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.emailACHFadeAadeAlertSection {
    margin-bottom: 5px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.4285714;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.emailAchButtonSection .btn:first-child {
    margin-right: 10px;
}