@charset "UTF-8";
html {
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar { /* Chrome */
  display: none;
}

/*
PopUp Calendar
*/
.jcalendar-table {padding:0 10px;}
.jcalendar-update, .jcalendar-reset, .jcalendar-confirm {display:none;}

/*
.jcalendar-controls.upi-jCAL-2 {}
.jcalendar-controls.upi-jCAL-2 {display:none !important;}
*/

.jexcel .editor > input.jcalendar-input
 {
  padding: 0 !important;
    margin: 0 !important;
    background: none; 
    background-image: none !important;
    background-position: 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
    /*
	position: relative;
top: 0;
    left: 0;
	*/
	min-height: calc(100% - 6px) !important;
	height: calc(100% - 6px) !important;
	width: 100% !important;
    text-align: center;
    color: inherit;
    font-size: inherit;  

    appearance: unset !important;
    font-family: inherit !important;
}



#upi-spreadsheet-spacer {
	height: 4px;
	width: 100%;
	justify-content: center;
	position: sticky;
	margin: 0;
	display: flex;
	background-color: #fff !important;
	padding: 0;
	top: 0px;
	z-index: 21;
}
table.jexcel {
	padding: 24px 0 0 0;
	margin: 0 0 82px 0;
}
.jexcel > thead {
	position: fixed;
	top: 42px;
	z-index: 20;
}
.jexcel_container.with-toolbar .jexcel > thead > tr > td {
	font-size: 14px;
	padding: 6px 0 0 0;
	position: relative;
	height: 34px;
	line-height: 14px;
	top: 0;
	border-bottom: 1px solid #CCCCCC;
	cursor: default;
}
.jexcel_container.with-toolbar .jexcel > thead > tr > td.upi-header-sort {
	cursor: pointer;
}
.jexcel_container.with-toolbar .jexcel > thead > tr > td.upi-header-sort:hover {
	text-decoration: underline;
}
.jexcel > tbody > tr > td {
	height: 30px;
	line-height: unset;
	padding: 2px 4px;
}

/* AMOUNT CELL */
.jexcel .upi-Summed {
	background-color: #96a9d9;
}
.jexcel .cellGroupSum {
	border-left: 2px solid #021691;
	border-right: 2px solid #021691;
	width: 108px;
}
.jexcel .cellGroupSumTop {
	border-top: 2px solid #021691;
	height: calc(100% - 1px);
}
.jexcel .cellGroupSumBottom {
	border-bottom: 2px solid #021691;
	height: calc(100% - 1px);
}
.jexcel .cellGroupSumTop.cellGroupSumBottom {
	height: calc(100% - 2px);
}
.jexcel .upi-Paid {
	background-color: #a9d996;
}
.jexcel .cellGroupPay {
	border-left: 2px solid #006400;
	border-right: 2px solid #006400;
	width: 108px;
}
.jexcel .cellGroupPayTop {
	border-top: 2px solid #006400;
}
.jexcel .cellGroupPayBottom {
	border-bottom: 2px solid #006400;
}
.jexcel .cellGroupDrop {
	border-left: 2px solid #be0000;
	border-right: 2px solid #be0000;
	width: 108px;
}
.jexcel .cellGroupDropTop {
	border-top: 2px solid #be0000;
}
.jexcel .cellGroupDropBottom {
	border-bottom: 2px solid #be0000;
}
.jexcel .upi-Amount.upi-Dropped {
	background-color: #ffcccb !important;
}
/*
.jexcel .highlight {
    background-color:rgba(0,0,0,0.05);
}

.jexcel .highlight-selected
{
    background-color:rgba(0,0,0,0.0);
}

*/


/* bottom total row */


