/* Minification failed. Returning unminified contents.
(1861,1): run-time error CSS1019: Unexpected token, found '}'
(2666,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2666,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* root element for tabs  */
.tabs {
	list-style: none;
	margin: 20px 0px 20px 0px; /*!important;*/
	padding: 0px 15px;
	height: 40px;
	/*width: 100%;*/
	background-color: #333;
	border-radius: 8px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	list-style-image:none !important; 
	height: 40px;
}

/* link inside the tab. uses a background image */
.tabs a { 
	display:block;
	text-align:center;	
	text-decoration:none;
	color: #fff;
	padding:0px;
	margin:0px;	
	position:relative;
	/*top:1px;*/
	padding: 12px 15px; 
}

.tabs a:active {
	outline:none;
}

.tabs a:visited{
	color: #fff;
}

/* when mouse enters the tab move the background image */
.tabs li:hover, 
.tabs li:hover a, 
.tabs a:hover {
    background-color: #ddd;
    color: black;
	text-decoration: none;
}


tabs a:hover{
	text-decoration:none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important; 
	color: #fff !important;
	background-color: #4CAF50!important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


.tabPanes
{
	/*border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;*/
	padding: 10px;
}


/*.grid
{
	border: 1px solid #f0f0f0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-spacing: 0px;
}

.grid TD
{
	border-bottom: 1px solid #f0f0f0;
	padding: 1px 2px 1px 2px;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

.grid TH,
.grid .grid_col_header TD
{
	color: #ffffff;
	font-weight: bold;
	background-color: #B0B0B0;
	height: 30px;
	padding: 5px 10px 5px 10px;
}

.grid .grid_col_header A:Link
{
	text-decoration: underline;
	color: #1f497d;	
}

.grid tbody TR:first-child td{
    padding-top: 10px;
}
.grid .grid_item TD
{
	background-color: #FFFFFF;	
}*/

/*.grid .grid_alt_item TD
{
	background-color: #f5f5f5; 
}*/

/*.grid .grid_edit_item_head TD
{*/
	/*font-weight: bold;*/
	/*color: Red;*/
	/*border-top: 1px solid #000000;
	background-color: #B0B0B0;*/	/*#E9E9E9;*/
/*}

.grid .grid_edit_item > TD
{
	background-color: #E9E9E9;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
}

.grid tfoot td,
.grid .tableFooter td {
	font-weight: bold;
}*/



/****************/
.grid2022 th,
.grid2022 td {
	padding: 13px 8px;
	/*height: 46px;*/
}

.grid2022 td {
	overflow-wrap: break-word;
}

.grid2022 tr:nth-child(even) td
/*, .grid2022 .grid_alt_item td*/
{
	background-color: #f5f5f5;
}

.grid2022 th
/*, .grid tr.grid_col_header td */
{
	border-top: solid 1px #ddd;
	background-color: #b0b0b0;
	color: white;
	font-weight: bold;
}

.grid2022 th:first-of-type
/*, .grid2022 tr.grid_col_header td:first-of-type*/ {
    border-top-left-radius: 7px;
    border-left: solid 1px #b0b0b0;
}

.grid2022 th {
	border-top: solid 1px #b0b0b0;
}

.grid2022 th:last-of-type
/*, .grid2022 tr.grid_col_header td:last-of-type*/ {
    border-top-right-radius: 7px;
    border-right: solid 1px #b0b0b0;
}

.grid2022 tr td {
	border-top: solid 1px #ddd;
}

.grid2022 tr td:first-of-type {
    border-left: solid 1px #ddd;
}

.grid2022 tr td:last-of-type {
    border-right: solid 1px #ddd;
}


.grid2022 tr:last-of-type td,
.grid2022 tr.gridLastRow td {
	border-bottom: solid 1px #ddd;
}

.grid2022 tr:last-of-type td:first-of-type,
.grid2022 tr.gridLastRow td:first-of-type{
    border-bottom-left-radius: 7px;
}

.grid2022 tr:last-of-type td:last-of-type,
.grid2022 tr.gridLastRow td:last-of-type{
    border-bottom-right-radius: 7px;
}
body {
    font-size: .85em;
    font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #808080;	/*#232323;*/
    background-color: #E8E8EA;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    border-radius: 6px;
    /*padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;*/
    
    /*margin: 0px 0px;
    border: 1px solid #EEDB74;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 0px 5px 5px 5px;*/
}

legend {
    font-size: 1.2em;
    color: #000;
}

textarea {
    min-height: 50px;
}

TEXTAREA,
INPUT,
SELECT
{
	border: 1px solid #999;
	padding: 2px 4px;
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
}


/*INPUT::-webkit-input-placeholder {
color: red !important;
}*/
 
/* Firefox 18- */ 
/*INPUT:-moz-placeholder { 
color: red !important;  
}*/
 
/* Firefox 19+ */ 
/*INPUT::-moz-placeholder {  
color: red !important;  
}*/
 
/*INPUT:-ms-input-placeholder {  
color: red !important;  
}*/

INPUT[type="button"],
INPUT[type="submit"],
BUTTON
{
	cursor: pointer;
}

INPUT[type="button"][disabled=disabled],
INPUT[type="submit"][disabled=disabled],
BUTTON[disabled=disabled]
{
	cursor: auto;
}


INPUT[type="button"].blueButton,
INPUT[type="submit"].blueButton,
BUTTON.blueButton,
INPUT[type="button"].submit-button,
INPUT[type="submit"].submit-button,
BUTTON.submit-button
{
   background-color: #002A5C;
    color: #FFFFFF;
    font-size: 11pt;
    padding: 10px 30px;
	border-radius: 5px;
	-webkit-appearance: none;
}

input[type=file]::file-selector-button {
	background-color: #0066FF;
	border-color: #0066FF;
	border-radius: 4px;
	color: white;
}

OL LI 
{
	padding: 0px 0px 10px 0px;
}

A
{
	/*text-decoration: none;*/
	color: #1F497D;	/*#808080;*/
}

A:visited
{
	text-decoration: none;	
	color: #1F497D;	/*#808080;*/
}

A:hover
{
	text-decoration: underline;
	color: #1F49FF;
	cursor: pointer;
}

A.clearFile{
	cursor: pointer;
}

.editor-label {
    margin: 5px 0px 0px 0px;
    float: left;
    width: 120px;
    text-align: right;
}

.editor-field-required
{
	color: #F00;
	font-size: .8em	
}

.editor-label:after
{
	/*content: ":";*/
}

.editor-field {
    margin: 5px 0px 0px 5px;
    float: left;
}

.editor-instr 
{
	color: #666;
	padding-top: 4px;
}

.editor-sep
{
	clear: both;
}

.buttons
{
	padding: 30px 0px 10px 120px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

/*
.field-validation-error DIV
{
	float: right;
	margin: 12px 2px 0px 2px;
	height: 16px;
}*/


.field-validation-error IMG
{
	/*margin: 0px 2px 0px 2px;*/
	height: 16px;
}
.field-validation-error DIV IMG
{
	height: 16px; 
	width: 16px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* General
-----------------------------------------------------------*/
.clear
{
	clear: both;
}

.myfield-validation-error
{
	/*background-image: url( "/Images/validation.gif" );
	background-repeat: no-repeat;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.hidden
{
	display: none;
}


.sectionSubTitle 
{
	font-weight: bold;
	margin-top: 20px;
}


.blur	/*use by jquery.hint.js*/
{
	color: #888;
	font-style: italic;
}


/* Page
-----------------------------------------------------------*/
.page
{
	/*padding: 0px 10px 0px 10px;*/
	width: 1000px;
	margin: 1px auto 100px;	/*Center page*/
	background-color: #fff;
}

.page .pageMessageSuccess
{
	margin: 8px 10px 8px 10px;
	padding: 3px 3px 3px 3px;
	border: 2px solid #00f;
	color: #00f;
}

.page .pageMessageWarn
{
	margin: 8px 10px 8px 10px;
	padding: 3px 3px 3px 3px;
	border: 2px solid #FFA500;
	color: #FFA500;
}

.page .pageMessageError
{
	margin: 8px 10px 8px 10px;
	padding: 3px 3px 3px 3px;
	border: 2px solid #f00;
	color: #f00;
}

/* Header
-----------------------------------------------------------*/
HEADER {
	height: 50px;

	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

HEADER .header{
	padding: 2px 10px 2px 0px;
	background-color: #002A5C;
	width: 990px;
    margin: 0px auto 100px;
}

HEADER .left
{
	float: left;	
}

HEADER .right
{
	float: right;	
	margin: 3px 0px 0px 0px;
}

header .home{
	float: left;
	padding: 8px 5px 0px 0px
}
header .home img{
	width: 30px;
	margin-right: 5px;
}

HEADER .tenant
{
	padding: 11px 0px 0px 0px;
	color: #FFF;
	font-size: 20pt;
}

HEADER .tenant A
{
	text-decoration: none;	
	color: #FFF;
	font-size: 20pt;
}

HEADER .search
{
	float: left;
}

HEADER .nav
{
	float: right;
	padding-top: 3px;
}

/*header .tagLine {
	float: left;
	color: #FFF;
	margin-top: 15px;
    margin-left: 35px;
}

header .tagLine .clientPortal{
	font-weight: bold;
	font-size: 1.2em;
}

header .tagLine .builtByAttorney {
	font-style: italic;
	font-family: cursive;
}*/

HEADER .topNav
{
	color: #FFF;
	text-align: right;
}

HEADER .welcome
{
	color: #FFF;
	font-size: 12pt;
	text-align: right;
	padding: 10px 0px 16px 0px; 
}

HEADER .welcome.clientUser{
	padding: 7px 0px 16px 0px;
}

HEADER .welcome .usernameMenuIcon{
	width: 12px;
}

HEADER .topNav UL
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

HEADER .topNav UL LI
{
	color: #FFF;	
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	float: left;
	border-left: solid 1px #DBDBDB;
}

HEADER .topNav UL LI:first-child
{
	border-left: none;
}

HEADER .topNav UL LI:last-child
{
	padding-right: 0px;
}

HEADER .topNav A
{
	color: #FFF;		
	text-decoration: none;
}

HEADER .topNav A:hover
{
	text-decoration: underline;
}


HEADER .search
{
	margin: 8px 20px 0px 0px; 
	float: left;
	background-color: #fff;
	border-radius: 10px;
	padding: 0px 10px;
	
}

HEADER .search .left
{
	 float: left;
}

HEADER .search .right
{
	float: right; 
	margin: 0px 0px 0px 5px;
}

HEADER .search #searchText
{
	/*width: 200px;*/
	height: 25px;
	border: none;
}

HEADER .search #searchSubmit{
	border: none; 
	background-color: transparent;
	float: right;
	margin-top: 4px;
	padding: 0px;
}

HEADER .search #searchImage {
	width: 20px;
	/*border: 1px solid black;*/
}

HEADER .search #searchText:focus {
	outline: none;
}


HEADER .search .right INPUT
{
	/*
	background: url( /images/find.png ) no-repeat; 
	background-size: 20px 20px; 
	width: 20px;
	height: px;
	border: 0px;
	*/

	visibility: hidden;
	display: none;

}


.headerIcons
{
	clear: both;
	padding: 10px 50px 0px 50px
}

.headerIcons .home
{
	float: left;	
}

.headerIcons .home img
{
	width: 35px;
	border: none;
}

.headerIcons .print
{
	float: right;
}

.headerIcons .print img
{
		width: 35px;
		border: none;
}


@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    header {
        height: 75px;
    }

    header .home img{
        width: 56px;
        margin-left: 15px;
    }

}


/* Content
-----------------------------------------------------------*/
.page{
	padding-top: 55px;
}

.page .content
{
	padding: 40px 20px 0px 20px;
	min-height: 400px;
}

.page .content.contentWideMargin {
padding: 40px 70px 0px 70px;
}


.contentMain
{
	float: left;
	width: 680px;
}


.maxCharsCountReached{
    color: orange;
}

.topBar {
	margin-bottom: 40px;
}

.sideBar {
	float: right;
	width: 260px;
	margin: 0px 0px 0px 0px;
}

/* Footer
-----------------------------------------------------------*/
#footer
{
	padding: 40px 20px 0px 20px;
}

#footer .sepLine
{
	height: 1px;
	background-color: #DBDBDB;
	width: 100%;
}

#footer .footerContent
{
	height: 30px;
	padding-top: 7px;
} 

#footer .copyRight
{
	font-size: 9pt;
	float: left;
}



#footer .rightNav
{
	color: #548DD4;
	float: right;
}

#footer .rightNav UL
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer .rightNav UL LI
{
	color: #548DD4;	
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	float: left;
	border-left: solid 1px #DBDBDB;
}

#footer .rightNav UL LI:first-child
{
	border-left: none;
}

#footer .rightNav UL LI:last-child
{
	padding-right: 0px;
}

#footer .rightNav A
{
	/*color: #548DD4;*/		
	text-decoration: none;
}

#footer .rightNav A:hover
{
	text-decoration: underline;
}



/* GDPR Consent
-----------------------------------------------------------*/
.gdprConsent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #eee;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

    .gdprConsent .closeButton {
        border: 0px;
        font-size: 20px;
        cursor: pointer;
    }



/* Loading
----------------------------------------------------------*/
#loadingMask
{
	display:none; 
	position:fixed; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%;
	text-align: center;
	vertical-align:middle;
	background: none repeat scroll 0 0 #000000;
   opacity: 0.5;
	z-index : 1000;
}

#loading  
{
	display:none; 
	/*position:fixed;*/ 
	position: absolute;
	padding: 10px 10px 10px 10px;
	width:130px; 
	height:60px;
	text-align: center;
	vertical-align:middle;
	background-color: #fff;
	border: solid 1px #aaa;
    border-radius: 10px;
	z-index : 1001;
}

/* Loading
----------------------------------------------------------*/
.accordion
{
}

.accordion .title
{
	padding: 5px 5px 5px 20px;
}

.accordion .ui-accordion-header SPAN.ui-icon
{
	left: 3px;
}

.accordion DIV.ui-accordion-content
{
	padding: 5px 20px 20px 20px;
	overflow: unset;
}


/* Loading
----------------------------------------------------------*/
.home
{
}

/*
.home .submit
{
	width: 90px; 
	height: 30px; 
	background-color: #31859B; 
	color: #FFF; 
	font-weight: bold
}*/

.home IMG.lock
{
	margin: 0px 0px -10px 10px;
}

.home INPUT.submit:hover
{	
	background-color: #1F49FF; 
}

.callToAction {
	margin-top: 75px;
	margin-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}

.contentWideMargin .callToAction{
    padding-left: 0px;
    padding-right: 0px;
}

/*.callToAction a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	color: white;
	padding: 10px 20px;
}*/

.callToAction a:hover {
}

.callToAction .startFreeTrial
{
	float: left;
	width: 33%;
}

.callToAction .featuresAndPricing {
	float: left;
	text-align: center;
	width: 33%;
}


.callToAction .whyPrivyCounsel {
	float: right;
	width: 33%;
	text-align: right;
}


UL.check
{
	list-style-image: url('/images/bullet-check.png');
} 
	
	
/*BootStrap*/	
.tt-menu {
	  z-index: 1051;
	  margin-top: 2px;
	  -webkit-border-radius: 4px;
		  -moz-border-radius: 4px;
				 border-radius: 4px;
          
	position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  list-style: none;
	  background-color: #ffffff;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  *border-right-width: 2px;
	  *border-bottom-width: 2px;
	  -webkit-border-radius: 6px;
		  -moz-border-radius: 6px;
				 border-radius: 6px;
	  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
				 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  -webkit-background-clip: padding-box;
		  -moz-background-clip: padding;
				 background-clip: padding-box;
}	

.tt-cursor
{
	background-color: Yellow;
}

.tt-suggestion
{
	padding: 3px 5px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #A63D27;
}

.bootstrap-tagsinput 
{
	line-height: normal;
	padding: 4px 6px 5px 6px;
	margin-bottom: 0px;
	width: 96%;
}

.bootstrap-tagsinput .label-info
{
  background-color: #5bc0de;	/*#A63D27;*/
  padding: 1px 3px 3px 4px;
}

.bootstrap-tagsinput .tt-input,
.bootstrap-tagsinput .tt-hint
{
	margin-top: 3px;
}


.ui-datepicker
{
	display: none;
}



.dont-break-out {
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}


/*Hide the close (X) button for logoff warning modal*/
div.ui-dialog[aria-labelledby="ui-dialog-title-logoffWarning"] a.ui-dialog-titlebar-close {
    display: none;
}



/*JQUERY UI override*/
.ui-dialog .ui-dialog-titlebar {
    padding: 0.3em 1em .3em .5em;
}


img.inputhint {
	width: 16px;
	top: 3px;
    position: relative;
	cursor: pointer
}


.negCurrency {
	color: red;
}



/*Bootstrap tool-tip*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}


/*Contact Us*/
.contactUs{

}

.contactUs td:first-child .editor-field
{
	margin-left: 0px;
}

.contactUs .requestCallback{
	float: left; 
	width: 50%;
}

.contactUs .requestCallback input[type=text],
.contactUs .requestCallback input[type=email],
.contactUs .requestCallback textarea {
	width: 260px; 
	height: 25px;
}

.contactUs .requestCallback textarea{
	height: 100px
}

.contactUs .requestCallback input[type=text].demoDate {
	width: 85px;
}

.contactUs .requestCallback input[type=time]{
	height: 20px;
}

.contactUs .requestCallback select {
	width: 270px;
	height: 31px; 
}

.contactUs .requestCallback .editor-label{
	width: 190px;
}

.contactUs .askExpert li {
	margin-bottom: 10px;
}


/*Pagination*/
.pagination-container{
	float: right;
}

.pagination-container UL.pagination {
	list-style-type: none;
	margin: 0px;
    padding: 0px;
}

.pagination-container .pagination LI {
	float: left;
    padding: 5px 10px;
	border-radius: 5px;
}

.pagination-container .pagination li:hover{
	background-color: #ddd;
}
.pagination-container .pagination LI.active,
.pagination-container .pagination LI.active:hover {
	background-color: #4CAF50;
}

.pagination-container .pagination LI A {
	text-decoration: none;
}
.pagination-container .pagination LI.active A {
	color: white;
}



.p-plus-p {
    font-size: 20px;
    font-weight: bold;
    color: #A63D27
}

.p-plus-plus {
    font-size: 20px;
    font-weight: bold;
    color: #B5D890
}


#taskUpdateHoursNotes {
	font-size: .85em;
}

