
body    {
	margin:0;min-height:100vh;
	background-color:#fff;
	background-image:linear-gradient(180deg,#ffffff 0%,#f5f5f5 100%);
	font-size:0pt;font-family:;overflow-x:hidden;width:100%;	
}
a  		{;color: #00a7ce;}
a:hover {color:rgb(0,150,255);cursor:pointer;}
a:visited {  color: #00a7ce; }
a img {width:32px;height:32px; cursor:pointer;}
a img:hover, .instr img:hover{position:relative;top:-1px;filter:brightness(110%);transition: all 0.3s ease 0s;}
b        {font-weight:bold;font-size:inherit;}
br		 {padding:0;margin:0}
button	 {;margin:3px 3px;padding: 15px 4px;min-width:5em;background-color:#d5d5d5;color:rgba(0,0,0,.8);border:2px solid #d5d5d5;box-shadow:none;font-size: 16px;letter-spacing: 0.5px;transition:all 0.3s;position:relative;overflow:hidden;min-height:2.5em; }
button:hover {cursor:pointer;background-color:#ffffff;color:#00a7ce;}
button:active {background-color:#5bd783 !important;color:white !important;border:2px solid #5bd783;}
button:disabled {background-color:#f3f3f3 !important;cursor:default; border-color:#f3f3f3 !important; color:lightgrey !important;}
button:disabled img {filter:grayscale(100%);opacity:0.6;}
button img.mediumIcon {
  margin-top: -10px;
  margin-bottom: -3px;}
button img.largeIcon {
  margin-top: -14px;
  margin-bottom: -6px;}
button img.xlargeIcon {
  margin-top: -22px;
  margin-bottom: -13px;}
.gPlace{
	  position: absolute;
	  width: 1rem;
	  height: 1rem;
	  transform: translate(-23px,7px);
}
i        {font-style:italic;}

h1, .h1 {
	font-size:14pt;
	padding:4px;
	position:relative;
	font-weight:normal;
	margin:0;
}
h2, .h2 {
	font-size:14pt;
	padding:4px;
	position:relative;
	font-weight:bold;
	margin:0;
}
h3 {
	font-size:11pt;
	padding:4px;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
h4 {
	margin:0 4px;
	font-weight:normal;
	padding:4px 0;
}

img		 {border:0;vertical-align:middle;margin:1px;}
img::selection{background-color:transparent;}
.imgX{
 position:absolute;
 top:0.2rem;
 right:0.2rem;
 z-index:50; 
 display:block;
	pointer-events:all;
	cursor:pointer;
}
.imgX.hide{
	display:none;
	pointer-events:none;
}
.imgOmit{
 position:absolute;
 top:2rem;
 right:0.2rem;
 z-index:50; 
 display:block;
	pointer-events:all;
	cursor:pointer;
}
.imgOmit.hide{
	display:none;
	pointer-events:none;
}
::-moz-selection
{
	background-color:#3399FF;
	color: white;
}
::selection
{
	background-color:#3399FF;
	color: white;
}
input,textarea,select,.imageProgress {
	border:0 none;
	background-color: white;
  background-image: 
    linear-gradient(#00a7ce, #00a7ce),     /* blue active border */
    linear-gradient(silver, silver);     /* default grey border */
  background-size: 0% 2px, 100% 1px; /* blue starts at 0%, grey is full width */
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
	
	padding:10px 6px;
	box-sizing: border-box; 
	font-family:inherit;
	color:black;
	 font-size:inherit;   
}
select:hover,input[type=checkbox] + label:hover, input[type=radio]+label:hover{
	cursor:pointer;
}
input:focus,textarea:focus,select:focus,.imageProgress:focus {
	outline: 0 none;	
  background-size: 100% 2px, 100% 1px;
}



input[type=checkbox], input[type=radio]{
	display:none;
}
input[type=checkbox].visble,input[type=radio].visible {display:inline;transform:scale(1.75);margin-right:.5rem;}
input[type=checkbox]:disabled + label:before, input[type=radio]:disabled + label:before{
	color: #F0F0F0;
	background-color:#F0F0F0;	
}
input[type=checkbox]:checked:disabled + label:before, input[type=radio]:checked:disabled + label:before{
	color: #999;
	background-color:#F0F0F0;	
}
input[type=checkbox] + label::before{
	content: "\2717";
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
	display:inline-block;
	width:20px;
	height:20px;
	margin:1px 2px;	
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid silver;
	position:relative;	
    text-align: center;
    text-decoration:none !important;
    line-height:18px;
	left:0;
	color: #eaeaea;
	background-color:#fff;	
}
input[type=checkbox].defiant + label::before{	
	border-color:orange;
	color: bisque;
	background-color:bisque;
}
input[type=checkbox].hasError + label::before{	
	border-color:crimson;
	color: mistyrose;
	background-color:mistyrose;
}

input[type=radio] + label::before{
	content: "\2022";
	font-family: Verdana;
	font-weight:normal;
	font-size: 18px;
	display:inline-block;
	width:20px;
	height:20px;
	margin:1px 2px;
	border-radius:20px;	
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid silver;
	position:relative;	
    text-align: center;
    text-decoration:none !important;
    line-height:17px;
	left:0;
	color: #eaeaea;
	background-color:#fff;	
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
	color: white;
	background-color: #5bd783;
	border:1px solid transparent;
}
input[type=checkbox]:checked + label:before{
	content: "\2713";
}
input[type="text"] {}
input[type="date"] {}
input[type="datetime-local"] {}
input[type="button"] {margin:3px 3px;padding: 15px 4px;min-width:5em;background-color:#d5d5d5;color:rgba(0,0,0,.8);border:2px solid #d5d5d5;box-shadow:none;font-size: 16px;letter-spacing: 0.5px;transition:all 0.3s;position:relative;overflow:hidden;min-height:2.5em;}
input[type="button"]:hover {cursor:pointer;background-color:#ffffff;color:#00a7ce;}
input[type="button"]:active {background-color:#5bd783 !important;color:white !important;border:2px solid #5bd783;}
input[type="submit"] {margin:3px 3px;padding: 15px 4px;min-width:5em;background-color:#d5d5d5;color:rgba(0,0,0,.8);border:2px solid #d5d5d5;box-shadow:none;font-size: 16px;letter-spacing: 0.5px;transition:all 0.3s;position:relative;overflow:hidden;min-height:2.5em;}
input[type="submit"]:hover {cursor:pointer;background-color:#ffffff;color:#00a7ce;}
input[type="submit"]:active {background-color:#5bd783 !important;color:white !important;border:2px solid #5bd783;}
input[type="button"]:disabled, input[type="submit"]:disabled,input[type="number"]:disabled,input[type="text"]:disabled, select:disabled {background-color:#eeeeee !important;color:#666 !important;border:2px solid #eeeeee;cursor:default;}
input[readonly="readonly"]{color:#a1a1a1;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin:4;}
input[type='number'] {    -moz-appearance:textfield; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input.selected, button.selected{
	background-color:#00a7ce;
	color:white;
}
button.selected .miniText{
	color:inherit;
}
input  {}
label	{text-decoration:underline;}
option  {}
[required] {background-color:lightyellow;}
select  {}
span	{vertical-align:inherit;}
sup     {vertical-align:super;}
table    {border-collapse:collapse;border:0 none;}
td		 {padding:2px;margin:1px;border:0 none;}
thead.sticky :is(td,th) {
	padding-top:.5rem;padding-bottom:.25rem;
	color:white;background-color:#00a7ce;
	position:sticky;top:0;z-index: 2;}
tfoot.sticky  td {color:black;background-color:rgba(238, 238, 238,0.5);
	padding-top:.5rem;padding-bottom:.25rem;
	position:sticky; bottom:0;z-index: 2;}
ul	     {margin-top:0;margin-bottom:0;}
::-webkit-input-placeholder { color:#99ccff; }
::-moz-placeholder { color:#99ccff; } /* firefox 19+ */
:-ms-input-placeholder { color:#99ccff; } /* ie */
input:-moz-placeholder { color:#99ccff; }
.actionRequired {color:sienna;font-weight:bold;}
.active {background-color:#5bd783 !important;color:white !important;border:2px solid #5bd783;}
.active > img {
	opacity:0.5;
	filter: grayscale(100);
}
.addressCard, .contactCard, .noteCard, .companyCard{
	position:relative;
	padding: 4px;
	border: 1px solid slategrey;
	font-size: 12pt;
	margin:2px 4px 2px 0;
	min-height:6em;
	max-width:18em;
	min-width:15em;
	overflow:hidden;
	z-index:3;
	background-color:white;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex:1;
	word-wrap: anywhere;word-break: break-word;
}
.addressCard > b, .contactCard > b, .noteCard > b, .companyCard > b  {
	font-size:85%;
}
.addressCard.current, .contactCard.current{
	background-image:url(images/icons/starOn.svg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:32px;
}
.addressCard.image{
	background-image:url(images/icons/addressBook.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.bounce{
  	
	will-change: top;
  	animation: bounce 1s infinite;
 	-webkit-animation: bounce 1s infinite;
}
#btnUpdate, #btnUpdateClose, #crmOkButton, .btnNext, .btnOk, #submitUpdateButton{
	background-color:#00a7ce !important;
	border:2px solid #00a7ce !important;
	color:white !important;
}
#btnUpdate:hover, #btnUpdateClose:hover, #crmOkButton:hover, #submitUpdateButton:hover, .btnNext:hover, .btnOk:hover{
	background-color:white !important;
	color:#00a7ce !important;
}
canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    width:100%;
    pointer-events:none;
}
.chatCounter, .todoCounter, .calCounter, .notifyCounter{
	position:absolute;
	color:white;
	font-weight:bold;
	display:none;
	align-items:center;
	justify-content:center;	
	border-radius:10px;
	font-size:10pt;
	top:-5px;
	height:22px;
	width:22px;
	opacity:0;	
  	pointer-events:none;
  	opacity:0.95;
}
.chatCounter{
	background-color:#910a19;
	right:-7px;
}
.notifyCounter, .calCounter{
	background-color:gray;
	left:3px;
}
.todoCounter{
	background-color:orange;
	left:3px;
}
.calCounter.late{
	background-color:#910a19 !important;
}
.chatCounter.mobile, .todoCounter.mobile{
	border-radius:12px;
	font-size:10pt;
	top:-20px;
	height:24px;
	width:24px;
}
.chatCounter.mobile, .calCounter.mobile{
	right:-7px;
}
.todoCounter.mobile{
	left:-7px;
}
.chatCounter.show, .todoCounter.show, .calCounter.show, .notifyCounter.show {
	display:flex;
  	-webkit-animation:bounce 1s infinite;
}

.companyCard.image{
	background-image:url(images/icons/company.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.contactButton{width:97%;box-sizing:border-box;text-align:center;}
.contactCard.image{
	background-image:url(images/icons/contacts.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.contactCard.behind{
	z-index:1;
}
.contactTag{
	position: relative;
	width: auto;
	border: 1px solid silver;
	display: inline-block;
	margin: 0.25rem;
	padding:0.25rem 0.5rem 0.25rem 0.5rem;
	border-radius: 6px;
	background-color: white;
	color:black;
}
.contactTag:hover{
	cursor:pointer;
	border: 1px solid #00a7ce;
	
}
.contactTag.Locked {
	padding-left:2rem;
	background-image:url(images/icons/lock.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 9px 4px;
}
.contactTag.Personal, .contactTag.General, #contactTagPopType option[value='Personal'], #contactTagPopType[value='Personal'],#contactTagPopType option[value='General'], #contactTagPopType[value='General'] {background-color:white; }
.contactTag.Professional, #contactTagPopType option[value='Professional'], #contactTagPopType[value='Professional']  {background-color:#66ccff; }
.contactTag.Preference, #contactTagPopType option[value='Preference'], #contactTagPopType[value='Preference']  {background-color:#9999ff; }
.contactTag.Experiential, #contactTagPopType option[value='Experiential'] , #contactTagPopType[value='Experiential'] {background-color:#66ff66; }


.crmHot{
	background-color:#E01A20 !important;
	color:white !important;
}
.crmWarm{
	background-color:#FDC563 !important;
	color:black !important;
}
.crmCool{
	background-color:#F0F081 !important;
	color:black !important;
}
.crmCold{
	background-color:#CCE6FF !important;
	color:black !important;
}
.crmIceCold{
	background-color:#0059B3 !important;
	color:white !important;
}
.crmFreezing{
	background-color:#4d4d4d !important;
	color:white !important;
}
.crmNoReferral{
	background-color:#660066 !important;
	color:white !important;
}


.toCopy:hover{cursor:copy;}

.addressCard:hover, .contactCard:hover, .noteCard:hover, .companyCard:hover{    
	box-shadow: inset 400px 200px rgba(255,255,255,0.3), 0px 3px 5px #666;
	position:relative;
	top:-1px;
    cursor: pointer;
    z-index:5;
}
.addressCard.inactive, .contactCard.inactive, .companyCard.inactive {
	color:#555;
	background-color: lightgray;
}
.addressCard.inactive:hover, .contactCard.inactive:hover{
	top:0;
	cursor:default;
}
.addressCard.noSelect, .contactCard.noSelect, .noteCard.noSelect, .companyCard.noSelect{
	cursor:default;	
	box-shadow: none;
	top:0px;
}
.addressCard.noSelect:hover, .contactCard.noSelect:hover, .noteCard.noSelect:hover{
	top:0;
	cursor:default;
	box-shadow: none;
}
#alertPop, #confirmPop, #errorPop, #promptPop, #toolTip
{
	display:none;
	background-color:white;
	min-width:18em;max-width:26em;
	text-align:center;
	box-shadow: 0 6px 12px #222;
}
#alertPop .popTitle,#confirmPop .popTitle,#errorPop .popTitle,#promptPop .popTitle,#toolTip .popTitle
{
	background-color:#ddd;
	text-align:center;
	padding:0.25rem 0.5rem;
}
#archived{
	position:fixed;
	margin:18vh auto;
	
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	height:1px;
	width:598px;
	pointer-events:none;
	opacity:0.5;
	transition:all .5s ease-in-out;
}
#archived img {
	transition:all .5s ease-in-out;
	
}
#archived img :hover {
	opacity:0;
	transition:all .5s ease-in-out;
}
.bc		{font-weight:bold;text-align:center;}
.bgGrid {background: repeating-linear-gradient( -45deg, white 0px, white 5px, rgba(238, 238, 238,0.5) 6px, rgba(238, 238, 238,0.5) 11px, white 12px);}
.bigCount {font-size:150%;font-weight:bold;}
.bigRed  {color:#910a19;font-size:130%;font-weight:bold;}
.bigGreen {color:#5bd783;font-size:130%;font-weight:bold;}
.billing{
	white-space:nowrap;
	min-width: 86px;
	font-size:9pt;
	line-height:10pt;
	display:flex;
	justify-content:center;
	align-items:middle;
	flex-direction:column;
}
.billing.complete{
	background-color:#00a7ce;
	border:1px solid #00a7ce;
	color:white;
}
.billing.complete .platform{
	color:white !important;
}
.billing.show {
	opacity:1 !important;
}
.billing.show + .billInfo{
	opacity:0 !important;
}
.bill.grid{
	position:relative;
}
.bill.grid:hover .billInfo {
	opacity:1;
}
.bill.grid:hover .billing {
	opacity:0;
}
.billInfo {
	position: absolute;
	background-color: white;
	color: slategrey;
	font-weight:normal;
	bottom:2px;
	min-width:68px;
	min-height:44px;
	line-height: 10pt;
	font-size:9pt;
	z-index: 200;
	opacity: 0;
	pointer-events:none;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
	border:1px solid slategrey;
	box-shadow: 0 2px 2px -2px #555;
	max-width: 150px;
}
.billInfo.hide{
	opacity:0 !important;
}
.billInfoAmount{
	justify-content:space-between;
	width:100%;
	background-color:inherit;
}
.billInfoAmount.net{
	border-top:1px solid;
	font-weight:normal;
	background-color:inherit;
	color:inherit;
	padding:0.2em 0;
}
.billAmountHover.items{
	background-color: inherit;
}
.bl 		{float:left;width:29%;text-align:left;}
.bm 		{float:left;width:69%;text-align:left;margin-left:2%;}
.bold	 {font-weight:bold;}
.borderIcon{
    border-radius: 1rem;
    background-color: white;
    margin:0.25rem;padding: 0.25rem;
}
.bottom {vertical-align:bottom;}
.box {
	font-weight:bold;
	min-height:40px;
	color:slategrey;
	padding:0.2em;
	margin:0.1em;
	border:1px solid slategrey;
	background-color:white;
	box-shadow: 0 2px 2px -2px #555;
	position:relative;
	text-align:center;
}
.bz 		{clear:both;vertical-align:bottom;}
.btnDel  {background-color:#910a19 !important;color:white !important;border:2px solid #910a19 !important;}
.btnDel:hover  {background-color:white !important;color:#910a19 !important;border:2px solid #910a19 !important;}
.btnFlt{background-color:#f57c00 !important;color:white;border:2px solid #f57c00 !important;}
.btnFlt:hover{background-color:white !important;color:#f57c00;border:2px solid #f57c00 !important;}
.btnExt{background-color:rgb(0, 204, 102) !important;color:white;border:2px solid rgb(0, 204, 102) !important;}
.btnExt:hover{background-color:white !important;color:rgb(0, 204, 102);border:2px solid rgb(0, 204, 102) !important;}
.btnIcons {position:absolute;bottom:-7px;left:50%;text-align:center;  white-space: nowrap;  transform: translateX(-50%);}
.btnIcons > * {margin:0 3px 0 3px;}
#btnSource{background-position: center;background-repeat: no-repeat;color: rgba(0,0,0,0.0);}
.btnSys { background-color:firebrick !important;color:white !important;border:2px solid firebrick !important; }
.btnSys:hover { background-color:#910a19 !important; }
.bu		 {font-weight:bold;text-decoration:underline;}
.buttons{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform:translateY(0);
	position:absolute;
	width:80%;
	right:0;
	text-align: right;
	z-index:10;
}
#bulkBtns {
	padding:0.2em;
}
.calendarDetailDiv{
	display:none;
}
.calendarDetailDiv.show{
	display:block;
}
.calendarDetailDiv .spaceTable tr{
	margin:5px 0;
}
#calendarDetailTabs{
	border-bottom:1px solid silver;
	display:flex;
	justify-content:flex-end;
	width:100%;padding-top: 0.25rem;overflow:hidden;
}
.calendarTimeExtra{
	display:none;
	padding-top:0.5rem;
}
.calendarTimeExtra.show{
	display:block;
}
.callListButton{
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
}
.callListButton.crmList{
	background-image:url("images/icons/crm.svg");
}
.callListButton.contactDtl{
	background-image:url("images/icons/peopleDetail.svg");
}
.callListButton.phone{
	background-image:url("images/icons/phone.svg");
}
.callListButton.mail{
	background-image:url("images/icons/mail.svg");
}
.callListButton.dnc{
	background-image:url("images/icons/hangup.svg");
}
.callListButton.stats{
	background-image:url("images/icons/statistics.svg");
}
.callListButton img {
	width:34px;height:34px;
}
.calBig{font-size:18pt;min-width:1.2em;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.38);display:inline-block;text-align:center;margin:1px 1px 4px 1px;border-radius: 4px;
	padding: 1px;
	background-color:white;}
.calBig a {font-size:18pt;text-decoration:none;}
.calBig:hover {box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.51);cursor:pointer;}
.calBigMobile { font-size:18pt;width:90%;box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.38);display:inline-block;text-align:center;margin:1px 2px 1px 1px;padding:4px 1px;}
.calBigMobile a {font-size:18pt;text-decoration:none;}
.calHdr {font-size:18pt;text-decoration:none;}
.calTab {padding:10px;border:1px solid silver;color:grey;border-radius:6px 6px 0 0;}
.calTab:hover {cursor:pointer;color:rgb(0,191,255);}
.calTab.selected {color:black;}
.calTask {overflow:auto;cursor:pointer;padding-left: 8px;padding-bottom:4px;box-shadow: inset 7px 0px rgba(0,0,0,0.2);border:2px solid white;}
.calTask:hover {
	box-shadow: inset 7px 0px #3399FF;
}
.calTaskEx {
	display:none;
}
.calTaskEx.show{
	display:block;
}
.calTask a {text-decoration:none;}
.calTask.mini:hover{overflow:auto;width:auto;height:auto;}
.calComplete {
	background-color: #eeeeee;
	border-radius: 24px;
	padding: 3px;
	filter:grayscale(1);
}
.calDelivery {
	background-color: rgb(2,104,2);
	border-radius: 24px;
	padding: 3px;
}
.calInHome {
	background-color: rgb(51,186,177);
	border-radius: 24px;
	padding: 3px;
}
.calMeeting {
	background-color: rgb(255,140,0);
	border-radius: 24px;
	padding: 3px;
}
.calNotFirm {
	background-color: rgb(239,220,79);
	border-radius: 24px;
	padding: 3px;
}
.calPickup{
	background-color: rgb(240,125,136);
	border-radius: 24px;
	padding: 3px;
}
.calUrgent{
	background-color: rgba(244, 67, 54);
	border-radius: 24px;
	padding: 3px;
}
.calReminder {}
.calReminder h4 {margin:0}
.caution {color:orange !important;font-weight:bold;font-size:80%;}
.center{text-align:center !important;}
#clearFilterButton {margin:0;}

.clock, .clockHand{
	width:100%;
	height:100%;
	margin:auto;
	position:absolute;
	transition: all .5s ease-in-out;	
	pointer-events:initial;
}
.clockHand {
	stroke-linecap: round;
	stroke:silver;
}
.clock, .clock > *, .clockHand, .clockTimeWrapper{
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.clock path{
	fill:white;
	stroke:white;	
}
.clock path:hover{
	fill:#99ccff;
	stroke:#99ccff;	
}
.clock text{
	fill:black;
}
.clockTime, .clockTimeWrapper {
	font-size:12pt;
}
.clockTime:hover {
	cursor:pointer;
	color:#99ccff;	
}
.clock text, .clock text>*, .clockHand, .clockHand >* {
	pointer-events:none;
}
.clock.hidden, .clockHand.hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.7s, opacity 0.5s ease-in-out;
}
.clock.visible, .clockHand.visible
{
	visibility: visible;
	opacity: 1;
	transition: opacity 0.7s ease-in-out;	
}
.companyCard.image{
	background-image:url(images/icons/company.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.companyCardButtons > a {
	margin:0.5em;
}
#companyLogo{
	opacity:0;
    transition: opacity 0.7s ease 0s;
}
.copy{margin-left:0.5em;}
.customerSpacer{
	border-bottom:1px solid silver;
	width:100%;
}
.dateEstimated 	{color:#555555;}
.dateFirm, .firm {color:#5bd783;font-weight:bold;}
.dateTentative	{color:orange;}
.dateOverdue	{color:#910a19;}
.datePickDate {font-size:16pt;}
.datePickImg {height:26px;width:26px;vertical-align:middle;}
.datePickHour {font-size:125%;}
.datePickMinute {}
.datePickMinuteRb {}
.defiant {
	border-color:orange !important;
	background-color:bisque !important;
}
.details{
	display:flex;
	text-align:left;
	flex:1;
}
.details.left, .names.left {
	text-align:left;
	justify-content:start;
}
.details.center, .names.center {
	text-align:center;
	justify-content:center;
}
.details.right, .names.right {
	text-align:right;
	justify-content:flex-end;
}

.detailTab{
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	padding: 0.2rem 0.5rem 0.1rem;
	background-color: white;
	margin-left:0.25rem;
	box-shadow: -2px 5px 4px #444;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}
.detailTab:hover, .detailTab.selected{
	cursor:pointer;	
	padding: 0.1rem 0.5rem 0.2rem;
}


.detailTab:hover .tabIcon,  .detailTab.selected .tabIcon{
	filter:grayscale(0);
	opacity:1;
}
#divContent { padding-top:52px;
  scroll-margin-top: 52px;}
.dragDiv{
	float: right;
	position: absolute;
	z-index: 10;
	right: 0.5rem;
	height: 0px;
	cursor: move;
	opacity: 0.5;
}
.dragDiv:hover{
	opacity:1;
}
#dtlPop .tdi{;}
.dtlIcon {width:42px;height:42px;}
#dtlKey option {width:505px;overflow:hidden;}
#dtlPop .tdp{font-size: small;font-weight: bold;color: rgba(0,0,0,0.7);}
#dtlPop .tdp, #dtlPop .tdi, #dtlPop .tdb {border:none;padding-top:5px;padding-bottom:5px;}
#dtlSummary .taskSpan {display:inline-flex;flex-direction: row-reverse;}
#dtlSummary .taskSpan b {padding-left:8px;}
.dynaHeader {color:black;text-decoration: none;}
.ed      {color:#910a19;text-align:center;}
.eh      {color:darkgreen;text-align:center;}
#errorPop .popTitle 
{
	background-color:#910a19;
}
#f1{
	pointer-events:none;
	transition:opacity 300ms linear;
	-webkit-transition-delay: opacity 300ms linear;
    -moz-transition-delay:opacity 300ms linear;
    -o-transition-delay:opacity 300ms linear;
	opacity:0;
}
#f1.show{
	pointer-events:all;
	opacity:1;
}
.fade
{
	will-change: filter;
  	animation: fade 1s linear;
 	-webkit-animation: fade 1s linear;
}
.feedbackDiv{
	position: absolute;
	top: 0.3rem;
	right: 0.5rem;
	opacity:0.5;
	
}
.feedbackDiv:hover{opacity:1;cursor:pointer;}
.flag {
	font-size:9pt;
	width:68px;
	height:40px;
	min-width:60px;
	line-height: 10pt;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.flag.box:hover, .billing.box:hover{
	cursor:pointer;
	border-color:#00a7ce;
}
.flag.complete{
	background-color:#00a7ce;
	border:1px solid #00a7ce;
	color:white;
}
/*
.flag.complete:after, .billing.complete:after{
	content: "\2713";
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #00a7ce;
	position: absolute;
	text-decoration: none !important;
	line-height: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: black;
	background-color: #fff;
	top: -14px;
	box-shadow: 0 2px 2px -2px #555;
}
*/
.flag.complete:hover .flagInfo {
	opacity:1;
}
.flag.complete.special:hover .flagInfo {
	opacity:0;
}
.flagInfo {
	position: absolute;
	background-color: #00a7ce;
	color: white;
	font-size: 8pt;
	font-weight:normal;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 10pt;
	display:flex;
	align-items:center;
	z-index: 2;
	opacity: 0;
	pointer-events:none;
}
.flex {display:flex;flex-wrap:wrap;}
.flexGrid{display:grid;grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr))}
.flexNoWrap {display:flex;}
.filterBubble {
	border-radius: 24px;
	background-color: white;
	padding: 0px 10px 0 2px;
	width: auto;
	color:grey;
	font-size: 80%;
	display:flex;
	align-items:center;
	overflow-x:auto;
	cursor:pointer;
}
.filterBubble b {
	padding-right: 4px;
	padding-left:8px;
}
.filterIcon {
	width: 22px;
	height: 22px;
	background: white;
	border-radius: 20px;
	margin-left: 4px;
	padding: 2px;
	box-sizing: border-box;
}
.filterTbl{
	background-color: #f57c00;
	color: white;
	width: 100%;
	display: flex;
	padding: 4px;
	justify-content:right;box-sizing: border-box;
}
#floatImage {
	opacity:0;
	position:fixed;
	top:54px;
	right:2px;
	max-width:120px !important;
	border-radius:4px;
	box-shadow:0 2px 4px #333;
	pointer-events:none;
	z-index:2;
}
#floatImage.show{
	opacity:0.8;
}
.fs12p { font-size:12pt;}
#FtrTbl {
	border-collapse:initial;
	border-spacing:8px 6px;
}
#FtrTbl td {
	border:0 none;
	word-break: break-word;
}
#gblScan {height:1.5em;width:9.5em;}
#gblScanImage {
	opacity:1;
}
#gblScanImage.hide{
	opacity:0;
}
#globalScanOptionsPop{
	width:9rem;;
	height:9rem;;
	position:absolute;
	transition:all 0.6s;
	pointer-events:none;
	z-index:400;
	
}
#globalScanOptionsPop .circleBtn {
	background-color: rgb(255,255,255);	
	
}
#globalScanOptionsPop .circleBtn img {
	
}
.globalScanOptionsWrap{

	top:-1rem;
	transform:rotate(135deg);
}
.globalScanOptionsWrap.show{
	top: -6px;
	transform: rotate(0deg) translateX(-6px);
}
#globalScanPop, #globalScanCamPop {
		text-align:center;
		z-index:9002;
		overflow-x:hidden;
		min-width: 15em;
		white-space: initial;
		max-width:42rem;
}
#globalScanPop .homeBtn{
	padding:0;
	margin:0.25rem 0 0.25rem 0;
}
#globalScanCamPopView{
	max-height:45vh;overflow:hidden;position:relative;width:100%;max-width:100%;
	display:flex;justify-content:center;align-items:center;
}
.globalScanCamPopBtns {
	position:relative;
	z-index:300;
}
#globalScanPop .imgTagPreview {
	height:120px !important;
}
#globalScanPopMsg { padding:0 1em 0.2em 1em;}
#globalScanPopTitle {margin:0.2em;padding-top:0.8em;font-weight:bold;}
#gblScanImage, .gblScanImage {margin-top:0px;margin-bottom:3px;}
.globalRadio {top:4px;position:relative;}
.globalScan {text-align:left;;display:flex;padding-left:10px;}
.globalScan:hover .globalScanBtns {visibility:visible;opacity:1;transition: opacity .5s ease-in-out;}
.globalScanBtns {vertical-align:middle;position:absolute;transition: opacity .5s ease-in-out;visibility:hidden;opacity:0;}
.gsa {text-decoration-style: dotted;}
.glyph   {width:30px;height:30px;border:1px solid silver;margin-left:0;margin-right:0;vertical-align:middle;}
.graphLoading{
		background-color:#fff;
		opacity:0;
		pointer-events:none;
		transition:all 0.3s;
		position:absolute;
		width:100%;
		height:100%;
		display:flex;
		justify-content:center;
		align-items:center;
}
.graphLoading.show{
	opacity:1;
}
.graphLoading.show > .waitSwirl
{
	opacity:1;
}
.gray {color:gray;}
.green {color:#5bd783 !important;}
.grid {
	display:flex;
}
.grid.bottom{
	justify-content:center;
	align-items: center;	
	margin-top:12px;	
	flex-wrap:wrap;
}
.grid.bottom.rejected .box > *, .grid.bottom.rejected .box, .grid.bottom.rejected .flag > *, .grid.bottom.rejected .flag.complete:after{
	border-color:#efefef !important;
	background-color:#efefef !important;
	color:#999 !important;
}
.grid.head{
	justify-content:space-between;
}

.grid.top, .grid.middle{
	flex-wrap:wrap;
	justify-content:space-between;
}

.grid.middle> div
{
	width:33%;
	min-width:284px;
}
.grid.top> div
{
	width:33%;
	min-width:284px;
}

.grow{  	
	will-change: transform;
	text-shadow: 0px 1px 4px black;
  	animation: grow 500ms;
 	-webkit-animation: grow 500ms ;
}
.hasError {
	border-color:crimson !important;
	background-color:mistyrose !important;
}
.highlight {
	background-color:rgb(91,155,213) !important;
	color:white;
	transition:400ms;
	
}
.homeBtn{
	display:flex;
	position:relative;
	border:2px solid #eeeeee;
	background-color:#eeeeee;
	margin:1rem;
	height:calc(100% - 1rem);
	border-radius:6px
}
.homeBtn:hover{
	cursor:pointer;
	border:2px solid #00a7ce;
	background-color:#00a7ce;
	color:white;
}
.homeBtn:hover .miniText{
	color:white;
}
.homeBtn:active .miniText{
	color:#00a7ce;
}
.homeBtn:active{
	cursor:pointer;
	background-color:white;
	color:#00a7ce;
}
.homeBtn.draggable {
	cursor:move !important;
}
.homeBtn.hideInfo {
	flex-direction:column;
}
.homeBtn.hideInfo .miniText {
	display:none;
}
.homeBtn.hideInfo .homeText h1 {
	font-size:12pt;
	text-align:center;
}
.homeBtnIndicator {
	position:absolute;
	transform:translateY(-1rem);
	top:-2rem;
	right:-1.5rem;
	font-size:1.5rem;
	border-radius:2rem;
	width:3rem;
	height:3rem;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
}
.homeBtnIndicator.urgent{
	background-color:#910a19;
	color:white;
}
.homeBtnIndicator.notify{
	background-color:orange;
	color:white;
}
#homeEditButton {
	margin-bottom:2px;
	width:100%;
	text-align:right;
	position:relative;
}
#homeEditButton a {	
	min-height:2rem;
	height:2rem;
}
.homeGrid{	
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem,1fr));
    position:relative;
    padding:1rem 0;
    overflow:hidden;
}
.homeGrid.hideInfo {
    grid-template-columns: repeat(auto-fill, minmax(9rem,1fr));
}
.homeHeading{
	padding: 0 3rem;
	border-bottom: 1px solid black;
	margin: 1rem 0;
	font-style: italic;
}
.homeIcon {
	flex:1;
	background-color:rgb(255,255,255);
	pointer-events:none;
	border-radius:6px;
	padding:0.5rem;
}
.homeIcon img {
	width:100%;
	height:100%;
	max-width:100px;
}
.homeText{
	flex:4;
	text-align:left;
	display:flex;
	flex-direction:column;
	justify-content:center;
	pointer-events:none;
	overflow:hidden;
}
.homeText h1 {
	font-size:18pt;
}
.homeText .miniText{
	font-weight:normal;
	margin:0.5rem;
}.homeLiHeader{
	border-bottom: 1px solid slategrey;
	text-align:center;
	list-style:none;
	position:sticky;
	top:0;
	background-color:white;
	z-index:1;
}
.homeResultArr {
	border-left: 1px solid silver;
	color: grey;
	text-align: center;
	min-width: 2rem;
	font-size: 80%;
	height: auto;
	line-height: inherit;
	padding: 4px 6px 4px 6px;
}
.homeResultDiv {
	flex:1;
}
.homeResultLi {
	list-style:none;
	line-height:2rem;
	overflow-x: hidden;
	white-space: nowrap;
	display:flex;
}
.homeResultLi div:hover {	
	background-color:rgb(91,155,213) !important;
	color:white;
	cursor:pointer;
}
.homeResultUl {
	padding-left:4px;
}
#homeSearchResultsWrap {
	max-height:20rem;overflow-y:auto;position: absolute;
	z-index: 400;
	background-color: white;
	border:0 none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top:0 none;
	width:calc(100% - 5rem);
	box-sizing:border-box;
	padding-bottom:4px;
	outline:none;
}
@media (max-width: 640px) {
	.homeGrid, .homeGrid.hideInfo{		
    	grid-template-columns: 33% 33% 33%;
	}
	.homeGrid .homeBtn{
		flex-direction:column;
		margin:5%;
	}
	.homeGrid .homeText h1, .homeGrid .homeBtn.hideGrid .homeText h1{
		font-size:10pt;
		text-align:center;
		
	}
	.homeGrid .miniText{
		display:none;
	}

}
#hoverPop{
	opacity:0;
	position:absolute;
	pointer-events:none;
	transition-delay: 0s;
	color:black;
    background-color:#fff5d9;
	top:0;
	left:0;
    z-index:99999;
    padding:0.5rem;
    border-radius:0.5rem;
	box-shadow:-1px 1px 1px black;
	max-width:50vw;
	word-break:break-all;
}
#hoverPop.show{
	-webkit-transition: opacity 500ms;
    transition: opacity 500ms;
	opacity:1;
	transition-delay: 0.8s;
}
.iconCount{
	position: absolute;
	top: 25%;
	left: 25%;
	text-shadow: 0px 0px 1px black;
	font-weight: bold;
	font-size: 12pt !important;
}
.imageProgress {
    display: block;
	margin: 0.5rem;
	padding: 0;
	background: #fff;
	height: 0.5em;
	width:calc(100% - 3rem);
	border:0 none;
	border-radius:0;
	click-events:none;
}
.imageProgress::-moz-progress-bar{
  background: #00a7ce;
	color:white;
}
.imageProgress::-webkit-progress-bar {
    background: transparent;
} 
.imageProgress::-webkit-progress-value {
  background:#00a7ce;
  color:white;
}
.imgBtn {color:transparent;}
.imgBtn:hover{color:#00a7ce;}
.imgBtn img {
  position:absolute;
  opacity:1;}

.imgBtn:hover img {
  transition:all 0.9s;
  opacity: 0.7 !important;
  z-index: 0;
  filter: blur(30px);}


/*
.imgBtn:hover img {
  transition:all 0.4s;
  position:absolute;
  margin-top: -48.4px !important;
  margin-bottom: -6px !important;
  opacity: 1 !important;
  width: 46px;
  height: 46px;
  margin-left: -8px;
  z-index: -1;
  transform: rotateZ(-45deg);}
 */

.imgTagPreview {
	max-width:100%;
	height:40px;
}
.imgTagPreview:hover{
	position:relative;
	top:-1px;
	cursor:pointer;
	filter:brightness(110%);
}
.imgTagDiv {
	max-height:126px;
	overflow-y:auto;	
}
.inactive, .recInactive {text-decoration:line-through;color:gray;}
.inherited {border-color:orange !important;}
.instr, .miniText   {font-size:75%;color:gray;}
.instructionSelector {line-height:2rem;}
.instructionTitle{text-align: left;
padding-right: 4px;
border: 0 none;
font-size: small;
font-weight: bold;
color: rgba(0,0,0,0.7);}
.irDatePickerSpan {
	position: relative;
	width:100%;white-space: nowrap;
}

.jdatetime:disabled ~ .irDatePickerSpan, .jdate:disabled ~ .irDatePickerSpan{display:none;}

.jobButton{width:100%;box-sizing:border-box;text-align:center;}
.jobButton.calIcon{
	background-image:url(images/icons/calendar.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:32px;
}
.keyContactIcon{
}
.largeIcon {width:32px;height:32px;}

#leafMapDataSelector, #leafMapLayers {
	
}
#leafMapDataSelector .spaceTable, #leafMapLayers .spaceTable{
	
}
#leafMapDataSelectorWrap {
	overflow-y:auto;
	max-height:calc(100vh - 4.5rem);
	width:100%;
	margin:0;
}

.left {text-align:left;}
.loading:after {
  overflow: hidden;
  text-align:left;
  display: inline-block;
  vertical-align: inherit;
  -webkit-animation: ellipsis steps(4,end) 2s infinite;      
  animation: ellipsis steps(4,end) 2s infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;position: absolute;
}

.logoThumbnail{
	border:2px solid transparent;
}
.logoThumbnail:hover{
	cursor:pointer;
	border:2px solid #00a7ce;
}
.mediumIcon {width:26px;height:26px;}
.mandatory     {background-color:#fff5d9;}
.marker-cluster-small {
	background-color: rgba(255, 255, 255, 0.8);
	}
.marker-cluster-small div {
	background-color: rgba(222, 222, 222, 0.8);
	}

.marker-cluster-medium {
	background-color: rgba(255, 255, 255, 0.8);
	}
.marker-cluster-medium div {
	background-color: rgba(222, 222, 222, 0.8);
	}

.marker-cluster-large {
	background-color: rgba(255, 255, 255, 0.8);
	}
.marker-cluster-large div {
	background-color: rgba(222, 222, 222, 0.8);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: white;
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(56, 142, 60);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: white;
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: #eee;
	}

.leaflet-oldie .marker-cluster-large {
	background-color: white;
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(211, 47, 47);
}
.linethru {text-decoration:line-through;}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	}
.marker-cluster span {
	line-height: 30px;font-weight: bold;
	}
.marquee {
	width:100%;
	overflow-x:hidden;
}
.marquee p {
	 position: relative;
	 width: 100%;
	 margin:0.2em;
	 text-align: left;
	 text-shadow: 1px 1px 0px #333;
	 white-space:nowrap;
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);	
	 transform:translateX(100%);
	 -moz-animation: marqueeLeft 18s linear infinite;
	 -webkit-animation: marqueeLeft 18s linear infinite;
	 animation: marqueeLeft 18s linear infinite;
}
.marquee p:hover{
	animation-play-state: paused;
	cursor:pointer;
}
.marT1 {margin-top:1rem;}

 .menu { min-width:15rem;}
 .menu > div{
	
	padding:4px !important;
}
.messagePopImage{
	max-width:100%;
	max-height:calc(100vh - 21em);
	height:100vh;
}
.messengerPop{
	width:32em;
}
#messengerPopupMessagePopups .mobile, #messengerPopup.mobile{
	top:0 !important;
	bottom:0px;
	max-width:initial;
	position:fixed;
	width:auto;
}
#messengerPopupMessagePopups .mobile .threadMessageContainer{
	max-height:initial;
}
#moreButtons .homeIcon{
	background-color:rgb(255,255,255);
}
.mw4{
	min-width:4rem;
}
.mw6{
	min-width:6rem;
}
.mw8{
	min-width:8rem;
}
.mw14{
	min-width:14rem;
}
.names{
	display:flex;text-align:left;flex:1;padding:6px 0;
}
.names.insured {
	flex-direction:column;
	justify-content:baseline;
	
}
.names.insured > h1{
	font-weight:bold;
}
.names.insured > sup {
	height:0;
	top:-8px;
}
.navCalendarList{
	position:relative;
}
.navCalBtns, .navCalDesc {
          position:relative;width:inherit;}
.navCalTask{
	font-size:90%;
	margin-bottom:8px;
	max-width:24rem;
	min-height:42px;
	text-transform:none;
}
.navCalTaskTop {
	display:flex;
	align-items:center;
}
.navCalTaskTop > div{height:100%;white-space:normal;}
.navCalTaskTop > div {padding:4px;}
.navCalTaskTop .taskSpan {font-size:inherit;}
.navCalTask .second {display:none;}

.navCalRight{flex:6;width:100%;position:relative;overflow:hidden;display:inline-flex;}
.navCalTaskTop .navCalDesc{transform: translateX(0);z-index:1;opacity:1;position:relative;}
.navCalTask .navCalBtns{transform: translateY(-100%);z-index: -1;opacity:0;position:absolute; text-align:center;}
.navCalTask.open .navCalBtns{transform: translateY(0);z-index:1;opacity:1;position:relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
          min-height:34px;}
.navCalTask.open .ellipsis {display:none;}
.navCalTask.open .second {display:initial;}
.navDismiss{
	color:white;text-transform:uppercase;font-size:10pt;text-decoration:none;	
}
.navDismiss:hover{
	position:relative;
	top:-1;
	color:#00a7ce;
	cursor:pointer;
}
.navMenu {
  cursor: pointer;
  position: relative;
  text-align: left;    
  top: 0.3rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.navMenuArr{
	border-left: 1px solid silver;
	color: grey;
	text-align: center;
	min-width: 3rem;
	font-size: 80%;
	height: 3rem;
	line-height: 2.5rem;
	padding: 4px 6px 4px 6px; 
	
}

.navMenu:hover{
	top:0.25rem;
	cursor:pointer;
}
.navMenu:hover #navMenuBottom, .navMenu.show #navMenuBottom{
	transform:rotate(-45deg) translate(9px,4px);
	width:20px;
	
}.navMenu:hover #navMenuMiddle, .navMenu.show #navMenuMiddle{
	opacity:0;	
}
.navMenu:hover #navMenuTop, .navMenu.show #navMenuTop{
	transform:rotate(45deg) translate(8px,-5px);
	width:20px;
}
.navMenuPop{
	background-color:transparent !important;	
	overflow:initial;
	margin-top:0.5rem;
	margin-left:0.5rem;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.navMenuPop .largeIcon {
	
	
}
.navMenuPop *{
	box-sizing:border-box;
	
}
.navMenuPop ul{
	
  list-style-type: none;
}

.navMenuLi {
	width:28px;
	height:6px;
	margin:2px;
	border-radius:2px;
    background-color: #00a7ce;
    position:relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
	
}
.navMenuSide{
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(-200%);
	  background: #f5f5f5;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  transition-delay: 0ms;
	  max-width:calc(100vw - 270px - 1.5rem);
    margin-bottom: 0.5rem;
   border-radius: 4px;
}

.navMenuSub {
	opacity:0;
	position:absolute;
	top:0rem;
	right:0;
	transform:translateX(calc(100%));
	
	max-height:70vh;
	max-width:calc(100vw - 270px - 1.5rem);
	width:405px;
	overflow-y:auto;
	overflow-x:hidden;
	pointer-events:none;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
          z-index:-1;
}
.navMenuSub ul {
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(175px, 1fr));
	margin-left: 0.5rem;
	font-size:1rem;
  background: #f5f5f5;
	border-radius:4px;
    pointer-events:inherit;
}
.navMenuSub li {
	padding:0.25rem;
    overflow:hidden;
    pointer-events:inherit;
	
}
.navMenuText{
  opacity: 0;
  font-size: 0em;
	padding: 10px 6px 4px 6px; 
  color:#444;
  height:3rem;
  flex:1;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
          cursor:pointer;
}
.navMenuText div{
	color:inherit;
}
.expand {
  box-shadow: rgba(0, 0, 0, 0.1) -2.5px 5px 7.5px, rgba(0, 0, 0, 0.1) 2.5px 5px 7.5px;
  width: 200px;
  height: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.navMenu span {
  display: inline-block;
  vertical-align: middle;
  color: white;
}
.navMenu ul, .navMenuPop ul {
  list-style-type: none;
  padding: 0;
  white-space:nowrap;
}
.navMenuPop a {
	text-decoration:none;
	color:inherit;
}
.navMenuSub li, .navMenuSub a {
	color:#444;
	font-size:inherit;
	text-align:left;
}
.navMenuText:hover, .navMenuPop li .navMenuArr:hover, .navMenuSub li:hover{
	background-color:#00a7ce;
	cursor:pointer;
	color:white;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
	
}
.navMenuPop li.logout:hover, #navUserMenu .logout:hover{
	background-color:firebrick !important;
	color:white;
}
.navMenuPop .navMenuMiddle, .navMenuPop .navMenuTop, .navMenuPop .navMenuBottom{	
  transform:translateX(-100%);
    margin-bottom: 0.5rem;
   border-radius: 4px;
}
.navMenuPop .navMenuMiddle li,.navMenuPop .navMenuBottom li, .navMenuSide{	
  
}
.navMenuPop .navMenuTop {
  background: #fefefe;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  transition-delay: 300s;
}
.navMenuPop .navMenuMiddle{
  background: #f5f5f5;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  transition-delay: 150ms;
}
.navMenuPop .navMenuBottom{
  background: #eeeeee;
  position:relative;
  z-index:-1;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  transition-delay: 00ms;
}
.navMenuPop.show .navMenuTop {
  transform:translateX(0);
  transition-delay: 0s;
}
.navMenuPop.show .navMenuMiddle{
  transform:translateX(0);
  transition-delay: 150ms;
}
.navMenuPop.show .navMenuBottom{
  transform:translateX(0);
  transition-delay: 300ms;
}
.navMenuPop.show .navMenuSide{
  transform: translateX(calc(100% + 0.5rem));
  transition-delay: 0ms;
}
.navMenuPop.show .navMenuText{
  opacity: 1;
  padding: 10px 6px 4px 6px;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s, font-size 0.1s;
          transition: all 0.2s, font-size 0.1s;
}
.navMenuSub .navMenuText{
  font-size: 1em;
  padding: 3px;
}
.navMenuParent .navMenuArr:hover .navMenuSub, .navMenuSub:hover{
	opacity:1;
    z-index:2;
	pointer-events:initial;
}


#navPtGoTo {
	max-width:3em;
	text-align:center;
	height:2em;
	font-size:12pt;
	min-width:2em;
	border-radius: 6px;
	border-style: groove;
		
}
#navUserMenu, #navNotification,  .menu {
	position: absolute;
	top: 0;
	right: 4px;
	transition: all 0.3s;
	color: #444;
	box-shadow: 0 2px 4px gray;
	max-height:calc(100vh - 4rem);
	max-width:calc(100% - 8px);
	overflow-y:auto;
	text-align:left;
	z-index:9999;
}
#navUserMenu, #navNotification {
	transform: translateY(-205%);
}

