/* BEGIN - CSS Reset */

/*
  Allow percentage-based heights in the application.
*/
html,
body {
  height: 100%;
}

/*
  Improve text rendering on MacOS.
*/
body {
  -webkit-font-smoothing: antialiased;
}
/*
  Improve media defaults.
*/
/* img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
} */
/*
  Remove built-in form typography styles.
*/
input,
button,
textarea,
select {
  font: inherit;
}
/*
  Prevent text from overflowing its container.
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* END - CSS Reset */

/* .tilsbguiHelpHeading{
	font-size: 14px;
	font-weight: bold;
} */

.tilsbguiHelpEmp{
	font: var(--tds-headline-05);
	letter-spacing: var(--tds-headline-05-ls);
}

#copy2CB{
	display:hidden;
	color: white;
	background: white;
	width:0px;
	height:0px;

}

#sbgui_modal_overide{
	max-width:520px;
}
#std_search_table{
	margin:auto;
}
/* img {
	display: block;
	max-width: 100%;
	height: auto;
} */

.til-footer-items-container {
	padding: 0px 0px 6px 0px;
}
/* FLE */
.tegelFLEoption{
	cursor:pointer;
	padding:0.5rem;
}
.tegelFLEselect{
	color:var(--tds-grey-700);
	border:1px solid var(--tds-grey-400);
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	margin-bottom:1rem;
}
.tegelFLEselect::-webkit-scrollbar{
width:5px
}
.tegelFLEselect::-webkit-scrollbar-track{
background:var(--tds-grey-50); 
}
.tegelFLEselect::-webkit-scrollbar-thumb{
background:var(--tds-grey-300); 
}
.tegelFLEoption:hover{
	background-color: var(--tds-grey-100);
}
.tegelFLEoption:checked{
	background-color: var(--tds-grey-100);
	border-left: 3px solid var(--tds-blue-400);
}
.tegelFLEoption:active{
	border:1px solid var(--tds-grey-400);
	background-color: var(--tds-grey-100);
}
/* END FLE */