#taskUpdateHoursNotes #taskUpdateHoursNotes_Matter{
	margin-bottom: 20px;
}

#taskUpdateHoursNotes tabs {
	margin: 0px !important;
}
 
#taskUpdateHoursNotes .tabContents {
}

#tabTaskEditContent .taskUpdate tr {
	height: 45px;
}

.taskOfficeNotes .taskOfficeNoteAddNote {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEDB74;
	margin-bottom: 20px;
}

.taskOfficeNotes .newOfficeNote {
	margin-top: 10px
}

.taskOfficeNotes .newOfficeNote TEXTAREA {
	width: 95%;
	min-height: 45px;
	height: 45px;
	background-color: #EFEC9D;
}

.taskOfficeNotes .taskOfficeNoteAddNote #postNoteMessageSuccess,
#taskUpdateHoursNotes_UpdateTaskForm #updateTaskMessageSuccess
{
	margin-top: 25px;
	color: #0074ff;
}


.taskOfficeNotes .taskOfficeNoteAddNote #postNoteMessageError,
#taskUpdateHoursNotes_UpdateTaskForm #updateTaskMessageError {
	margin-top: 25px;
	color: #ff0000;
}


.taskOfficeNotes .taskOfficeNoteHistory .taskOfficeNoteHistoryError {
	color: #ff0000;
}