#navUserMenu > div, #navNotification > div,  .menu > div{
	
	padding:8px;
}
#navUserMenu > div:hover, .navCalTask:hover, .menu > div:hover{
	background:#f5f5f5;
	color:#00a7ce;
	cursor:pointer;
}
#navUserMenu.show, #navNotification.show{
	pointer-events:initial;
	transform:translateY(4px);
	z-index:10000;
	position:fixed;
}
.navUserName {
	line-height:2rem;font-weight:bold;
}

.navUserName:hover{	
	background:cursor:initial;
	color:cursor:initial;
	cursor:initial;
}
.navUserRole{
	color: #ddd;
	position: absolute;
	top: -7px;
	right: 5px;
	font-size: 60%;
	text-align: right;
}
.noclick{pointer-events:none;}
.nowrap {white-space:nowrap;}
.orange {color:orange !important;}

.orderCard.image{
	background-image:url(images/icons/order.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.orderHeader{
	display:flex;
	justify-content:space-around;
	background-color:#00a7ce;
	color:white;
	align-items:center;
	padding:10px 4px;
}
.orderHeader.isArchived{
	background-color:#d5d5d5 !important;
}
.orderHeader.hasError {
	background-color:#910a19  !important;
}
#waitPopStopWaiting{
	opacity:0;
	transition:all 1s;
	pointer-events:none;
}
#waitPopStopWaiting.show{
	opacity:0.9;
	pointer-events:all;
}
#orderNameH1{
font-weight:bold;
font-size:18pt;
}
#orderNameH1 a{color:white;

}
.orderRow{
	display:flex;	
	position:relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.25rem;
	align-items:center;
	flex-wrap:wrap;
	border-bottom:1px solid silver;
}
.orderRow div{
	padding-right:0.5rem;
	font-size:10pt;
	text-align:center;
}
.orderRow{
	cursor:pointer;
}
.orderRow .archived{
	color:gray;
	text-decoration: line-through
}
.ordertab{background-color:rgb(255,255,255);
			border-left:1px solid silver;
			border-top:1px solid silver;
			border-right:1px solid silver;
			border-bottom:1px solid silver;
			padding:6px 0;
			margin-bottom:0;margin-right:0;
		}