.tegel-select{
	color:var(--tds-grey-700);
	border:none;
	max-width:100%!important;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border-bottom:1px solid var(--tds-grey-600);
	background-color:var(--tds-grey-50);
	height:56px;
	cursor: pointer;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-left:16px;
	padding:16px;
	scroll-behavior: smooth;
	border-radius:none;	
	margin-bottom:1rem;
	font: var(--tds-detail-02);
   	letter-spacing: var(--tds-detail-02-ls);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.tegel-select-Rtl{
	color:var(--tds-grey-700);
	border:none;
	max-width:100%!important;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border-bottom:1px solid var(--tds-grey-600);
	background-color:var(--tds-grey-50);
	height:56px;
	cursor: pointer;
	appearance: none;
	background-repeat: no-repeat;
	background-position: left 16px center;
	background-size: 16px;
	padding-left:16px;
	padding:16px;
	scroll-behavior: smooth;
	border-radius:none;	
	margin-bottom:1rem;
	font: var(--tds-detail-02);
   	letter-spacing: var(--tds-detail-02-ls);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}


.tegel-option{
	cursor:pointer;
}
.tegel-option:checked{
	background-color: var(--tds-grey-100);
}
.tegel-select:hover, .tegel-select-Rtl:hover{
	border-bottom:1px solid var(--tds-grey-868);
}
.tegel-select:focus, .tegel-select-Rtl:focus{
	border-bottom:2px solid var(--tds-blue-400);
}
.tegel-select::-webkit-scrollbar, .tegel-select-Rtl::-webkit-scrollbar{
	width:5px
	}
	.tegel-select::-webkit-scrollbar-track, .tegel-select-Rtl::-webkit-scrollbar-track{
	background:var(--tds-grey-50); 
	}
	.tegel-select::-webkit-scrollbar-thumb, .tegel-select-Rtl::-webkit-scrollbar-thumb{
	background:var(--tds-grey-700); 
	border-radius:5px;
	}
.tegel-checkbox{
	margin-bottom:0.5rem;
	margin-right:0.5rem;
	transform: scale(1.4);
	accent-color: var(--tds-blue-700);
}
.tegel-textfield{
	border-top-right-radius: 4px!important;
	border-top-left-radius: 4px!important;
	color:var(--tds-grey-868);
	border:none;
	max-width:100%!important;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border-bottom:1px solid var(--tds-grey-600);
	background-color:var(--tds-grey-50);
	height:56px;
	font: var(--tds-detail-02);
	letter-spacing: var(--tds-detail-02-ls);
}
.tegel-textfield-small{
	border-top-right-radius: 4px!important;
	border-top-left-radius: 4px!important;
	color:var(--tds-grey-868);
	border:none;
	width:85px;
	outline: none;
	border-bottom:1px solid var(--tds-grey-600);
	background-color:var(--tds-grey-50);
	height:56px;
	font: var(--tds-detail-02);
	letter-spacing: var(--tds-detail-02-ls);
}
input[type="password"].tegel-textfield{
	color:var(--tds-grey-500);
	}
input[type="text"].tegel-textfield-small, input[type="text"].tegel-textfield, 
input[type="password"].tegel-textfield {
	text-indent:10px;
}
input[type="text"].tegel-textfield-small:hover, input[type="text"].tegel-textfield:hover, 
input[type="password"].tegel-textfield:hover, .dateFieldWrap:hover{
	border-bottom:1px solid var(--tds-grey-868);
}
input[type="text"].tegel-textfield-small:focus, input[type="text"].tegel-textfield:focus,
input[type="password"].tegel-textfield:focus{
	border-bottom:2px solid var(--tds-blue-400);
}
.tegel-datefield{
	color:var(--tds-grey-868);
	border:none;
	max-width:100%;
	width: 100%;
	box-sizing: border-box;	
	outline: none;
	background-color:var(--tds-grey-50);
	height:56px;
	font: var(--tds-detail-02);
	letter-spacing: var(--tds-detail-02-ls);
}

.dateFieldWrap{
	display: flex;
	background-color: var(--tds-grey-50);
	border-bottom:1px solid var(--tds-grey-600);
	border-top-right-radius:4px;
	border-top-left-radius: 4px;
}
.tegel-autocomplete-field{
	border:none!important;
	border-top-right-radius: 4px!important;
	border-top-left-radius: 4px!important;
	max-width:100%!important;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border-bottom:1px solid var(--tds-grey-600)!important;
	height:56px!important;
	font: var(--tds-detail-02)!important;
	letter-spacing: var(--tds-detail-02-ls)!important;
	background-color:rgba(249, 250, 251, 0.8)!important;
	color:var(--tds-grey-700)!important;
	text-indent:5px;
}
input[type="text"].tegel-autocomplete-field:focus{
	border-bottom:2px solid var(--tds-blue-400)!important;
}
.tegel-autocomplete-field:hover{
	border-bottom:1px solid var(--tds-grey-868)!important;
}
input[type="text"].tegel-autocomplete-field::placeholder{
	color:var(--tds-grey-500);
	}
.typeahead__container{
	margin-bottom:16px;
}
.matrixInfoBoxSgui{
	display: inline-block;
	color: #cccccc;
}
.tegel-matrix-labels{
	border:1px solid var(--tds-grey-500); 
	padding:5px; 
	border-radius:4px; 
	background-color:var(--tds-grey-200);
	color: var(--tds-grey-500);
}
.matrixInfoBoxSelected {
	color: var(--tds-grey-958)!important;
	font-weight: 700;
}
.tegel-textarea{
	padding-top:0.5rem;
	padding-left:0.5rem;
	max-width:100%!important;
	width: 100%;
	box-sizing: border-box;
	padding-top:20px;
}
textarea.tegel-textarea:hover{
	border-bottom:1px solid var(--tds-grey-868);
}
textarea.tegel-textarea:focus{
	border-bottom:2px solid var(--tds-blue-400);
}
.tegel-radio-cbx {
	accent-color: var(--tds-blue-700);
	cursor:pointer;
}
.modal-help-tab p{
	font: var(--tds-body-01);
	letter-spacing: var(--tds-body-01-ls);
}
/* link styled as tegel button */
.tegel-download-link{
	border-radius:4px;
	text-decoration:none;
	color:var(--tds-white)!important;
	padding:10px 15px; 
	margin-top:10px;
	margin-bottom:10px;
	background-color:var(--tds-blue-600);
	font: var(--tds-detail-02);
	letter-spacing: var(--tds-detail-02-ls);
	white-space: nowrap;
}
.tegel-download-link:hover{
	background-color:var(--tds-blue-500);
}
/* input-button styled as tegel button */
.submitManSortNo{
	border-radius:4px;
	color:var(--tds-white);
	padding:10px 15px!important; 
	margin-top:10px;
	margin-bottom:10px;
	background-color:var(--tds-blue-600);
	border:none;
	cursor: pointer;
	font: var(--tds-detail-02);
	letter-spacing: var(--tds-detail-02-ls);
	margin-left:16px;
}
.submitManSortNo:hover{
	background-color:var(--tds-blue-500);
}
#searchResultsTable tbody tr td a{
	color:var(--tds-grey-800);
	text-decoration: underline;
	font: var(--tds-body-02);
	letter-spacing: var(--tds-body-02-ls);
}
#searchResultsTable tbody tr td .tableEntry span, #searchResultsTable tbody .srFirstRow td, #qdbForm table tr td  {
	color:var(--tds-grey-800);
	font: var(--tds-body-02);
	letter-spacing: var(--tds-body-02-ls);
}
#searchResultsTable tbody tr td .idcInfoCaption , #searchResultsTable tbody tr td .tableEntry,  .xuiTable tbody tr td .docinfoLabel{
	color:var(--tds-black);
	font: var(--tds-headline-07);
	letter-spacing: var(--tds-headline-07-ls);
}
.tegel-info-box-link{
	color:var(--tds-grey-800);
	border-bottom:1px solid var(--tds-grey-500);
}
.tegel-label {
	font: var(--tds-detail-05)!important;
	letter-spacing: var(--tds-detail-05-ls)!important;
}
/*Displays in more than one place and require different styling depending on if it's a label or not */
.tegel-label-CPA :not(label) {
	font: var(--tds-body-02);
	letter-spacing: var(--tds-body-02-ls);
}
.tegel-label-CPA label{
	font: var(--tds-detail-05);
	letter-spacing: var(--tds-detail-05-ls);
}
/* infolabel (infobox PIL) */
.infoLabel{
	color:var(--tds-black)!important;
	font: var(--tds-headline-07)!important;
	letter-spacing: var(--tds-headline-07-ls)!important;
}
.tegel-label-info{
	text-align:end!important;
	color:var(--tds-black)!important;
	font: var(--tds-headline-07)!important;
	letter-spacing: var(--tds-headline-07-ls)!important;
}
.ip-links a{
	color: var(--tds-blue);
	text-decoration:none;
}
.ip-links a:hover{
	text-decoration:underline;
	font-weight: bold;
}
.ip-active-link a{
	text-decoration:underline;
	font-weight: bold;
}
.tegel-header-dropdown{
	height:auto;
	width:100vw!important;
	padding: 40px 0 40px 40px;
	align-content: flex-start;
}
.searchFormsDiv{
	display: inline-flex;
	width:auto;
	margin-left:0rem;
	margin-top:2rem;
	flex-direction: column;
}
.searchFormWrapDiv{
	display:flex;
	justify-content:start;
	margin-inline-start: 56px;
}
#searchDescription{
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
	display:none; 
	margin-bottom:0.5rem;
}
input[type="text"].tegel-datefield::placeholder{
	color:var(--tds-grey-500);
}
.notAllLangText{
	color: var(--tds-text-field-label-color);
	margin-bottom:16px;
	padding-top:4px;
}
.crossSearchLabel{
	width:120px;
	color: var(--tds-text-field-label-color);
	margin-bottom:16px;
}
.crossSearchLabelWrap{
	display:flex;
	align-items: center;
}
.searchHeadline{
	text-align:start;
}
.searchTermLabel{
	display:flex;
	justify-content:start;
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto; 
}
.tegel-date-picker-label-sm{
	display:none;
}
.tegel-date-picker-label-lg{
	display:block;
}
.useSearchAllText{
	display:flex;
	flex-direction:row-reverse;
	justify-content:start;
	text-align: start;
}