.taskOfficeNotes .taskOfficeNoteHistory ul {
	margin: 0px;
	padding: 0px;
}

.taskOfficeNotes .taskOfficeNoteHistory ul li {
    list-style-type: none;
    padding: 2px 5px 10px 2px;
    border: 1px solid transparent;
}

.taskOfficeNotes .taskOfficeNoteHistory ul li:hover {
	border: 1px solid #BBBBBB;
}

.taskOfficeNotes .taskOfficeNoteHistory ul li .username {
	float: left;
	font-weight: bold;
}

.taskOfficeNotes .taskOfficeNoteHistory ul li .noteTime,
.taskOfficeNotes .taskOfficeNoteHistory ul li .hours,
.taskOfficeNotes .taskOfficeNoteHistory ul li .expense {
	float: left;
	margin-left: 15px;
}

.taskOfficeNotes .taskOfficeNoteHistory ul li .noteText {
	padding-left: 15px;
	white-space: pre-wrap;
}

.taskOfficeNotes .taskOfficeNoteHistory LI .noteText A {
	word-break: break-all;
}

.taskOfficeNotes .taskOfficeNoteHistory .officeNoteFiles {
	margin-top: 5px;
}

.taskOfficeNotes .taskOfficeNoteHistory .officeNoteFiles UL {
	padding-left: 15px;
}