#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type {
	background: #cccccc;
	position: fixed;
	bottom: 50px;
	z-index: 20;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:first-of-type {
	opacity: 0;
}
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td {
	border: none !important;
}
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:nth-of-type(2) {
	color: black !important;
	font-weight: normal !important;
}
/* amount, sum */
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:nth-of-type(6), #upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:nth-of-type(7) {
	color: #021691 !important;
	font-weight: normal !important;
}
/* notes */
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:nth-of-type(8) {
	text-align: right !important;
	color: #487f1e;
}
/* pay */
#upi-sheet-UnPaid .jexcel > tbody > tr:last-of-type td:nth-of-type(9) {
	color: #487f1e;
}
#upi-sheet-UnPaid #upi-total-selected {
}
#upi-sheet-UnPaid #upi-total-pay {
	text-align: right !important;
}
/* bottom sheets nav */
#upi-sheets-nav {
	background: white;
	justify-content: center;
	text-align: center;
	align-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	bottom: 0px;
	z-index: 20;
	width: 100%;
	padding: 0;
}
#upi-sheets-nav > div.jexcel_tab_link {
	/*
    font-family: Arial, sans-serif !important;
    */
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	margin-top: 5px;
	font-size: 14px;
	align-items: center;
	justify-content:center;
	display: inline-flex;
	
	/*
	height: 20px !important;
	padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    */
	position:relative;
	height: 40px !important;
	width:70px !important;
	padding:0 !important;
}
#upi-sheets-nav > div.jexcel_tab_link:hover {
	text-decoration: none;
	background-color: #ddd;
}
#upi-sheets-nav > div.jexcel_tab_link > .upi-dropCount {
	color: red;
    font-size: 13px;
	position: absolute;
    top: 1px;
	left:unset;
	right:3px;
	bottom:unset;
	z-index:5000 !important;
	display: inline-flex;
	text-align:right;
pointer-events: none !important; 
}
#upi-sheets-nav > div.jexcel_tab_link:hover > .upi-dropCount {
text-decoration:none !important;
}


/* ····························································· */
 
.upi-Pay > input[type=checkbox] {
	display: none !important;
}
.upi-Pay > img {
	height: 20px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 1px;
}
.upi-Pay.upi-Dropped > img {
	display: none;
}
.jexcel > tbody > tr > td.upi-Pay {
	padding: 0 4px;
}
#upi-pay, #upi-unpay {
	font-weight: bold;
	color: black;
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	font-style: unset !important;
	padding: 7px 4px 4px;
}
#upi-pay:hover, #upi-unpay:hover {
	text-decoration: underline;
}
.readonly > input[type='checkbox'] {
	display: none;
}
.jexcel_content {
	padding: 0;
	right: 1px;
	position: relative;
}
.jexcel tbody, .jexcel thead, #upi-status {
	font-family: Tahoma, "Trebuchet MS", sans-serif !important;
}
.jexcel_container {
/*
	padding:0;margin:0;

	*/
	
}
.upi-readonly {
/*
color: #888;
color: red;

*/

}
#upi-current {
/*
	color:green;font-weight:bold;
	*/
}
/* ··············································································· TOOLBAR */

.jexcel_toolbar:empty {
	display: flex !important;
}
.jexcel_toolbar > .upi-toolbar-unpaid-title {
	font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	font-size: 30px;
	color: black;
	position: relative;
	padding: 0;
	margin: 0;
	top: -2px;
}
.jexcel_toolbar {
	align-items: center;
	width: 100%;
	min-height: 36px;
	justify-content: center;
	/*
	width: calc(100% - 11px);
	
	margin: 0px 0 4px 1px;
	position: relative;
	
    top: 0;
    border-top: none !important;
    */
	position: sticky;
	margin: 0;
	top: 4px;
    
    
    
}

/*
img#fmp-logo {
*/
#fmp-logo {
	/*
	display: none;
	
	*/
	
	height: 40px;
	position: absolute;
	top: 2px;
	right: 18px;
	cursor: pointer !important;
	padding:0;
	margin:0;
}
#fmp-logo.tooltip > .tooltiptext {
top: -1px;
}
#fmp-logo > img {height: 40px;}