.ordertab a {color:gray;text-decoration:none;
			padding-bottom:0;margin-bottom:0;
			padding-right:0;
			margin-bottom:0;margin-right:0;}
.ordertab a:hover {color:rgb(0,191,255);}
.ordertabhdr{color:#5bd783;text-align:right;
			padding-bottom:0;margin-bottom:0;
			border-bottom:1px solid silver;}
.ordertabsel {border-left:1px solid silver;
			border-top:1px solid silver;
			border-right:1px solid silver;
			padding-right:0;
			margin-bottom:0;margin-right:0;
		}
.orderTabTbl {display:none;border:0;}
.orderTabTopI     {text-align:left;margin-top:0;
					border-top:0;
					padding-top:2px;
					border-left:1px solid silver;;
					border-right:1px solid silver;;
					border-bottom:1px solid silver;;
				}
.orderTabTopP     {text-align:right;margin-top:0;
					border-top:0;
					padding-top:2px;
					border-left:1px solid silver;;
					border-right:1px solid silver;;
					border-bottom:1px solid silver;;
					}					
.orderWrapper{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	padding-bottom:12px;
	overflow:hidden;
	position:relative;
}
.orderWrapper a {
	font-family: "Verdana";
	color: black;
	font-size: 15pt;
	position:relative;
	z-index:5;
}
.orderWrapper a:hover {
	color: blue;
}
.orderWrapper:hover
{
	
}
.orderWrapper:hover .buttons{
	display:block;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform:translateY(0);
}
#oversightLinks {padding:10px;text-align:center;display:flex;justify-content:center;}
#oversightLinks a {white-space:nowrap;}
.pac-container { z-index: 10000 !important; }
.pac-logo::after {display:none;}
.pac-icon{display:none;}
.pac-target-input::after {
	
}
#pgHeader{
    box-shadow: 0 1px 5px #777;
    background-color:#f5f5f5;
    color:black;
    padding:0.5rem;box-sizing: border-box;
    display:flex;
    position:fixed;
    width:100%;
    z-index:500;
    transition-delay: 0s;
	transition:transform .8s linear;
	-webkit-transition-delay:transform .8s linear;
    -moz-transition-delay:transform .8s linear;
    -o-transition-delay:transform .8s linear;
    height: 52px;
	max-height: 52px;
}
#pageFooter{
	padding:1em 0;
}
.pageTable {
	background-color:white;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
}
.pghead  {border:0;width:100%;text-align:left;font-size:20pt;font-weight:bold;padding-left:1rem;font-variant: small-caps;height:36px;overflow:hidden;}
.pgHeadTitle {color:white;background-color:#00a7ce;}
#pgHeadSearchPlaceholder {width:16rem;transition:width 0.5s;}
#pgHeadSearchPlaceholder.extend {width:28rem;}

.pgFormIcons {text-align:center;padding:0 6px;}
.pgFormIcons a {font-size:xx-small;text-decoration:none;color:#333;cursor:pointer;}
.pgFormIcons img {height:30px;width:30px;}
.pgNav{
 display:flex;	
}
.pgNav > a {
	margin-left:10px;
}
.platform {left:0;color:slategrey;width:100%;font-weight: normal;font-style:italic;}
.portraitThumb { border-radius: 40px;
	height: 80px;
	width: 80px;
	border: 2px solid white;
	object-fit: cover;
}
.previewIcon{}
.previewIcon:hover {
	position:relative;
	top:-1px;
	cursor:pointer;
}
.primary{
	background-color:#00a7ce;
}
#pt0 .tr1, .pageTable .tr1 {background-color:rgba(238,238,238,0.1);}
#pt0 .tr0, .pageTable .tr0 {background-color:rgba(238, 238, 238,0.5);}
.ptNav, .smallBtn  {min-width:3em !important;
    vertical-align: middle;min-height: 2.5rem;
padding: 4px !important;}
    
.pulse 
{
	will-change: filter;
  	animation: pulse 2s infinite;
 	-webkit-animation: pulse 2s infinite;
}
.qfBtn {
	padding: 2px;
    border: 2px solid #eeeeee;
    border-radius: 6px;
    font-size: 10pt;
    margin: 2px 4px 2px 0;
    min-width:5rem;
    min-height:1.2rem;
    z-index: 3;
    color:#333;
    background-color: #eeeeee;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor:pointer;
}
.qfBtn:hover {
	background-color:white;
	color:black;
}
.qfBtn div {
	font-size:inherit;
}
.qfBtn.selected {
	background-color: #00a7ce;
	color:white;
	border-color:#00a7ce;
}
.qfCount { font-weight:bold; font-size:110%; white-space:nowrap; padding:0.25rem; }

.quickFilter {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin-top:2px;
    }
#quickLinks {margin-top:20px;}

.ready   {color:#5bd783;}
.recent {
  -webkit-animation: recent 2s ease-in-out 0s;
  -moz-animation: recent 2s ease-in-out 0s;
  -o-animation: recent 2s ease-in-out 0s;
   animation: recent 2s ease-in-out 0s;
}
.red	{color:#910a19 !important;} 
.red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
}
.right {text-align:right !important;}

.rowHeading , .noteHead{
	padding: 4px;
    border: 1px solid #00a7ce;
    border-radius: 6px;
    font-size: 1.2rem;
    margin: 2px 4px 2px 0;
    width: 6em;
    min-width: 6em;
    min-height:6em;
    z-index: 3;
    color:white;
    background-color: #00a7ce;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor:pointer;
    text-shadow:0 1px 1px black;
}
.rowHeading:hover {
}
.rowHeading b, .noteHead b {
	font-size:200%;
	position:relative;
	z-index:5;
}
.scanTb {
    width: 16ex;
    height: 6ex;
    font-size: 16pt;
}
.sectionTab {
	padding:0.5em 0.5em;
	margin:0 0.2em;
	box-shadow:1px 0 2px black;
	cursor:pointer;
	background-color:white;
}
.sectionTab.selected {
	background-color:#00a7ce;
	color:white;
}
.sel 	 {background-color:lightpink;}
.smallIcon {width:20px;height:20px;vertical-align:middle;line-height: 1.2rem;font-size: 10pt;}
.xsmallIcon {width:16px;height:16px;vertical-align:middle;}
.serverMessage{color: black;
font-size: 12pt;
padding:10px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
font-family:Courier;
line-height:20px;
}
.serverMessage:hover{
	cursor:pointer;
	 white-space: initial;
	 overflow: initial;
	 text-overflow: initial;
}
.serverMessageDiv {
	width:100%;
	background-color:#d5d5d5;
	padding:8px; 
	text-align:center;
	box-sizing: border-box;
	display: flex;
justify-content: center;}
.serverMessageWrap{
	display:flex;
	background: #f1f1f1;
	text-align: center;
    border-radius: 6px;
	vertical-align: text-top;
	max-width:960px;
}
.serverMessageImg{
	padding: 0.25rem;
	background-color: firebrick;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.snap {
  -webkit-animation: snap 0.5s ease-in-out 0s;
  -moz-animation: snap 0.5s ease-in-out 0s;
  -o-animation: snap 0.5s ease-in-out 0s;
   animation: snap 0.5s ease-in-out 0s;
   overflow:hidden;
}
.spacer{
	margin: 0.5em auto;
	width: 50%;
	border-bottom: 1px solid silver;
}
.specials
{	
	
	justify-content:flex-end;
} 
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top:0;
  z-index:10;
}

.stickyLastCol td:last-child,
.stickyLastCol th:last-child {
  position: sticky;
  right: 0;
  background-color: rgba(255,255,255,.9);
  z-index: 2; /* so it stays above other cells */
}

/* Optional: header should appear above sticky body cells */
.stickyLastCol th:last-child {
  z-index: 3;
  background-color:#00a7ce;
}


.spaceTable, .spaceTbl {border-collapse:initial;border-spacing:8px 10px;max-width:960px;margin:0 auto;}
.spaceTable > tbody{display: flex;flex-wrap: wrap;}


.spaceTable >tbody> tr, .spaceTable >thead> tr , .spaceTable > tr{
	display: flex;
	flex-direction: column;
	flex:1 1 25%;
	padding: 0.5rem;
	position:relative;
	background-color:white;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;
	margin: 5px;
}
.spaceTable .tdp, .spaceTable .tdp label, .spaceLabel{
	text-align:left;padding-right:4px;border: 0 none;font-size:small;font-weight: bold;color:rgba(0,0,0,0.7);	font-variant: petite-caps;transform: translate(0px,-3px)
}
 .spaceTable tr {max-width:calc(100vw - 44px);}
.spaceTable tr .instr{
	position:absolute;
	top:0.5em;
	right:0.5em;
}
.spaceTable .tdi > input[type=text].jdate  {
	
}
.spaceTable .tdi > input[type=text].jdatetime  {
	
}
.spaceTable .tdi > input[type=text],.spaceTable .tdi > input[type=email],.spaceTable .tdi > input[type=number],.spaceTable .tdi > select,.spaceTable .tdi textarea  {
	
	margin-bottom:4px;
}
.spaceTable .fb100{
	flex-basis:100%;
}
.spaceTable .fb80{
	flex-basis:80%;
}
.spaceTable .fb70{
	flex-basis:70%;
}
.spaceTable .fb60{
	flex-basis:60%;
}
.spaceTable .fb40{
	flex-basis:40%;
}
.spaceTable .fb30{
	flex-basis:30%;
}
.spaceTable .fb25{
	flex-basis:25%;
}
.spaceTable .fb20{
	flex-basis:20%;
}
.spaceTable .fb15{
	flex-basis:15%;
}
.spaceTable .fb10{
	flex-basis:10%;
}
.spaceTable .fb5{
	flex-basis:5%;
}
.spaceTable .fb1{
	flex-basis:1%;
}
.spaceTable .fb0{
	flex-basis:0%;
}
.stdNoteDiv{
	margin-bottom:11px;
}
.stdNoteHeader{height:0.8rem;}
.stdNoteText{
	
}
.sup {
	font-weight:normal;
	font-size:60%;
	white-space:nowrap;
	position: relative;
	left: -2px;
	top: 0px;
}
.redBorder {border:2px solid #910a19;
	-webkit-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;
}
.taBigger {font-size:16pt;text-decoration:none;}

table th.sorting{
	font-style: italic;
}
table th.asc:after{
	content:'\25B2';
	padding-left:0.25rem;
}
table th.desc:after{
	content:'\25BC';
	padding-left:0.25rem;
}
.tabIcon{
	filter:grayscale(100%);
	height:28px;
	width:28px;
	opacity:0.5;
}
.tabRound {float:right;
	padding:0.5rem 1rem;
	margin-left:1px;margin-right:0;margin-top:.5rem;margin-bottom:-2px;
	border-radius:6px 6px 0 0;
	border-style:solid;
	border-top-width:2px;
	border-left-width:2px;
	border-bottom-width:2px;
	border-right-width:2px;
	border-color:#eeeeee;
	cursor:pointer;
	background-color:white;
	color: rgba(0,0,0,0.7);
	font-variant: all-small-caps;
	}
.tabRound.selected{
	font-weight:bold;
	background-color:#00a7ce;
	border-color:#00a7ce;
	color:white;
	margin-top: 0.25rem;
	padding-bottom: 0.75rem;
}
.tabRound.hasError{
	color:crimson !important;
}
.tabRound:hover{
	cursor:pointer;	
	border-color:#00a7ce;
}
.tabRound.selected.pulse{	
	background-color:#f57c00;
}
.tabRound.pulse{
	border-color:#f57c00;
}

.tabContainer {width:100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content:end;
	border-bottom: 2px solid #eee;
	padding:0 0.25rem 0;box-sizing: border-box;
}
.tabDetail {display:none;
	width:100%;}
.tabDetail>table {width:100%;border-collapse:initial;border-spacing:2px 10px;}
.tabSpace{}
.tabsDiv {
	display:flex;
	justify-content:flex-end;
	padding:0 3em;
	margin-top:0.5em;
}
.tabsel	 {text-align:center;padding:3px 0px 0px 0px;
		  width:78px;height:17px;background-image:url(images/tab_white.gif);}
.tabsel a {text-decoration:none;font-size:12px; color:black;font-weight:bold;}
.tabTd   {padding:0;}

.taskIcon {width:24px;height:24px }
.taskIconDay {width:28px;height:28px }
.typeIconMini {width:20px;height:20px;margin:0; }
.taskSpan {float:right;font-variant:small-caps;font-size:10pt;padding-left:6px;text-align:right;line-height:12px;}
#taskMapList {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr)); /* see notes below */
	grid-gap: 1.5rem;
	padding:2rem;
}
#taskMapList .type{
	grid-column:1 / auto-fill;
	border-bottom:1px solid black;
	font-size:16pt;
}
.taskNode {
	display:flex;
	flex-direction:column;
	position:relative;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:0.2rem;
	border: 1px solid #eeeeee;
	color: white;
	background-color: #00a7ce;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-size:80%;
}
.taskNode:hover{
	background-color: white;
	color: black;
	cursor:pointer;
}
.taskNode .dueCount, .taskNode .lateCount{
	position:absolute;
	color:white;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;	
	border-radius:25px;
	top:-9px;
	height:42px;
	width:42px;
}
.taskNode .dueCount{
	background-color:orange;
	left:-7px;
}
.taskNode .department{
	color:inherit;
	font-size:14pt;
}
.taskNode .lateCount{
	background:#910a19;
	right:-7px;
}
.taskNode .lateCount.hidden, .taskNode .dueCount.hidden{
	opacity:0;
	display:none;
}
.taSmaller {font-size:10pt;text-decoration:none;}
.tdb     {border-bottom:1px solid silver;; font-variant:all-small-caps;}
.tdc     {text-align:center;border-bottom:1px solid silver;}
.tdh     {text-align:left;color:gray;border-bottom:1px solid silver;}
.tdhdr   {font-weight:bold;font-size:140%;text-align:center;border-bottom:1px solid silver;}
.tdl     {text-align:left;border-bottom:1px solid silver;}
.tdi     {text-align:left;border:0 none;vertical-align: middle;}
.tdp     {text-align:right;padding-right:4px;border:0 none;}
.tdr     {text-align:right;padding-right:4px;border-bottom:1px solid silver;}
#tdTabs  {margin-bottom:0;padding-bottom:0;}
.textAreaResize{
	text-align:right;
}
.textIcon{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit !important;
  font-size: 7pt !important;
  line-height: 5px;
}
#tblCalHdr, #divDayHdr {top:52px;background-color:white;}
th, .th{
	border:0 none;
	border-bottom:1px solid silver;;
	font-size: small;
	font-weight: bold;
	background-color:#00a7ce;
	line-height: 14px;
	color:white;
}
th .dynaHeader, .th .dynaHeader {
	font-size: small;
	font-weight: bold;
	background-color:#00a7ce;
	color:white;
}
th[data-order]:hover{
	cursor:pointer;
	position:relative;
	text-decoration:underline;
}
.threadDate {
	font-decoration:italic;
	font-size:80%;
	color:slategrey;
	padding:0.1em 0.3em;
}
.threadMessage, .smsMessage{
	border-radius:1em;
	text-align:left;
	padding:0.5rem;
	font-size:18px;
	box-shadow: 0 1px 2px #222;
	color:slategrey;	
	position:relative;
	word-break: break-word;
}
.threadMessage:hover{
	cursor:pointer;
}
.threadMessageContainer , .smsMessageContainer{
	flex: 4;
	margin: 0.5em 0;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 28rem);
	border-radius:10px;
	padding: 2.5rem 0.2rem 5.5rem;
	overflow-y:auto;
	overflow-x:hidden;
}
.threadMessageIndicator {
	position: absolute;
	bottom: 0;
	height:100%;
}
.threadMessageWrap, .smsWrap{
	flex-wrap:wrap;
	margin:0.25em 0.1em;
	padding-bottom: 0.5em;	
	max-width:80%;
	position:relative;
}
.smsWrap .smsError {
	position: absolute;
	  top: 1.5rem;
	  cursor: help;
}.smsWrap.left .smsError {
	  right: -1.5rem;
}.smsWrap.right .smsError {
	  left: -1.5rem;
}
.threadMessageWrap.left, .smsWrap.left{
	align-self:flex-start;
}
.threadMessageWrap.left > .threadMessage, .smsWrap.left > .smsMessage, .smsWrap.left > a{
	background-color:white;
	border:1px solid white;
	color:black !important;
}
.threadMessageWrap.right, .smsWrap.right{
	align-self:flex-end;
}
.threadMessageWrap.right > .threadMessage, .smsWrap.right > .smsMessage, .smsWrap.right > a{
	background-color:#00a7ce;
	border:1px solid #00a7ce;
	color:white !important;
}
.threadMessageWrap.right > .threadMessage:hover{	
	border:1px solid white;
}
.threadMessageWrap.left > .threadMessage:hover{	
	border:1px solid #39f;
}
.threadMessageWrap.right .threadMessageIndicator{
	left: 0;
	transform: translateX(-100%);
}
.threadMessageWrap.right .threadMessageIndicator img{
	order:2;
}
.threadMessageWrap.right .threadMessageIndicator a{
	justify-content:end;
}