.taskOfficeNotes .taskOfficeNoteHistory .officeNoteFiles LI {
	list-style-type: none;
	padding: 2px 5px 5px 2px;
}

.taskOfficeNotes .taskOfficeNoteHistory .hours-and-expense {
	margin-top: 5px;
}


.hamgurgerMenu{
	padding-top: 5px;
}

.hamgurgerMenu .hamgurgerMenuIcon {
    padding: 4px 10px;
    width: 30px
}


.hamgurgerMenu object{
	width: 48px;
	margin: 0px 10px;
}

.hamgurgerMenu:hover > ul.hamgurgerMenuItems
{
	/*display: block;*/
}


.hamgurgerMenu li
{
	list-style: none;
	margin: 0px;
	padding: 5px 10px 0 0px;
	
	color: White;
    font-weight: normal;
    line-height: 20px;    
}


.hamgurgerMenu li a {
    text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 15px;
}


.hamgurgerMenu li a:hover {
	color: #F8DD76;
}

.hamgurgerMenu ul.hamgurgerMenuItems
{
	/*visibility: hidden;*/
	display: none;
	position: absolute;
	z-index: 598;
	/*width: 100%;*/
	background-color: #002A5C;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 20px 2px;
	opacity: 0.95;

}


.hamgurgerMenuItems .search form{
	margin: 5px 5px 10px 15px;
}

.hamgurgerMenu .search input.searchButton {
	background: url(/images/find.png) no-repeat;
    background-size: 20px 20px;
}


@media only screen and (max-device-width: 480px) {
    .hamgurgerMenu .hamgurgerMenuIcon {
        width: 56px
    }

    ul.hamgurgerMenuItems {
        font-size: 2em;
    }

    ul.hamgurgerMenuItems li {
        padding: 15px 0px;
    }
}


/**********************Username Menu**********************************/
.usernameMenu
{
	position: absolute;
	z-index: 598;
	/*width: 100%;*/
	padding: 0px 0px;
	text-align: left;
	min-width: 110px;


}

.usernameMenu ul{
	padding-left: 0px;
	margin: 20px 0px;

	background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    border-radius: 5px;}


.usernameMenu li
{
	list-style: none;
	margin: 0px;
	
    font-weight: normal;
    line-height: 20px;    
}


.usernameMenu li a {
    text-decoration: none;
	display: block;
	padding: 8px 15px;
	color: black;
}


.usernameMenu li a:hover {
	background-color: #ddd;
}




.login .editor-label {
    width: 80px;
}


.login .buttons
{
	padding-left: 0px;
	padding-top: 20px;
}