.upi-button-inactive {
	opacity: .3 !important;
}
.upi-button-inactive.tooltip .tooltiptext {
	display: none !important;
}
.jexcel_toolbar_item > img {
	cursor: pointer;
	position: relative;
	display: block !important;
}
#upi-button-refresh > img {
	height: 26px;
	top: 0px;
}
#upi-button-font-color {
	font-size: 30px;
	font-weight: 400;
	top: 0px;
}
.jcolor-controls div.jcolor-close {
	color: #fff;
}
.jcolor-close:after {
	content: "X";
	color: #bbbbbb;
	font-family: Arial, sans-serif !important;
	font-weight: normal !important;
}
.jcolor-reset, .jtabs-headers {
	display: none !important;
}
.jcolor .jtabs .jtabs-headers-container {
	padding: 0;
}
.jcolor-controls {
	padding: 3px 5px 0 5px;
	;
	border-bottom: none;
	margin-bottom: 0;
}
#upi-button-fill-color {
	font-size: 29px;
	font-weight: 400;
	top: 0px;
}
#upi-button-fill-clear > img, #upi-button-font-clear > img {
	height: 40px;
	top: 0px;
}
#upi-button-sum > img {
	height: 28px;
}
#upi-button-unsum > img {
	height: 40px;
	top: 0px;
}
#upi-button-pay > img {
	height: 29px;
	top: 0px;
}
#upi-button-unpay > img {
	height: 40px;
	top: 0px;
}
#upi-button-drop > img {
	height: 29px;
	top: 0px;
}
#upi-button-undrop > img {
	height: 40px;
	top: 0px;
}
#upi-button-clear > img {
	height: 28px;
	top: 0;
	margin: 0;
}
#upi-button-clear.upi-sponge {
left:-12px;
}
#upi-button-clear.upi-sponge > img {
height: 40px;
}



.jexcel_toolbar i.jexcel_toolbar_item {
	display: none;
	margin: 0 6px;
	width: unset;
	align-items: center;
}
.jexcel_toolbar > select {
	cursor: pointer;
}
.jexcel_toolbar > select:hover {
	/*
	background-color: #eee;

	*/
	background-color: unset;
}
.jexcel_toolbar i.jexcel_toolbar_item:hover {
	background-color: unset;/*
	background-color: #eee;

	*/
}
.jexcel tbody tr:nth-child(even) {
/*
  background-color: #F8F8F8 !important;
  */
}
.jexcel tbody tr.upi-company {
	background-color: #fce5cd;
	border-top: 1px solid #ccc;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.jexcel tbody tr.upi-company td {
	border: none;
}
.jexcel tbody tr.upi-company td:first-of-type {
	border-left: 1px solid #ccc;
}
.jexcel tbody tr.upi-company > td:last-of-type {
	opacity: 0;
}
.jexcel > tbody > tr.upi-company > td.readonly, .jexcel > tbody > tr.upi-company > td.readonly.highlight {
	font-weight: bold;
	color: #000 !important;
	border-color: transparent !important;
}
.jexcel > tbody > tr > td:nth-of-type(6), 
.jexcel > tbody > tr > td:nth-of-type(7) {
	text-align: right !important;
}

.jexcel_tab .jexcel > tbody > tr > td:nth-of-type(7) {
	/* STAFFER MADE PAID SHEETS */
	text-align: center !important;
}


#upi-status {
	display: none;
	/*
	width: calc(100% - 2px);
	background-color: red;
	*/
	background-color: rgba(243, 243, 243, .9);
	width: 72%;
	height: 42px;
	line-height: 42px;
	z-index: 2100;
	text-align: center;
	border: 1px solid transparent;
	position: absolute;
	top: 0;
	overflow: visible;
	font-size: 22px;
}
.upi-error {
	color: red;
}
.upi-success {
	color: green;
}
.upi-logo-reset {
	display: none;
}
.upi-logo {
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1000;
	height: 40px;
}
.upi-logo * {
	margin: 0;
}
.upi-logo > img {
	height: 35px;
	display: inline-block !important;
	cursor: unset;
}




.upi-logo span {
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	color: black;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	height: auto !important;
	left: -22px;
	top: 2px;
}
.upi-logo span.nameLogin {
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	color: black;
	font-size: 9px;
	text-decoration: none;
	position: relative;
	font-weight: normal !important;
	left: 0px;
	top: 1px;/*
	
	top: 26px;
	*/
    
}
.upi-logo a {
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	color: black;
	font-size: 9px;
	text-decoration: none;
	position: relative;
	height: auto !important;
	left: 2px;
	top: 1px;
}
.upi-logo a:hover {
	text-decoration: underline;
}
a#upi-reset {
	/*
 SAVE THIS IN CASE YOU NEED IT IN FUTURE
*/ 
	display: none !important;
	cursor: pointer !important;
	position: absolute;
	top: 2px;
	left: 122px;
}
a#upi-reset > img {
	height: 40px;
}