.threadMessageWrap.left .threadMessageIndicator{
	right: 0;
	transform: translateX(100%);
}
.threadMessageWrap.left .messageOptionsWrap{
	transform:rotate(-90deg);
}

.threadMessageWrap.right .messageOptionsWrap{
	transform:rotate(90deg);
}

.threadMessageWrap.right .circleBtn {
	background-color:#3399ff;
	border:1px solid #39f;
}
.threadMessageWrap.left .circleBtn {
	background-color:white;
	border:1px solid white;
}
.threadMessageWrap.right .circleBtn:hover{

	border:1px solid white;
}
.threadMessageWrap.left .circleBtn:hover{

	border:1px solid #39f;
}

.threadMessageWrap.right .highlight {
	background-color:white !important;
	color:rgb(91,155,213) !important;
}

.threadMessageDate, .smsDate{
	font-size:80%;
	color:slategrey;
	padding:0.1em 0.3em;
	float:right;
	font-weight:normal;
}
.threadMessageUser, .smsUser{
	font-weight:bold;
	font-size:80%;
	color:slategrey;
	padding:0.1em 0.3em;
	float:left;
	text-align:left;
}
.threadNotification{
	font-weight: bold;
	font-size: 90%;
	color: slategrey;
	padding: 0.1em 0.3em;
	text-align:center;
}
.threadNotificationWrap{
	padding:1em;
}
.threadSite{
	width: 100%;
	text-align: right;
	background-color: #eee;
	color: #00a7ce;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 0 4px;
	font-variant: all-small-caps;
}
.threadUsers{
	font-weight:bold;
	color:black;
	padding:0.1em 0.3em;
	flex:1;
	text-align:left;
}
.threadWrap{
	width:calc(100% - 0.9em);
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin:0.5em 0.2em;
	background-color:white;
	border-radius:10px;
	border:2px solid #eeeeee;
}
.threadWrap:hover {
	cursor:pointer;
	border:2px solid #00a7ce;
}