header.header {
	padding: 5px 60px;
}

header .header__logo img {
	height: 60px;
}

.wrapper {
	padding-top: 105px;
}

.tenantRegistration
{
	/*width: 850px;*/
}

.tenantRegistration fieldset legend {
	color: #087900;
	font-weight: bold;
}

.tenantRegistration .editor INPUT
{
	width: 200px;
}

.tenantRegistration .legalCompanyType .editor INPUT {
	width: 10px;
}

.tenantRegistration .legalCompanyType .editor label:last-child{
	margin-left: 20px;
}

/*

.tenantRegistration .userType .editor INPUT[type=radio]{
	margin-left: 30px;
}

.tenantRegistration .userType .editor INPUT[type=radio]:first-child{
	margin-left: 0px;
}
*/

.tenantRegistration .editor-instr {
	padding-top: 4px;
}



.tenantLogin .editor-label {
    width: 80px;
}


.tenantLogin .buttons
{
	padding-left: 100px;
}


.clientRegistration .editor-field input {
	width: 130px;
}

.clientRegistration .beneficiary{
	float: left;
}





.forgotPassword .instruction
{
	margin: 30px 0px 30px 0px;
}

.forgotPassword .editor-label {
    width: 250px;
}


.forgotPassword .editor-field INPUT
{
	width: 200px;
}


.forgotPassword .buttons
{
	padding-left: 295px;
}


.accountSettingsClient .beneficiaries .beneficiary{
	float: left;
}


.accountSettingsClient .beneficiaries .beneficiaryData {
	padding-right: 20px;
}


.accountSettingsClient .beneficiaries .beneficiaryData INPUT {
}




.tenantSettings .globalComment {
    margin: 0px 0px 30px 0px;
}


    .tenantSettings .globalComment .clientComment {
        margin-top: 20px;
    }

    .tenantSettings .globalComment .clientComment textarea{
        width: 100%;
        height: 150px;
    }

    .tenantSettings .globalComment .buttons {
        margin-top: 40px;
        padding: 0px;
    }


.tenantSettings .editor-label {
    margin: 10px 0px 0px 0px;
    width: 200px;
}

.tenantSettings .editor-field {
    margin: 12px 0px 0px 5px;
}


.tenantSettings .accountSettings .editor-field INPUT {
    width: 250px;
}

.tenantSettings .accountSettings .editor-field INPUT[type=radio] {
    width: auto;
}

.tenantSettings .buttons {
    padding: 30px 0px 10px 165px;
}

.tenantSettings .changePassword,
.tenantSettings .changeSubscription {
    padding-top: 30px;
}



.createMatterClient .editor-label {
    width: 125px;
}

.createMatterClient .editor-label {
    width: 125px;
}

.createMatterClient .editor-field INPUT {
    width: 115px;
}

.createMatterClient .editor-field #EmailAddress,
.createMatterClient .editor-field #EmailAddressSpouse {
	width: 250px;
}

.createMatterClient .editor-field #ReferralSource2 {
	width: 250px;
}

.createMatterClient .billingInfo {
	margin-top: 20px;
}

.createMatterClient .billingInfo .billableHoursExpenses {
	margin-top: 20px;
}

.createMatterClient .billingInfo .billableHoursExpenses .hours,
.createMatterClient .billingInfo .billableHoursExpenses .hourlyRate,
.createMatterClient .billingInfo .billableHoursExpenses .totalAmount,
.createMatterClient .billingInfo .billableHoursExpenses .expenseQuantity,
.createMatterClient .billingInfo .billableHoursExpenses .expenseAmount {
	text-align: right;
	padding-right: 5px;
}

.createMatterClient .billingInfo .receivedPayments {
	margin-top: 20px;
}

.createMatterClient .billingInfo .receivedPayments .currentcy {
	text-align: right;
}

.createMatterClient .buttons
{
	margin: 20px 0px;
    padding: 0px 0px;
}

.createMatterClient INPUT[type="submit"].save-button {
	background-color: #087900;
}

.billingInfo .billing {
	float: left;
}

.billingInfo .billingType{
	float: left;
	margin-left: 50px;
}


.billingInfo .businessRoleEstimate .actualHours,
.billingInfo .businessRoleEstimate .estimatedHours,
.billingInfo .businessRoleEstimate .remainingHours {
	text-align: right;
}

.billingInfo .businessRoleEstimate .negRemainingHours {
	color: red;
}


#shareMatterWithEmployee .firmAssigned{
	display: none;
}

.assignedFirms .firmNotAssigned {
	display: none;
}


.grid2022.assignedFirms tr.firmAssigned:last-of-type td:first-of-type,
.grid2022.assignedFirms tr.firmAssigned:last-child td:first-child,
.grid2022.assignedFirms tr.firmAssigned.gridLastRow td:first-of-type {
	border-bottom-left-radius: 7px;
}

}
.wishDetail .eFile
{
	padding: 10px 10px 40px 10px;
}

.wishDetail .tabs A:hover
{
	cursor: hand; 
	cursor: pointer;
}

.wishDetail .tabs li {
    width: 175px
}

.wishDetail .matterTitle {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20.4px;
}

.wishDetail .dataLabel
{
	padding-right: 10px;
}


.wishDetail .data
{
}


.wishDetail .clientName {
    float: left;
    padding-right: 20px;
    margin-top: 4px;
    width: 293px;
}

.wishDetail .clientNumber
{
	float: left;
	padding-right: 20px;	
}

.wishDetail .percentCompleted {
    float: left;
    margin-top: 7px;
}

.wishDetail .emailAddress {
    float: left;
    margin-top: 11px;
    padding-right: 20px;
    width: 293px;
}

.wishDetail .phone {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    width: 293px;
}

.wishDetail .budgetedHours {
    float: left;
    margin: 10px 0px 0px 0px;
}

.wishDetail .remainingHours {
    float: right;
    margin: 10px 0px 0px 0px;
}

.wishDetail .remainingHours_Negative {
    color: red;
}