/*STYLE TIL_BRAND_HERO COMPONENT*/

.footer-main {
	background-color: var(--tds-footer-main-background);;
	padding: 0px 40px;
}	
.footer-main-top {
	padding: 40px 0px;
	   display: flex;
	justify-content: space-between;
}
.footer-main-bottom {
	padding: 40px 0px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid var(--tds-footer-main-divider);
}
.footer-main-bottom small.copyright {
	margin: 0;
	font: var(--tds-detail-02);
	font-size: inherit;
	letter-spacing: var(--tds-detail-02-ls);
	color: var(--tds-footer-main-copyright);
}


/* MEDIA QUERIES */

@media screen and (min-width: 992px) {
	.navbar-nav ul {
	  height: 400px; 
	  overflow-y: scroll;
	  }
	.useSearchAllBlock{
		margin-top:99px; 
	}
  /* TTT TRAINING INFORMATION NAVIGATE PAGE */
  }
  @media screen and (max-width: 991px) {
	.useSearchAllText{
		  display:inline;
  }
  
	}
  @media screen and (max-width: 768px) {
	  .notAllLangText{
		word-wrap: break-word;
		overflow-wrap: break-word; 
		white-space: pre-wrap;
	  }
	  .crossSearchLabelWrap{
		display:inline;
		align-items: center;
	}
	.crossSearchLabel{
		margin-bottom:8px;
	}
	.searchHeadline{
		text-align:center;
	}
	.searchFormWrapDiv{
		justify-content:center;
		margin-inline-start: 0px;
	}
	[data-custom-attribute="tegel-label-wrap"], .tegel-label-flex{
		display:flex;
		flex-direction:column;
	}
	.tegel-matrix-tr{
		display:flex;
	}
	.tegel-matrix-image-td{
		width:auto;
	}
	.tegel-matrix-checkbox-td{
		flex-grow:1;
	}
	.tegel-date-picker-label-sm{
		display:block;
	}
	.tegel-date-picker-label-lg{
		display:none;
	}
	.useSearchAllText{
		text-align:center;
	}
  }

@media screen and (min-width: 480px) {
	.tegel-select, .tegel-select-Rtl, .tegelFLEselect{
		width:310px;
	}
	.tegelFLEselect{
		width:310px;
	}
	.tegel-textfield, .tegel-autocomplete-field{
		width:310px!important;
	}
	.tegel-textfield-small{
		width:145px;
	}
	#searchDescription{
		width:460px;
	}
	.tegel-datefield{
		width:115px;
	}
	.searchTermLabel{
		width:460px;
	}
	.tegel-textarea{
		width:460px!important;
		height:85px;
	}
	.searchFormsDiv{
		display: inline-flex;
		width:auto;
		margin-top:30px;
		flex-direction: column;
	}
	
	}