.threadWrap:hover > .threadSite {
	color:white;
	background-color: #00a7ce;
}


.threadWrap > .threadMessage{
	width:100%;	
	text-align:left;
	padding:0.5rem;
	box-shadow: none;
}
.thumbnail{
	max-height:22px;
	max-width:22px;
	margin:0;
	padding:0;
}
.thumbnail:hover{
	cursor:pointer;
}
.toggleBox {width:20%;}
.top {vertical-align:top;}
.topLabel{
	position:absolute;
	top:-1rem;
	text-decoration: none;
}
.transition
{
	-webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.touchBtn {min-height:2em;min-width:3em;}
.tr0     {background-color:rgba(238, 238, 238,0.5);}
.tr1     {background-color:rgba(238,238,238,0.1);}
.trBreakline {padding:0 !important;margin:0 !important;border:0 none !important;width:100%;flex-basis:100% !important;background-color:inherit !important;}
.trSpace {border:0 none !important;width:100%;flex-basis:100% !important;background-color:inherit !important;}
.underline{
	text-decoration-line: underline;
}

#uploadImagePreviewPopup
{
		max-width:100vw;
		position:fixed;
		z-index:9002;
		background-color:#fff;
		overflow:auto;
}
.userIcon {
	text-decoration: none;
	background-color: white;
	color: rgb(85,107,47);
	width: 30px;
	height: 30px;
	border-radius: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin:2px;
	position:relative;
	overflow:hidden;
}
.userIcon:hover{
	top:-1px;
	filter:brightness(110%);transition: all 0.3s ease 0s;
}
.w2 {width:2rem;}
.w3 {width:3rem;}
.w8 {width:8rem;}
.w12 {width:12rem;}
.w20 {width:20rem;}
.warehouseCard.image{
	background-image:url(images/icons/barn.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:24px;
}
.warning,.urgent {color:#910a19;font-weight:bold;}
.warning a,.urgent a {color:#910a19;font-weight:bold;}
/*
* wizard gunk
*/
.wizBody    {width:100%;overflow-x:hidden;position:relative;background-image:none;}
.wizBody .tdc, .wizBody .tdi, .wizBody .tdp, .wizBody .tdb	{border:0;}
.wizbtn 	{min-height:3rem !important; min-width:4.5rem !important;}
.wizbtn.active {background-color:#5bd783 !important;color:white !important;border:2px solid #5bd783; background-color:lightpink;}
.wizBL		{float:left;margin:0;
			background-color:white;
			width:24%;
			min-height:8ex;
			overflow:hidden;
			border-right:0 none;
			}
.wizBL:hover, .wizBR:hover {
	border-color:#00a7ce;
}
.wizBR		{float:left;margin:0;
			flex:1;
			background-color:white;
			min-height:8ex;
			overflow:hidden;
			text-align:left;
			}
.wizBtnJob	{margin-left:3%;margin-right:3%;margin-bottom:2px;
			background-color:white;
			width:94%;min-height:9ex;overflow:hidden;
			white-space:initial;
			}
.wizBtnWrap {position:relative;margin-bottom:4px;clear:both;display:flex;}
.wizCombine {margin-bottom:10px;}
.wizEst     {background-color:#eee;color:grey;}
.wizPop   	{margin-bottom:10px;}
.wizSelHdr  {font-weight:bold;padding: 4px;color:white;background-color:#00a7ce;width:100%;box-sizing: border-box;text-align:center;}
.wizSelHdr .tdi {font-weight:normal;}
.wizStep   	{width:100%;margin-bottom:10px;position:relative;box-sizing: border-box;}
.wizStep > div {padding:4px;box-sizing: border-box;}
.wizStepHdr	{font-size:150%;font-style:italic;background-color:#CEF3F5;display:none;}
.wizTitle 	{font-size:17pt;font-weight:bold;vertical-align:middle;height:100%;float:left;padding:4px;flex:3;}
.wizTools 	{vertical-align:middle;height:100%;float:right;display:flex;justify-content:space-evenly;flex:1;}
.wizTop 	{width:100%;background-color:#f5f5f5; color:black;display:flex;box-shadow: 0 1px 5px #777;z-index:100;position:relative;}
.wordbreak {word-break: break-word;}
.xlargeIcon {width:48px;height:48px;}
.xxlargeIcon {width:3.5rem;height:3.5rem;}
.xxxlargeIcon {width:256px;height:256px;}
/*
* id selectors
*/
#container {margin: 0 auto;width:800px;}
#status {color:#5bd783;}
#tblOrderHeader {background-color:rgb(236,235,230);border-right:1px solid silver;border-left:1px solid silver;width:98%}
/*
* menu gunk
*/
#menuwrap {width:100%;position:relative;z-index:200;}
#menu {background-color:transparent;
		color:#606060;
		position:absolute;top:0;right:0; clear:both;}
#menu ul {list-style: none;margin: 0;padding: 0;float: left;}
#menu a, #menu span {
			font: bold 11px/16px arial, helvetica, sans-serif;
			display: block;margin:0;padding:1px 0px 1px 4px;}
#menu h2 {padding:0px;margin:0px;}
#menu h2 a {color:black;}
#menu a {color:black;display:flex;align-items:center;padding-right: 2px;}
#menu:hover ul {background-color:white;box-shadow:-2px 2px 1px #7a7a7a;}
#menu:hover li {background-color:white;}
#menu:hover h2 a {color:black;}
#menu a:hover {color:#a00;background-color:#fff;}
#menu h2 a {text-decoration:none;}
#menu li {text-align:left;position:relative;}
#menu ul ul {position: relative;z-index: 500;}
#menu ul ul ul {position: absolute;top: 0;left: 100%;}
div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul
	{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {display: block;}
/*
* popup gunk
*/
.popFooter {
	text-align:center;	
}
.popupBackground {
	background-color:#222;
	opacity: 0.5;
	position:fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	}
.popup {
		max-width:100vw;
		padding:8px;
		position:absolute;
		z-index:9002;
		background-color:#fff;
		background-image:linear-gradient(180deg,#ffffff 0%,#f5f5f5 100%) !important;
		overflow:auto;
		min-width:270px;
		box-shadow: 0 6px 12px #222;
		 
		}
.popSlide{
		max-width:100vw;
		max-height:100vh;
		box-sizing:border-box;
		left:0;
		top:0;
		padding:8px;
		position:fixed;
		z-index:9002;
		background-color:#fff;
		background-image:linear-gradient(180deg,#ffffff 0%,#f5f5f5 100%) !important;
		overflow:auto;
		min-width:270px;
		box-shadow: 0 6px 12px #222;
		 
		transform:translateX(-105%);
		transition:0.5s;
}
.popSlide.bottom{
	bottom: 0;
	transform: translate(-50%,105%);
	left: 50%;
	top: initial;
}
.popSlide.right{
	left:initial;
	right:0;
	top:25%;
	bottom:inital;
	transform: translate(125%,0%);
}
.popSlide.top{
	bottom: initial;
	transform: translate(-50%,-125%);
	left: 50%;
	top: 0;
}
.popSlide.show{
	transform:translate(0,0);
}
.popSlide.bottom.show{
	transform:translate(-50%,0%); 
}
.popSlide.top.show{
	transform:translate(-50%,0%); 
}
.popTitle {
	font-size:16pt;
	font-style:normal;
	user-select:none; -moz-user-select:none;
	margin: -0.5rem;
	padding:0.5rem;
	padding-right:2rem;
	background-color:#00a7ce;
	color:white;
	margin-bottom: 0;
	font-weight:bold;
	letter-spacing: 0.5px;
	text-align: center;
	position:relative;
	overflow:hidden;text-shadow: 0 1px 2px #666
}
.popTitle > img {
	margin-right:6px;
}
#waitPop{
	position:fixed;
	font-size:20pt;
	top:0;left:0;right:0;
	z-index:9999;
	width:100vw;
	height:100vh;
	min-width:100vw;
	min-height:100vh;
	max-width:100vw;
	max-height:100vh;
	text-align:center;
	opacity:0;
	transition: opacity 0.6s ease 0s;
	transition-delay:300ms;
	-webkit-transition: opacity 0.6s ease 0s;
	pointer-events:none;
	background-color:rgb(255,255,255);
}
#waitPop.show{
	opacity:0.9;
	pointer-events:all;
}
#waitPop.show #waitSwirl, .waitSwirl.show
{
	opacity:0.9;
	-moz-animation: rotate 4s infinite alternate-reverse  ;
	  -moz-transform-origin: 50% 50%; 
	  -webkit-animation: rotate 4s infinite alternate-reverse  ;
	  -webkit-transform-origin: 50% 50%;  
	  animation: rotate 4s infinite alternate-reverse  ;
	  transform-origin: 50% 50%;  
}
#waitPopMessages div{
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	color:grey;
	font-size:16pt;
	font-family:initial;
	letter-spacing:3px;
	transform:translateY(100%);
	vertical-align:bottom;
}
#waitPopMessages div.show{
	opacity:1;
    -webkit-transition: 1.5s;
	transition:1.5s;
	transform:translateY(0);
}
#waitPopMessages div.hide{
	opacity:0;
    -webkit-transition: 1.5s;
	transition:1.5s;
	transform:translateY(-100%);
}
.x{
}
.x:hover{
	top:0.1rem;
	color:#910a19;
	cursor:pointer;
}
/*
* dyna popup
*/	
	.optionPop{
		border:1px solid silver;
		margin-top:5px;
		margin-left:-2px;
		position:relative;
		z-index:9002;
		background-color:white;
		overflow:auto;
		min-width:220px;	
		color:slategrey;
		font-weight: normal;
		text-transform: none;
		line-height: 20px;
		box-shadow: -1px 1px 3px rgba(0,0,0,.1);	
	}
	#optionScroll div{	
		font-weight:normal;
		font-size:12pt;
		;
	}
	#optionScroll .selected, .optionPop .selected{	
		background-color:#00a7ce;
		color:white;
	}
	#optionScroll a{
		font-weight:bold;
		color:black !important;
	}
	
	#optionScroll .dynaSelected{
		font-weight:bold;
	}
	#optionScroll div:hover {
		cursor:pointer;
	}
	#optionScroll a{
		color:#3399FF;
		font-size:12pt;
	}
	.dynaHeader span:hover{ color:#3399FF;cursor:pointer;}
	.dynaHeader:hover > span { color:#3399FF; }
		

/*
 * Status popup 
 */
#StatusBox {
	position: fixed;
	bottom: 0;
	right:0;
	min-width: 20rem;
	max-width:100%;
	height: auto;
	margin-top: 0.4rem;
	z-index: 99999;
}

.statusBase {
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align:left;
	opacity: 0;
	min-height: 60px;
	box-shadow: 0 2px 6px #222;
	width: auto;
	max-width:24rem;
	padding:12px;
	margin: 8px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 9999;
}
.statusTimer{
	width:100%;
	position:absolute;
	background-color:white;
	z-index:9999;
	left:0;
	bottom:-1px;
	height:4px;
	transform:translateX(-100%);
}
.statusTimer.slide{
	transform:translateX(0);
}
.statusBase > *{
	font-size:14pt;
}
.statusBase a {
	font-size:inherit;
	color:inherit;
}
.statusBase:nth-of-type(1) {
	margin-top: 0;
}

.statusError {
	background-color: #910a19;
	color: #ffffff;
}

.statusInfo {
	background-color: #6cf;
	color: white;
}


.statusProgress {
	background-color: #7e57c2;
	color: white;
}


.statusWarn {
	background-color: orange;
	color: white;
}

.statusSuccess {
	background-color: #4CAF50;
	color: white;
}

.statusBtn {
	float: right;
	top:3px;
	right: 3px;
	width: 25px;
	height: 25px;
	display: table-cell;
	vertical-align: center;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-weight: bold;
	line-height: 25px;
	position:absolute;
}

.statusBtn:hover {
	filter: brightness(40%);
	cursor: pointer;
}		
.w90p {width:90%}
/*
* please wait swirl
*/		
#waitSwirl, .waitSwirl
{ 
	opacity:0;  
  width:240px;
  height:240px;
}

/*
 * AutoComplete
 */
.autocomplete-suggestions 
{
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0.2em 0.6em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333;font-size:1em;}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6;font-size:1em;}
.autocomplete-suggestion.selected { background: #f0f0f0; }

@-webkit-keyframes bounce {
  0%       { top:-4px; }
  25%, 75% { top:-2px; }
  50%      { top:0px; }
  100%     { top:-4px;}
}
@keyframes bounce {
  0%       { top:-4px; }
  25%, 75% { top:-2px; }
  50%      { top:0px; }
  100%     { top:-4px;}
}
@-moz-keyframes bounce {
  0%       { top:-4px; }
  25%, 75% { top:-2px; }
  50%      { top:0px; }
  100%     { top:-4px;}
}

@-webkit-keyframes grow {
  0%       { transform:scale(1); }
  50%      { transform:scale(1.5);  }
  100%     { transform:scale(1);}
}
@keyframes grow {
  0%       { transform:scale(1); }
  50%      { transform:scale(1.5);  }
  100%     { transform:scale(1);}
}
@-moz-keyframes grow {
  0%       { transform:scale(1);}
  50%      { transform:scale(1.5); }
  100%     { transform:scale(1);}
}
@keyframes rotate 
{
    0    { transform: rotate(0); } 
    100% { transform: rotate(-720deg); }  
}
@-moz-keyframes rotate 
{
    0    { transform: rotate(0); } 
    100% { transform: rotate(-720deg); }  
}
@-webkit-keyframes rotate 
{
    0%    { transform: rotate(0); }
    100% { transform: rotate(-720deg); } 
}	
@keyframes appearDown 
{
    0    { transform:translateY(-80vh) scale(0.5); opacity:0;
    	   -moz-transform:translateY(-80vh) scale(0.5); opacity:0;
    	   -webkit-transform:translateY(-80vh) scale(0.5); opacity:0; 
    	 } 
    100% { transform:translateY(0) scale(1); opacity:1;
    	   -moz-transform:translateY(0) scale(1); opacity:1;
    	   -webkit-transform:translateY(0) scale(1); opacity:1; 
    	 }  
}
@-moz-keyframes appearDown 
{
    0    { -moz-transform:translateY(-80vh) scale(0.5); opacity:0; } 
    100% { -moz-transform:translateY(0) scale(1); opacity:1; }  
}
@-webkit-keyframes appearDown 
{
    0%    { -webkit-transform:translateY(-80vh) scale(0.5); opacity:0; }
    100% { -webkit-transform:translateY(0) scale(1); opacity:1; } 
}	
@-moz-keyframes marqueeLeft {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marqueeLeft {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marqueeLeft {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

@keyframes pulse {
0% {
    filter:brightness(100%);
    -webkit-filter:brightness(100%);
  }
  50% {
    filter:brightness(120%);
    -webkit-filter:brightness(120%);
  }
  100% {
    filter:brightness(100%);
    -webkit-filter:brightness(100%);
  }
}
 @-webkit-keyframes recent { 
    35% {background-color: #99ccff;color:white;} }
 @-moz-keyframes recent {
   35% {background-color: #99ccff;color:white;} }
 @keyframes recent { 
    35% {background-color: #99ccff;color:white;} }
@keyframes fade {
0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@keyframes ellipsis {
  to {
    width: 3ex;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 3ex;    
  }
}
@keyframes snap {
0% {
    filter:brightness(100%);
    -webkit-filter:brightness(100%);
    
  }
  50% {
    filter:brightness(0%);
    -webkit-filter:brightness(0%);
    box-shadow: inset 0rem 0rem 3rem 4rem black;
  }
  100% {
    filter:brightness(100%);
    -webkit-filter:brightness(100%);
  }
}
@media (max-width: 620px) {
	.bill {
		z-index:100;
		order:1;
	}
	.flag.box {
		margin:0.1em;
	}
	.buttons{
		bottom:0;
		text-align:center;	
		-webkit-transform: translateY(0);
		transform:translateY(0);
		max-height:6.2rem;
		overflow-y:auto;
	}
	.details, .specials, .bill, .status, .buttons {
		justify-content:center !important;
		text-align:center !important;
		min-width:100%;
		width:100%;
		flex:10 !important;
		flex-wrap: wrap;
	}
	.details.left{
		order:2;
	}
	#FtrTbl > tbody{display: flex;flex-wrap: wrap;}
	#FtrTbl tr {display:flex;flex-direction:column;width:100% !important;}
	#FtrTbl tr .tdp, #FtrTbl tr td:nth-child(1) {
		text-align: left;
		border: 0 none;
		font-size: small;
		font-weight:bold;
		color:rgba(0,0,0,0.7);
	}
	.grid.middle> div
	{
		width:100%;
		min-width:340px;
	}
	.grid.top> div
	{
		width:100%;
		min-width:340px;
	}
	.names.ref, .names.bill{
		display:none;
	}
	.names.insured{
		justify-content:center;
		position:relative;
	}
	.names.insured > sup{
		position: absolute;
		top: -25px;
		right: 6px;
		left: initial;
	}
	.navMenu{
		margin-right:1rem;
	}
	.navMenuPop{
		margin:0;
	}
	.navMenuSide{
		position: relative;
		top: initial;
		right: initial;
		  max-width:100%;
	}
	.navMenuPop.show .navMenuSide {
    transform: translateX(0);
}

	#navUserMenu.show, #navNotification.show{
		transform:translateY(4px);
		position:fixed;
		z-index:9999;
	}
	 #orderQuickAdd { width:100%;left:0;}
	.popSlide.bottom{
		transform: translate(0,102%);
		left: 0;
	}
	.popSlide.bottom.show{
		transform:translate(0,0%);
	}
	.quickFilter {
		flex-wrap:nowrap;
		justify-content:start;
		margin-top:2px;
		padding:0 0.5rem;
		overflow-x:auto;
    }
	.sectionContainer{
		width:100%;
	}
	.spaceTable, .spaceTbl {border-collapse:initial;border-spacing:8px 10px;max-width:100vw;margin:0 auto;}
	.specials{
		z-index:200;
		order:3;
	}
	.status{
		order:2
		z-index:150;
	}
	#StatusBox{
		min-width:100%;
	}
	.statusBase{
		margin:0;
		max-width:100%;
	}
}