.wishDetail .dueDate
{
	float: left;
	padding-right: 30px;
    width: 230px;
}

.wishDetail .dueDate.pastDue
{
	color: Red;
}

.wishDetail .dueDate .dueDateInput {
    width: 73px;
    border: none;
    background-color: transparent;
    color: #808080;
}

.wishDetail .uploadFiles
{
	margin-bottom: 40px;
}

.wishDetail .uploadFiles UL
{
	margin: 0px;
	padding: 0px;
}

.wishDetail .uploadFiles UL LI
{
	list-style-type: none;
}


.wishDetail .uploadFiles .file
{
}

.wishDetail .uploadFiles .file:hover
{
	background-color: #E5F5D7;
}  

.wishDetail .uploadFiles .file .date
{
	float: left;
	width: 190px;
}

.wishDetail .uploadFiles .file .filename
{
	float: left;
	width: 300px;
	padding-right: 10px;
	overflow-x: hidden;
   text-overflow: ellipsis;
}

.wishDetail .uploadFiles .file .deleteFile
{
	float: right;
	font-weight: bold;
    width: 50px;
}

.wishDetail .uploadFiles .shareFile
{
	float: right;
	padding-right: 15px;
	font-weight: bold;
}


.wishDetail .comments
{
    margin: 30px 2px 0px 2px;
}

.wishDetail .comments FIELDSET
{
    margin: 0px 0px;
    border: 1px solid #EEDB74;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    border-radius: 0px;
    padding: 0px 5px 5px 5px;
}

.wishDetail .comments UL {
    margin: 0;
    padding: 0;
}

.wishDetail .comments LI.comment {
    /*border: 1px solid transparent;*/
    list-style-type: none;
    padding: 12px 17px 22px 14px;
    border: 1px solid transparent;    
}

.wishDetail .comments LI.comment:hover {
    border: 1px solid #BBBBBB;
}

.wishDetail .comments LI .nameAndTimestamp{
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

.wishDetail .comments LI .username
{
	float: left;
	font-weight: bold;
	padding-right: 10px;
}

.wishDetail .comments LI .commentTime
{
	float: left;
}

.wishDetail .comments LI .commentText
{
	padding-left: 15px;
	white-space: pre-wrap;
}


.wishDetail .comments LI .officeStaffComment {
	color: darkblue;
}

.wishDetail .comments LI .officeStaffComment A {
	word-break: break-all;
}

.wishDetail LI .commentFiles
{
}

.wishDetail .commentFiles UL
{
	padding-left: 30px;
}

.wishDetail .commentFiles LI
{
	list-style-type: none;
}

.wishDetail .commentFiles .commentFile
{
}

.wishDetail .commentFiles .commentFile .filename
{
}

.wishDetail .replySection
{
	padding-left: 15px;
}

.wishDetail .replySection A.replyLink
{
	text-decoration: underline;
}

.wishDetail .replySection A.replyLink:hover
{
	cursor: hand; 
	cursor: pointer;
}

.wishDetail .replySection LI.reply {
    /*border: 1px solid transparent;*/
    list-style-type: none;
    padding: 2px 5px 10px 2px;
    border: 1px solid transparent;    
}


.wishDetail .replyComments
{
	
}


.wishDetail .postClientComment
{
	margin-top: 15px;
}


.wishDetail .postClientComment .fileUploads
{
}

.wishDetail .postClientComment .fileUploads LI
{
	list-style-type: none;
}

.wishDetail .clientCommunicationContent{
    padding-bottom: 20px;
 }


#olFilesToBeDeleted li,
#olFilesToBeSharedOrUnshared  li {
    padding: 0px;
}


/*Tasks*/
.tasks th.taskCompletedDate {
    width: 180px;
}

.tasks .taskDescription{
    word-break: break-word;
}

.tasks tr:hover {
    background-color: #E5F5D7;
}

.tasks td.taskCompletedDate {
    text-align: right;
}

.tasks td.taskCompletedDate a{
    margin-left: 10px;
}

.tasks tr.hiddenTask{
    display: none;
}

.tasks tr.overDue,
.tasks tr.overDue input {
    color: red;
}

.tasks tr.completedTask td,
.tasks tr.completedTask td input,
.tasks tr.completedTask td a {
    color: #cccccc;
}

.tasks .showAllTasksLink{
    margin-top: 15px;
}

.tasks .showAllTasksLink a {
    cursor: pointer;
    text-decoration: underline;
}

/*Add New Task Popup*/
.taskAddNew {
    margin-top: 20px;
}

.taskAddNew tr {
    height: 35px
}

.taskAddNew .taskDescription INPUT{
    width: 97%
}

.taskAddNew .ui-datepicker-trigger{
    margin-left: 5px;
}


/*Update Task Popup*/
.taskUpdate tr {
    height: 50px
}

.taskUpdate .taskDescription INPUT {
    width: 97%
}

.taskUpdate .ui-datepicker-trigger {
    margin-left: 5px;
}



/*Tasks*/
/*.wishDetail .tasks .grid {
    width: 100%;
}

.wishDetail .tasks222 .grid th,
.wishDetail .tasks2222 .grid td{
    padding: 10px 10px;
}

.wishDetail .tasks th.taskSequence {
    width: 35px;
}

.wishDetail .tasks th.estimatedCompleteDate {
    width: 110px;
}

.wishDetail .tasks td.taskSequence {
    text-align: center;
}

.wishDetail .tasks td.taskDescription input {
    width: 200px;
}

.wishDetail .tasks .datePicker{
    width: 75px;
}

.wishDetail .buttons{
    text-align: center;
}*/


/*Appointment*/
.appointmentAddNew .location input,
#updateAppointmentPopup .location input,
#updateAppointmentPopup .appointmentTitle input,
#updateAppointmentPopup .appointmentURL input {
    width: 255px;
}

.appointmentAddNew .title input,
.appointmentAddNew .attorneyName input,
.appointmentAddNew .url input,
#updateAppointmentPopup .attorneyName input {
    width: 255px;
}

.appointmentAddNew,
.appointmentUpdate {
    margin-top: 15px;
}