/* ······································· LOGIN */

#form-login-wrapper {
	width: 100vw;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: top;
	justify-content: center;
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
}
#form-login-wrapper > .upi-logo {
	opacity: 0;
	top: 5px;
	display: block !important;
}
#form-login-wrapper > .upi-logo > img {
	height: 60px;
	display: inline-block !important;
	cursor: unset;
}
#form-login-wrapper form {
	padding: 20px 0 0 0;
	display: block;
}


#form-login-wrapper form input:focus,
#form-login-wrapper form input:active {
	/*
	
    background-color: #fff;
    border-color: #80bdff;
border-color: inherit  !important;
	*/
	border:1px solid #dddddd  !important;


outline: none  !important;
  
  -webkit-box-shadow: none  !important;
  box-shadow: none  !important;
	
	
}


#form-login-wrapper form input[type="text"], form input[type="password"], #form-login-wrapper form div:nth-of-type(1) {
	display: block;
	clear: both;
	height: 30px;
	margin: 0 0 10px 0;
	width: 292px;
	text-align: center;
	font-size: 24px;
	padding:2px 0;
	border:1px solid #dddddd;
}
#form-login-wrapper form div:nth-of-type(1) {border:1px solid transparent !important;}

#form-login-wrapper form div:nth-of-type(1) {
	width: 300px;
}
#form-login-wrapper form div:nth-of-type(1):after {
	display: block;
	content: " ";
	clear: both;
}
#form-login-wrapper form input[type="submit"] {
	float: right;
	width: 30%;
	height: inherit;
	display: block;
	clear: none;
	cursor: pointer;
	font-size: 18px;
}
#form-login-wrapper form input[type="submit"]:hover, #form-login-wrapper form label:hover {
	text-decoration: underline;
}
#form-login-wrapper form label {
	font-size: 18px;
	cursor: pointer;
}
#form-login-wrapper form div:nth-of-type(1) > #togglePasswordVisibilityWrapper {
	display: none;
	float: left;
	height: inherit;
	text-align: left;
	background: red;
	width: auto;
	margin: 0;
	padding: 0;
}
#form-login-wrapper form div:nth-of-type(1) > #togglePasswordVisibilityWrapper:after {
	display: block;
	content: " ";
	clear: both;
}
#form-login-wrapper form div:nth-of-type(1) > #togglePasswordVisibilityWrapper * {
	float: left;
	display: inline !important;
	clear: none;
}
::placeholder {
  color: #DDDDDD;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #DDDDDD;
}
/* ······································· TOOLTIP */
.tooltip {
	position: relative;
	display: inline-block;
}
#upi-fill-color > .tooltiptext {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	font-style: normal !important;
	letter-spacing: normal !important;
}
.tooltip .tooltiptext {
	font-size: 14px;
	visibility: hidden;
	width: 60px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: normal !important;
	text-align: center;
	border-radius: 8px;
	padding: 0; /*5px 0*/
	height: 42px;
	line-height: 42px;
	position: absolute;
	z-index: 2000;
	top: -5px;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	transition: opacity 1s;
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	font-style: normal !important;
	letter-spacing: .5px !important;
	text-transform: unset !important;
	white-space: unset !important;
	word-wrap: unset !important;
	direction: unset !important;
	-moz-font-feature-settings: unset !important;
	-moz-osx-font-smoothing: unset !important;
}
.upi-fmp-link.tooltip {
cursor:pointer !important;
display: table-cell;	
oveflow:visible;
}
.upi-fmp-link.tooltip:hover {text-decoration:underline;}
.upi-fmp-link.tooltip .tooltiptext {
	visibility: hidden;
	
	/*
	background-color: rgba(255,255,255,1);
	
	line-height: 42px;
	
	*/
	background-color: rgba(255,255,255,0);
	
	background-image: url("/images/fmp-logo.png");
	 background-repeat: no-repeat;
  background-position: center right; 
	 background-size: 25px;
	
	
	
	text-align: center;
	border-radius: 8px;
	padding: 0;
	
	
	
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	line-height: unset;
	top: 1px;
	left: 1px;
	margin-left: 0;
	
	position: absolute;
	z-index: 3000;
	
	opacity: 0;
	transition: opacity 1s;
	font-family: Arial, sans-serif !important;
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
	font-style: normal !important;
	letter-spacing: .5px !important;
	text-transform: unset !important;
	white-space: unset !important;
	word-wrap: unset !important;
	direction: unset !important;
	-moz-font-feature-settings: unset !important;
	-moz-osx-font-smoothing: unset !important;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.tooltip .tooltiptext::after {
/*
SAFETY BOTTOM ARROW

  content: " ";
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;

*/	
}
/* ·················································· CELLS */
.jexcel > tbody > tr > td.readonly {
	color: #888;
}

.jexcel > tbody > tr > td.readonly.highlight {
	height: 30px !important;
	line-height: unset !important;
	padding: 2px 4px !important;
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	box-shadow: 0px 0px #ccc !important;
	cursor:default !important;
}


/* SUM CELL */
.jexcel > tbody > tr > .upi-Sum {
cursor: pointer !important;
color: black !important;
}
.jexcel > tbody > tr > .upi-Sum.upi-Dropped {
	cursor: default !important;
}
.jexcel > tbody > tr > td.upi-Sum.readonly.highlight,
.jexcel > tbody > tr > td.upi-Sum.upi-Dropped.readonly.highlight {
	height: 30px !important;
	line-height: unset !important;
	padding: 2px 4px !important;
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	box-shadow: 0px 0px #ccc !important;
	cursor:default !important;
}
.jexcel > tbody > tr > td.upi-Sum.upi-SumCalc.readonly.highlight,
.jexcel > tbody > tr > td.upi-Sum.upi-PayCalc.readonly.highlight {
	border-top: 2px solid #000 !important;
	padding-top: 1px !important;
	border-bottom: 2px solid #000 !important;
	padding-bottom: 1px !important;
	border-left: 2px solid #000 !important;
	padding-left: 3px !important;
	border-right: 2px solid #000 !important;
	padding-right: 3px !important;
	cursor: pointer !important;
}
.jexcel > tbody > tr > td.upi-Sum.upi-SumCalc {
	color: #021691 !important;
}
/* upi-PayCalc color is downpage */




.upi-Amount, .upi-Staffer {
	cursor: pointer !important;
	color: black !important;
}
.upi-Notes {
	cursor: pointer !important;
}

.jexcel .upi-Notes.editor > input
 {
  padding: 0 !important;
    margin: 0 !important;
    background: none !important; 
    min-height: calc(100% - 6px) !important;
	height: calc(100% - 6px) !important;
	width: 100% !important;
    text-align: center;
    color: inherit;
    font-size: inherit;  
    appearance: unset !important;
    font-family: inherit !important;
}







.jexcel > tbody > tr > td.upi-Notes.readonly, .jexcel > tbody > tr > td.upi-Notes.upi-Dropped {
	color: red !important;
	background-color: unset !important;
	cursor: default !important;
}
.upi-Staffer {
	text-align: center;
	position: relative;
}
.upi-Staffer > select.upi-select-staff {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	appearance: none;
	cursor: pointer !important;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 60%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
}
.upi-Staffer > select.upi-select-staff[disabled='disabled'] {
	cursor: default !important;
}
.upi-Staffer.upi-Dropped > select {
	/*
	display: none !important;

	*/
	
}
.upi-Staffer.upi-Dropped {
	/*
	color: transparent !important;
	*/
	
	
	cursor: default !important;
}




.jexcel > tbody > tr > td.upi-Amount.readonly.highlight {
	border-top: 2px solid #000 !important;
	padding-top: 1px !important;
	border-bottom: 2px solid #000 !important;
	padding-bottom: 1px !important;
	border-left: 2px solid #000 !important;
	padding-left: 3px !important;
	border-right: 2px solid #000 !important;
	padding-right: 3px !important;
	cursor:pointer !important;
}

.jexcel > tbody > tr > td.upi-Sum.upi-PayCalc,
.jexcel > tbody > tr > td.upi-dateInvoiceToMarkPaid,
.jexcel > tbody > tr > td > select.upi-StafferPay
 {
	color: #487f1e !important;
}

.jexcel > tbody > tr > td.upi-dateInvoiceToMarkPaid {cursor:pointer !important;}
.jexcel > tbody > tr > td.upi-dateInvoiceToMarkPaid.readonly {cursor:default !important;}

/*
.jexcel > tbody > tr > td > select.upi-StafferPay
 {
	font-size: bold !important;
}

*/



.jexcel .highlight-top {
	border-top: 2px solid #000 !important;
	box-shadow: 0px -1px #ccc !important;
	padding-top: 1px !important;
}
.jexcel .highlight-left.highlight-right {
	border-left: 2px solid #000 !important;
	border-right: 2px solid #000 !important;
	box-shadow: -1px 0px #ccc !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.jexcel .highlight-bottom {
	border-bottom: 2px solid #000 !important;
	padding-bottom: 1px !important;
}
.jexcel .highlight-top.highlight-bottom {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.jexcel .highlight-top.highlight-left {
	box-shadow: -1px -1px #ccc;
	-webkit-box-shadow: -1px -1px #ccc;
	-moz-box-shadow: -1px -1px #ccc;
}
.jexcel tr.upi-company > td.highlight-top, 
.jexcel tr.upi-company > td.highlight-bottom, 
.jexcel tr.upi-company > td.highlight-left, 
.jexcel tr.upi-company > td.highlight-right, 
.jexcel tr.upi-total > td.highlight-top, 
.jexcel tr.upi-total > td.highlight-bottom, 
.jexcel tr.upi-total > td.highlight-left, 
.jexcel tr.upi-total > td.highlight-right,
.jexcel tr.upi-total-paid > td.highlight-top, 
.jexcel tr.upi-total-paid > td.highlight-bottom, 
.jexcel tr.upi-total-paid > td.highlight-left, 
.jexcel tr.upi-total-paid > td.highlight-right 


{
	border: none !important;
	padding: 2px 4px !important;
}

/* BOTTOM TOTAL ROW PAID SHEETS */
.jexcel > tbody > tr.upi-total-paid {
	
	/* temporary until you can figure out how to get the width and left position dynamically */
	left: calc(50% - 728px);
    width: 1449px;
	border-left: solid 1px #CCCCCC;

	background: #cccccc;
	position: fixed;
	bottom: 50px;
	z-index: 20;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;

}

.jexcel > tbody > tr.upi-total-paid > td.upi-colspan-10 {
width:inherit;	
background: inherit !important;
}
.jexcel > tbody > tr.upi-total-paid > td.upi-colspan-10 > div {
display:flex;
flex-direction:row;
justify-content:space-around;

width:100%;background:none;
padding:0;
margin:0;
}

.jexcel > tbody > tr.upi-total-paid > td.upi-colspan-10 > div span{

}


span.upi-UnpaidSheetTotalRow-FMP_Marked_Paid {color:black;}
span.upi-UnpaidSheetTotalRow-FMP_Dropped  {color:red;}
span.upi-UnpaidSheetTotalRow-FMP_CS_Made {color:purple;}
span.upi-UnpaidSheetTotalRow-FMP_CS_Paid {color:green;}
span.upi-UnpaidSheetTotalRow-QB_Paid {color:black;}





.jexcel > tbody > tr.upi-total-paid td:first-of-type {
	/*
	xOLD
	opacity: 0;
	*/
	

}
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(3),
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(4){
	text-align:right !important;
	color:red !important;
}
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(5),
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(6){
	text-align:right !important;
	color:purple !important;
}

.jexcel > tbody > tr.upi-total-paid td:nth-of-type(7),
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(8){
	text-align:right !important;
	color:#487f1e !important;
}


.jexcel > tbody > tr.upi-total-paid td:nth-of-type(9) {
	text-align:right !important;
}


.jexcel > tbody > tr.upi-total-paid td {
	border: none !important;
color: black !important;
	font-weight: normal !important;

}
/*
.jexcel > tbody > tr.upi-total-paid td:nth-of-type(2) {
	color: black !important;
	font-weight: normal !important;
}

*/


