
/*
Memo Table
*/


.table  {
	box-shadow: none !important;
}

div table .table .table-bordered {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .5px;
}

table .table .table-bordered{
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: .5px !important;
}
	

tbody, td, tfoot, th, thead, tr {
    border-color: #ddd !important;
    border-style: solid;
    border-width: 0;
}

table {
	/* Change these properties */
	--border: 1px solid black;
	
	/* Don't change these properties */
	border-spacing: 0;
	border-collapse: separate;
	border: var(--border);
	overflow: hidden;
	width: 100%;
	margin:3px auto;
	border-color: #21252973 !important;
	color: #212529 !important;
}

table p {
color: #212529 !important;
}

/* Apply a border to the right of all but the last column */
table th:not(:last-child),
table td:not(:last-child) {
 border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table>thead>tr:not(:last-child)>th,
table>thead>tr:not(:last-child)>td,
table>tbody>tr:not(:last-child)>th,
table>tbody>tr:not(:last-child)>td,
table>tfoot>tr:not(:last-child)>th,
table>tfoot>tr:not(:last-child)>td,
table>tr:not(:last-child)>td,
table>tr:not(:last-child)>th,
table>thead:not(:last-child),
table>tbody:not(:last-child),
table>tfoot:not(:last-child) {
 border-bottom: var(--border);
}

/* uncomment this in bootstrap min css 
.table-bordered>:not(caption)>*>* {}

*/

/* Adjusting tables */
#lxtabLe, #memo {
	font-size: 14px;
}

#lxtabLe tr > td {
     text-transform:capitalize !important;
}

/*
#lxtabLe th :not(.table-mobile-sided), #memo th :not(.table-mobile-sided){
	white-space: break-spaces;
    word-break: break-word;
}
*/

th {
	text-align: center !important;
	white-space: initial !important;
	word-break: keep-all !important;
	vertical-align: text-top !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
}

.table {
    box-shadow: none !important;
}

.table-bordered>:not(caption)>* {
    text-align: center !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: none !important;
  color: var(--bs-table-striped-color);
}


.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
   /* border-color: #21252973 !important;*/
}

.table {
    border-color: #21252973 !important;
}

th {
  cursor: pointer;
}

th i {
	font-size: 10px !important;
}

caption { 
	caption-side: top;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: inherit;
}


td:has(> .examiner-band-color) {
    background: red !important;
}

td:has(> .examiner-band-color) a, td:has(> .examiner-band-color) i {
    color: #fff !important;
}

/*
Memo Table
*/


table.memo-preview {
  border: 1px solid #ddd !important;
  font-family: Arial, Helvetica, sans-serif!important;

}

table.memo-preview {
  border: 1px solid #ddd !important;
  	width: 100%!important;
	color: #222!important;
	margin-top: 5px!important;
}


.memo-preview .company-logo {
	text-align: center !important;
	display: block!important;
}

.memo-preview .company-logo img {

	width: 90px!important; 
	height: auto!important;
}


.memo-preview .company-name  {
	text-align: center !important;
	display: block!important;
	font-size: 35px!important;
	font-weight: bold!important;
	color: #6c6868!important;
}

.memo-preview .memorandum {
	text-align: center !important;
	font-size: 1.38rem!important;
	font-weight: bold!important;
	color: #6c6868!important;
	text-transform: uppercase!important;
	font-style: italic!important;
	width: fit-content!important;
	justify-content: center !important;
	align-items: center !important;
	align-self: center !important;
}

 .memo-preview .from-to-separator {
  border-bottom-style: double!important;
 } 

.memo-preview .subject{
	display: block!important;
	font-size: 1.25rem!important;
	font-weight: bold!important;
	margin: 15px 0!important;
}

.memo-preview .message-box {
	margin: 10px !important;
	/*border-right: 1px dotted #222 !important;*/
	width: fit-content!important;
	justify-content: center !important;
	display: inline-block !important;
	text-align: center !important;
}


.memo-preview .message-box p{
	font-size: 1rem!important;
	display: grid!important;
	justify-content: center!important;
	margin-bottom: 0px!important;
}

.memo-preview .left{
	float:left!important;
	display: block!important;
	font-size: 1.28rem!important;
	font-weight: bold!important;
}


.memo-preview .left .refnumer{
	text-decoration:none!important;
	margin: 0!important;
}


.memo-preview .position-rel {
	position:relative!important;
}

.memo-preview .right{
	display: block!important;
	font-size: 1.28rem!important;
	font-weight: bold!important;
	margin-left: 50% !important;
	border-left-width: 5px!important;
	border-left-style: double!important;
	border-left-color: #000!important;
	padding-left: 146px!important;
}


.memo-preview .company-restricted{
	text-align: center !important;
	display: block!important;
	font-size: 1.15rem!important;
	font-weight: bold!important;
	color: #6c6868!important;
}

.memo-preview .body, .memo-preview p{
    font-size: 1.18rem !important;
    color: #000 !important;
}


tbody, td, tfoot, th, thead, tr {
  border-color: #ddd !important;
  border-style: solid!important;
    border-bottom-style: solid !important;
  padding: 2px 4px !important;
}


.memo-preview .refline {
    border-bottom-style: double !important;
    border-bottom-width: 5px!important;
    border-bottom-color: #000 !important;
}


table td {
  font-size: 14px!important;
}

table .form-control {
  font-size: 14px!important;
}

table > thead > tr:not(:last-child) > th, table > thead > tr:not(:last-child) > td, table > tbody > tr:not(:last-child) > th, table > tbody > tr:not(:last-child) > td, table > tfoot > tr:not(:last-child) > th, table > tfoot > tr:not(:last-child) > td, table > tr:not(:last-child) > td, table > tr:not(:last-child) > th, table > thead:not(:last-child), table > tbody:not(:last-child), table > tfoot:not(:last-child) {
  border-bottom: var(--border);
}



/*   Special for printing  */

@media print {
	
	@page{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		size: A4;

        clear: both;
        page-break-after: always;
	}
	
	body {
		zoom: 75%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 20px;
		margin-left: 20px;	  
	}
	
	table {
		border-collapse: collapse;
	}
	
	td, th {
	  word-wrap: break-word;
	}
}