.tasks .editTaskLink,
.appointments .editAppointmentLink {
    cursor: pointer;
    text-decoration: underline;
}

/*
.appointments .grid {
    width: 100%;
}

.appointments .grid .appointmentDate {
    width: 75px;
}

.appointments .grid .appointmentTime {
    width: 90px;
}

.appointments .grid .appointmentDuration {
    width: 65px;
}

.appointments .grid .appointmentAttorneyName {
    width: 125px;
}
*/

.appointments .grid2022 .appointmentLocation {
    word-break: break-all;
    overflow-wrap: anywhere
}

.appointments tr.hiddenAppointment {
    display: none;
}

.appointments tr.pastAppointment td,
.appointments tr.pastAppointment td input,
.appointments tr.pastAppointment td a {
    color: #cccccc;
}

.appointments tr.cancelledAppointment td,
.appointments tr.cancelledAppointment td input,
.appointments tr.cancelledAppointment td a {
    color: #cccccc;
    text-decoration: line-through;
}

.appointments .showAllAppointmentsLink {
    margin-top: 15px;
}

/*Add Appointment to Calendar*/
.appointmentAddNew TR {
    height: 35px;
}

#addAppointmentToCalendarPopup .calendarType {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

#addAppointmentToCalendarPopup .calendarType A {
    margin: 0px 15px;
}

#addAppointmentToCalendarPopup #addAppointmentToCalendar_URL {
    word-break: break-all;
    overflow-wrap: anywhere
}



/*Documents Tab*/
.documentUploads .document-validation-valid input[type=file]::file-selector-button {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    color: black;
}

#tabAttachedFilesContent .document-actions,
#tabBillingDocsContent .document-actions {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 20px
}


.officeNotes
{
	color: #808080;
	font-size: 10pt;
}

.officeNotes FIELDSET
{
	 margin: 0px 0px;
    border: 1px solid #EEDB74;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    border-radius: 0px;
    padding: 0px 5px 5px 5px;
}


.officeNotes UL {
    margin: 0;
    padding: 0;
}

.officeNotes LI.note {
    /*border: 1px solid transparent;*/
    list-style-type: none;
    padding: 2px 5px 10px 2px;
    border: 1px solid transparent;    
}

.officeNotes LI.note:hover {
    border: 1px solid #BBBBBB;
}

.officeNotes LI .username
{
	float: left;
	font-weight: bold;
}

.officeNotes LI .noteTime,
.officeNotes LI .hours,
.officeNotes LI .expense
{
	float: left;
	margin-left: 15px;
}

.officeNotes LI .noteText
{
	padding: 10px 0px 10px 15px;
    white-space: pre-wrap;
}

.officeNotes LI .noteText A
{
	word-break: break-all;
}


.officeNotes .postOfficeNote
{
	padding-bottom: 20px;
    border-bottom: 1px solid #EEDB74;
	margin-top: 20px;
	margin-bottom: 20px;
}

.officeNotes .postOfficeNote TEXTAREA
{
	width: 100%; 
	height: 110px;
	background-color: #EFEC9D;
}

.officeNotes .postOfficeNote TEXTAREA.input-validation-error{
	width: 88%; 
}

.officeNotes .officeNoteFileUploads LI {
    list-style-type: none;
}

.officeNotes .officeNoteFileUploads LI {
    list-style-type: none;
}

.officeNotes .officeNoteFileUploads INPUT[type="file"]
{
	width: 200px;
}

.officeNotes .officeNoteFileUploads INPUT[type="image"]
{
	border: 0px;
}

.officeNotes .officeNoteFiles{
	margin-top: 5px;
}

.officeNotes .officeNoteFiles UL
{
	padding-left: 15px;
}

.officeNotes .officeNoteFiles LI {
    list-style-type: none;
}

.officeNotes .hours-and-expense{
	margin-top: 5px;
}


.officeNotes .postOfficeNote .dataLabel {
	width: 115px;
}

.officeNotes .postOfficeNote .hours INPUT { 
	width: 60%
}


.officeNotes .postOfficeNote .expense INPUT { 
	width: 60%
}

.officeNotes .postOfficeNote .nextActivityDate INPUT {
	width: 60%;
}

.matters
{
}

.matters .matterList
{
	margin: 5px 0px 5px 0px;
   padding: 0;
}

.matters .matterList .dataLabel
{
	margin-right: 5px;
}

.matters .matterList .data
{
}

.matters .clientName
{
	width: 450px;
}

.matters .clientNumber
{
	width: 160px;
}

.matters .matterList LI
{
	vertical-align: top;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 0px 5px 0px;
}

.matters .matterList LI .matter
{
	padding: 5px 3px 5px 3px;
}

.matters .matterList LI .matter:hover
{
	background-color: #E5F5D7;
}

.matters .top
{
	margin-bottom: 10px;
}

.matters .matterTitle{
	float: left;
	width: 450px;
	margin-right: 20px;
}

.matters .matterTitle A
{
	float: left;
	font-weight: bold;
	color: #000;
}

.matters .matterTitle A:hover
{
	color: #1F49FF;
	text-decoration: underline;
}

/*
.matters .matterTitle A
{
	text-decoration: none;
	color: #000;
}	


.matters .matterTitle A:hover
{
	text-decoration: underline;
	color: #A63D27;
}
*/	

.matters .percentCompleted{
	float: left;
}

.matters .percentCompleted .dataLabel{
	display: inline-block;
	width: 95px;
}

.matters .actions
{
	float: right;
}

/*
.matters .actions A
{	
	text-decoration: none;
	color: #000;
}

.matters .actions A:hover
{	
	text-decoration: underline;
	color: #00f;
}
*/

.matters .bottom .clientName
{
	float: left;
	margin-right: 20px;
	padding-top: 1px;
}

.matters .bottom  .clientNumber
{
	float: left;
	padding-right: 20px;
	padding-top: 1px;
}

.matters .bottom .dueDate
{
	float: left;
	padding-right: 20px;
	
}

.matters .dueDate .dataLabel{
	display: inline-block;
	width: 90px;
}


.matters .dueDate .dueDateInput
{
	width: 73px;
    border: none;
    background-color: transparent;
    color: #808080;
	text-decoration: underline;
}

.matters .dueDate .dueDateInput:focus
{
	//outline-width: 0;	//no border hightlight on focus
}

.matters .dueDate .ui-datepicker-trigger{
	position: relative;
    top: 1px;
}

.matter .pastDue,
.matters .pastDue .dueDateInput
{
	color: Red;
}

.matters .closedMatterDueDate .dataLabel{ 
    color: blue;
}

.matters .matterList .dueDate .data {
    margin-left: -5px;
}

div.tenantMatterStatistics
{
	padding: 18px 0px 0px 0px;
}

.tenantMatterStatistics .data
{
	padding-left: 5px;
	text-align: right;
}


DIV.affiliatedTenants
{
	margin-top: 30px;
}

DIV.affiliatedTenants OL
{
    padding: 0px 15px;
    margin: 5px 0px 0px 0px;	
}

DIV.affiliatedTenants OL LI 
{
	padding-bottom: 5px;
}


.upcomingAppointments{
	margin-top: 15px;
}

.upcomingAppointments A {
	color: #1F497D; 
	text-decoration: underline;
}
 .upcomingAppointments .appointmentDayChoices{
	 margin-bottom: 10px;
 }

.upcomingAppointments .appointmentDayChoices input:not(:first-child) { 
	margin-left: 50px;
}


.upcomingAppointments .appointmentGrid .appointmentLocationAndURL {
	word-break:break-all;
	overflow-wrap: anywhere;
}

/*
.upcomingAppointments .grid {
	width: 100%;
}

.upcomingAppointments .grid TD{
	padding: 5px 10px;
}
*/
/*Upcoming Tasks*/
.upcomingTasks {
	margin-top: 30px;
}

.upcomingTasks A {
	color: #1F497D; 
	text-decoration: underline;
}

.upcomingTasks .taskDayChoices {
	margin-bottom: 10px;
}

.upcomingTasks .taskDayChoices input:not(:first-child) { 
	margin-left: 50px;
}

.upcomingTasks .grid2022 {
	width: 100%;
}

.upcomingTasks .grid2022 TD.taskDescription {
	word-break: break-all;
}

.upcomingTasks .grid2022 .taskPastDue TD,
.upcomingTasks .grid2022 .taskPastDue TD.taskDescription A {
	color: red;
}

.upcomingTasks .grid2022 TD.taskSequence {
	text-align: center;
}

.upcomingTasks .grid2022 TD{
	padding: 5px 10px;
}


.tenantMatterStatistics.ui-accordion .ui-accordion-content{
	overflow: visible
}

.tenantStatistics .accordion DIV.ui-accordion-content {
	padding: 5px 15px 15px 15px
}

.tenantMatterStatistics img.inputhint{
	top: 2px;
} 
.matterSearch
{
}

.matterSearch .matterList
{
	margin: 5px 0px 5px 0px;
   padding: 0;
}

.matterSearch .matterList .dataLabel
{
	margin-right: 10px;
}

.matterSearch .matterList .data
{
}

.matterSearch .clientName
{
	width: 300px;
}

.matterSearch .clientNumber
{
	width: 120px;
}

.matterSearch .matterList LI
{
	vertical-align: top;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 0px 5px 0px;
}

.matterSearch .matterList LI .matter
{
	padding: 5px 3px 5px 3px;
}

.matterSearch .matterList LI .matter:hover
{
	background-color: #E5F5D7;
}

.matterSearch .top
{
}

.matterSearch .matterTitle A
{
	float: left;
	font-weight: bold;
	color: #000;
}

.matterSearch .matterTitle A:hover
{
	color: #1F49FF;
	text-decoration: underline;
}

/*
.matterSearch .matterTitle A
{
	text-decoration: none;
	color: #000;
}	


.matterSearch .matterTitle A:hover
{
	text-decoration: underline;
	color: #A63D27;
}
*/	

.matterSearch .actions
{
	float: right;
}

/*
.matterSearch .actions A
{	
	text-decoration: none;
	color: #000;
}

.matterSearch .actions A:hover
{	
	text-decoration: underline;
	color: #00f;
}
*/

.matterSearch .bottom .clientName
{
	float: left;
	padding-right: 30px;
}

.matterSearch .bottom  .clientNumber
{
	float: left;
	padding-right: 30px;
	
}

.matterSearch .bottom .dueDate
{
	float: left;
	padding-right: 30px;
	
}
 
.clientDetails .clientInfo .editor-label
{
	width: 60px;
}
#reports #reportParams {
	margin-top: 40px;
}

#reports .reportInstruction{
	/*margin-bottom: 10px;*/
}

#reports .reportParams{
	margin-top: 10px;
}

#reports .reportList {
    list-style: none;
    padding-left: 5px;
}

#reports .reportList div {
    margin: 25px;
}

#reports .reportList .selected {
    font-weight: bold;
    color: #cc0000;
}


#reports button {
    margin-top: 20px;
}

#reports .dateTypes label {
	margin-right: 15px;
}

/*Itemized Billing*/
.itemizedBillingReport .dateTypes label {
	margin-right: 20px;
}

.itemizedBillingReport .dateTypes .customDateRange{
	margin-top: 10px;
}

.itemizedBillingReport .date{
	width: 80px;
}


/*QuickBook Invoice*/
.quickBookInvoiceReport .dateTypes label {
	margin-right: 20px;
}

.quickBookInvoiceReport .dateTypes .customDateRange {
	margin-top: 10px;
}

.quickBookInvoiceReport .date {
	width: 80px;
}


/*Time Sheet*/
.timeSheetReport .dateTypes label{
	margin-right: 20px;
}

 .timeSheetReport .dateTypes .customDateRange{
	margin-top: 10px;
}

/*Tenant Daily KPI*/
.tenantDailyKPIReport .dateTypes .customDateRange {
    margin-top: 10px;
}



