@font-face{font-family:'Source Sans Pro';src:url('../svrscript/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.5f65819f.woff') format('truetype');font-weight:400;font-style:normal}


body {
  FONT-FAMILY: "Arial";
  FONT-SIZE: 9pt;
  background-color: #FFFFFF;
  text-align: center;
  overflow-y: overlay;
 /* margin: 0 30px !important;  
	width: calc(100vw - 60px );	*/		
/*	margin: 0 auto !important;  
	width:760px;				*/
/* 	display: flex;
    justify-content: center; */
	
	    margin: 0;
}

a {
  font-size: 9pt;
  color: #00A3C5;
  text-decoration: none;
  visited: red;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
 /* visited: red;
  color: #FF66CC;*/
  font-weight: normal;
}

input {
  font-size: 9pt;
  font-family: Courier New;
}
input:focus,textarea:focus {
	border:2px solid #6EE7B7;
}
input:checked {
  accent-color: rgb(0, 163, 179);
}


input::file-selector-button {
	/* same as secondaryGreenBtn style*/
	background-color: #FFFFFF;
	border: 1px solid #189068;
	border-radius: 2px;
	color: #189068;
	padding: 4px 14px;
    text-align: center;
	font-family: "Source Sans Pro";
	font-size: 9pt;
}

input::file-selector-button:hover {
	/* same as secondaryGreenBtn style*/
	background-color: #F2FBF8;
}

input::file-selector-button:active {
	/* same as secondaryGreenBtn style*/
	background-color: #DCF2E9;
}

select {
  font-size: 9pt;
  font-family: Courier New;
}

td {
  font-size: 9pt;
}

textarea {
  font-size: 9pt;
  font-family: Courier New;
}

th {
  background-color: rgba(26,130,66, 0.15);
  color: #000000;
  font-size: 9pt;
  font-weight: bold;
}

tr.oddRow {
  background-color: #EEF5FC;
  color: #000000;
  line-height: 2;
}

tr.evenRow {
  background-color: #D5E9FC;
  color: #000000;
  line-height: 2;
}

td.oddRow {
  background-color: #FFFFFF;
  color: #000000;
  line-height: 2;
}

td.evenRow {
  background-color: #F6F7F7;
  color: #000000;
  line-height: 2;
}

.aSmall {
  font-size: 8pt;
  color: blue;
  text-decoration: none;
  visited: red;
  font-weight: normal;
}

.aSmall:hover {
  text-decoration: underline;
  visited: red;
  color: #FF66CC;
  font-weight: normal;
}

.TblHeader {
  background-color: #6AAAE6;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
}

.TxtHelpTD {
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3399CC;
  text-align: center;
}

.TxtInputHdrTD {
  font-size: 9pt;
  font-weight: bold;
  color: #414042;
  background-color: rgba(26,130,66, 0.15);
  text-align: center;
}

.TxtInputHdrTD_Left {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-color: #DDECE3;
}

.TxtInputSubHdrTD {
  font-size: 9pt;
  font-weight: bold;
  color: #414042;
  background-color: #FFFFFF;
}

.TxtInputTbl {
  background-color: #FFFFFF;
}

.TxtInputTblTD {
  background-color: #FFFFFF;
}

.TxtInputTblColTD {
  background-color: #FFFFFF;
}

.TxtInputTitleTD {
  font-size: 9pt;
  font-family: Arial;
  background-color: #FFFFFF;
  color: #414042;
}

.TxtInputTitleMandTD {
  font-size: 9pt;
  font-family: Arial;
  background-color: #FFFFFF;
  color: #414042;
  font-weight: bold;
}
.TxtInputTitleMandTD:after {
  content:" *";
}


.TxtInputTitleColTD {
  font-size: 9pt;
  background-color: #FFFFFF;
}

.TxtInputTitleColMandTD {
  font-size: 9pt;
  background-color: #FFFFFF;
  font-weight: bold;
}

.TxtInputTitleColMandTD:after {
  content:" *";
}

.TxtInputTD {
  font-size: 9pt;
  font-family: Courier New;
  background-color: #FFFFFF;
}

.TxtInputColTD {
  font-size: 9pt;
  font-family: Courier New;
  background-color: #FFFFFF;
}

.TblLeftTD {
  font-size: 9pt;
}

.TblLeftTxt {
  font-size: 9pt;
  color: #666666;
}

.TblLeftTD {
  font-size: 9pt;
  background-color: rgba(26,130,66, 0.15);
  text-decoration: none;
}

.TblRightTD {
  font-size: 9pt;
}

.TblFWBRightTD {
  font-size: 9pt;
  background-color: rgba(26,130,66, 0.15);
}

.TblFooterTD {
  font-size: 9pt;
  background-color: #E5E3E3;
}

.TblIndexTD {
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1A8242;
}

.TblIndexLoginTD {
  font-size: 9pt;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  background-color: #EDAE26;
}

.TblIndexSelected {
  color: #F3E1BC;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.aTblIndex {
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.aTblIndex:hover {
  color: #BDF87C;
  font-weight: bold;
  text-decoration: underline;
}

.TblLangTD {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  background-color: #000000;
}

.aTblLang {
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.aTblLang:hover {
  color: #BDF87C;
  font-weight: bold;
  text-decoration: underline;
}

.TblNavTD {
  font-size: 9pt;
  text-decoration: none;
  background-color: #C7C5C5;
}

.ButNormal {
  font-family: "Arial";
  font-size: 9pt;
}

.TxtFuncHdrTD {
  font-size: 10pt;
  font-weight: bold;
  color: #1A8242;
  background-color: #FFFFFF;
  text-decoration: none;
  border-bottom: #1A8240 solid 2px;
}

.TxtHeader {
  font-size: 11pt;
  color: #666699;
  text-decoration: underline;
}

.TxtTitle {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.NewsTitle {
  font-size:12pt;
  font-weight: bold;
  color: #333399;
  text-decoration: none;
}

.NewsHeader {
  font-size:11pt;
  font-weight: bold;
  color: #3333FF;
  text-decoration: none;
}

.TxtNormal {
  FONT-FAMILY: "Arial";
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}

.SmallTxtNormal {
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
}

.SmallTxtSpecial {
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.aSmallLink {
  font-size: 8pt;
  color: blue;
  text-decoration: none;
  visited: red;
}

.aSmallLink:hover {
  text-decoration: underline;
  visited: red;
  color: #FF66CC;
}

.TxtSpecial2 {
  font-size: 9pt;
  color: Red;
  text-decoration: none;
  font-weight: bold;
}

.TxtSpecial {
  font-size: 18pt;
  color: #F3E1BC;
  font-weight: bold;
  text-decoration: none;
}

.TxtWarn {
  font-size: 9pt;
  color: Red;
  text-decoration: none;
}

.TxtSuccess {
  font-size: 9pt;
  color: green;
  text-decoration: none;
}

.TxtMand {
  font-size: 9pt;
  color: #1A8242;
  text-decoration: none;
}

.TxtDesc {
  font-size: 9pt;
  font-weight: bold;
  color: #414042;
  text-decoration: none;
}

.TxtAWB {
  font-size: 10pt;
  font-weight: bold;
  color: #1A8242;
  text-decoration: none;
}

.TxtUser {
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.TxtAWBListTit {
  font-size: 9pt;
  font-weight: bold;
  color: #414042;
  text-decoration: none;
}

.TxtAWBListDtl {
  font-size: 9pt;
  color: #1A8242;
  text-decoration: none;
}

.MenuList {
  font-size: 9pt;
  font-weight: bold;
  color: #BDF87C;
  text-decoration: none;
}

.aMenuList {
  font-size: 9pt;
  text-decoration: none;
  color: #00A3C5;
  font-weight: bold;
}

.aMenuList:hover {
  text-decoration: underline;
  /*color: #BDF87C;*/
  font-weight: bold;
}






.IndexHeader {
  font-size: 12pt;
  font-weight: bold;
  color: #1A8242;
  text-decoration: none;
}

.IndexList {
  color: #999999;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.aIndexList {
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.aIndexList:hover {
  color: #BDF87C;
  font-weight: bold;
  text-decoration: underline;
}

.FuncPreHeader {
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
  height: 20;
  background-color: blue;
  text-decoration: none;
}

.MemberMenuLvl1Active {
  font: bold 9pt Arial;
  color: black;
  background-color: #ff6040;
}

.MemberMenuLvl1 {
  font: bold 9pt Arial;
  color: white;
  background-color: #4060a0;
}

.MemberMenuLvl2Active {
  font: bold 9pt Arial;
  color: black;
  background-color: #ffc0a0;
}

.MemberMenuLvl2 {
  font: bold 9pt Arial;
  color: #ffffff;
  background-color: #80a0e0;
}

.HMemberMenuLvl1Active {
  font: bold 9pt Arial;
  color: black;
  background-color: #99ccff;
  text-align: center;
}

.HMemberMenuLvl1 {
  font: bold 9pt Arial;
  color: white;
  background-color: #4060a0;
  text-align: center;
}

.HMemberMenuLvl2Active {
  font: bold 9pt Arial;
  color: black;
  background-color: #99ccff;
  text-align: center;
}

.HMemberMenuLvl2 {
  font: bold 9pt Arial;
  color: #80a0e0;
  background-color: #e0e0e0;
  text-align: center;
}

.CUCTblOuter {
  font: normal 9pt ;
  background-color: #FFFFFF;
}

.CUCTblHead {
  font: bold 9pt ;
  background-color: #F6F7F7;
}

.CUCTblHead:hover {
  text-decoration: underline;
  visited: red;
  /*color: #FFFFFF;*/
  font: bold 9pt ;
}

.CUCTblCell {
  font: normal 9pt ;
}








.TxtHeaderWBG {
  font-size: 9pt;
  font-weight: bold;
  color: White;
  background-color: #666666;
}

.TxtPort {
  font-size: 12pt;
  font-weight: bold;
  color: #FFFF00;
}

.TxtPlace {
  font-size: 10pt;
  color: #FFFFFF;
  background-color: #3980C4;
  line-height: 1.5;
  text-align: right;
}

.TxtMonth {
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #c5bCaa;
  line-height: 2;
}

.TxtHdrDay {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 2;
}

.TxtHdrRedDay {
  font-size: 9pt;
  font-weight: bold;
  color: red;
  text-align: center;
  line-height: 2;
}

.TxtHdrBlueDay {
  font-size: 9pt;
  font-weight: bold;
  color: blue;
  text-align: center;
  line-height: 2;
}

.TxtEmptyDay {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #EEF5FC;
}

.TxtDayCont {
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

.TxtDayContRel {
  font-size: 8pt;
  font-weight: normal;
  color: #808080;
}

.TxtDay {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #D5E9FC;
}

.TxtShowDay {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #FFCCCC;
}

.aTxtDay {
  font-size: 9pt;
  font-weight: bold;
  color: blue;
  text-decoration: none;
}

.aTxtDay:hover {
  color: #BDF87C;
  font-weight: bold;
  text-decoration: underline;
}

.TxtHdrStatus {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}

.TxtoddRow {
  background-color: #EEF5FC;
  color: #000000;
  line-height: 2;
}

.TxtevenRow {
  background-color: #D5E9FC;
  color: #000000;
  line-height: 2;
}

.TxtoddCol {
  font-size: 8pt;
  background-color: #EEF5FC;
  color: #000000;
  line-height: 2;
}

.TxtevenCol {
  font-size: 8pt;
  background-color: #D5E9FC;
  color: #000000;
  line-height: 2;
}

.main-content-container {
	display:block;

}

.main-content-container > table {
	padding: 0 30px;

}

#main-content {
	overflow-y: overlay;
	/*height:calc( 100% - 170px);*/
	min-height:calc( 100vh - 185px);
}

.menuContainer {
	display: flex;
	width: 100%;
	/* justify-content: center; */
	/* padding-left: 15px; */
}
.footer-container{
	display: block;
	width: 100%;
	/*    position: absolute;
    bottom: 0;*/
}
.display-flex-container {
	top: 65px;
}

.wrap {
	/* 	width:760px;*/
}

.svg-inline--fa.fa-w-18 {
    min-width: 61px;
}

tbody {
	font-family: "Arial";
}
#menu-app{
	width:100%;
}

@media screen and (max-width: 991px) {
	.item-container > p {
		font-size: 25px;
	}

	.itemList > li > a > div {
		font-size: 25px;
		width: 300px;
	}
	
	.inbox {
		display: none;
	}
	
	#waitdiv {
	    position: absolute;
		left: 0px;
	}
}

@media screen and (min-width: 992px) {
	/*.wrap {
	max-width: 100% !important;
	}*/
	#menuNav{
		width: 100%;
	}
	#menu > #nav_menu {
		max-width: 100%;
		position: relative;
	/*	width: 100%;*/
	}
	.mailbox-userprofile-container{
		position: absolute;
		right: 50px; 
	}
}

@media screen and (max-width: 760px) {	
	body {
		width: 100%;
	}
}

#menudashboardlink {
    margin-right: 10px;
}

	.mainWidth{
		width: calc(100vw - 60px );
	}
	@media (max-width: 991px) {
		body {
		/*	margin: 0 16px !important; 
			width: calc(100vw - 32px );*/
		}
		.mainWidth{
			width: calc(100vw - 32px );
		}
	}

.primaryGreenBtn {
	background-color: #90BE20;
	border: none;
	border-radius: 2px;
	color: #F8FAFC;
	padding: 5px 15px;
    text-align: center;
	font-family: "Source Sans Pro";
	font-size: 9pt;
}

.primaryGreenBtn:hover {
	background-color: #A4D925;
	color: #FFFFFF;
}

.primaryGreenBtn:active {
	background-color: #6BB411;
	color: #F8FAFC;
}

.primaryGreenBtn:disabled,
.primaryGreenBtn[disabled]{
	background-color: #BFC5B3;
	color: #FFFFFF;
	cursor: not-allowed;
    pointer-events: none;
}


.submitGreenBtn {
	background-color: #1A8242;
	border: none;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 5px 15px;
    text-align: center;
	font-family: "Source Sans Pro";
	font-size: 9pt;
}

.submitGreenBtn:hover {
	background-color: #28A85E;
	color: #F8FAFC;
}

.submitGreenBtn:active {
	background-color: #156935;
	color: #F8FAFC;
}

.submitGreenBtn:disabled,
.submitGreenBtn[disabled]{
	background-color: #C3CDC7;
	color: #F8FAFC;
	cursor: not-allowed;
    pointer-events: none;
}

.secondaryGreenBtn {
	background-color: #FFFFFF;
	border: 1px solid #189068;
	border-radius: 2px;
	color: #189068;
	padding: 4px 14px;
    text-align: center;
	font-family: "Source Sans Pro";
	font-size: 9pt;
}

.secondaryGreenBtn:hover {
	background-color: #189068;
	color: #FFFFFF;
}

.secondaryGreenBtn:active {
	background-color: #156935;
	color: #FFFFFF;
}

.secondaryGreenBtn:disabled,
.secondaryGreenBtn[disabled]{
	background-color: #FFFFFF;
	color: #A5AEAE;
	border: 1px solid #A5AEAE;
	cursor: not-allowed;
    pointer-events: none;
}

#profile-function-header td{
	color: #1A8242;
	font-family: Source Sans Pro;
	font-size: 24px;
	font-weight: 600;
}

#mfa-container {
	background: #F5F5F5;
	width: 100%;
}

#mfa-container table {
	padding: 0 40px;
}

.form-input-name-mandatory, .form-input-name-mfa {
	color: #556565;
	font-family: Source Sans Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
}

.form-input-name, .form-inputbox-text, .form-inputbox-text > input {
	color: #556565;
	font-family: Source Sans Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.form-input-name, .form-input-name-mandatory {
	width: 232px;
	height: 44px;
	display: flex;
	align-items: center;
}

.form-input-name-mfa {
	width: 56px;
	align-items: center;
}

.form-input-text {
	width: 100%;
	color: #0F172A;
	font-family: Source Sans Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.form-mfa-remark {
	color: #999;
	font-family: Source Sans Pro;
	font-size: 13px;
	font-weight: 400;
}

td.form-inputbox-text input {
	display: flex;
	width: 320px;
	height: 44px;
	padding: 14px 6px 13px 6px;
	align-items: center;
}

select.form-inputbox-text > option {
	width: 72px;
	height: 40px;
	padding: 10px 8px;
}

.profile-booking-reply-status {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#profile-mfa-email-edit {
	display: flex;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	font-family: Source Sans Pro;
	color: #00A3C5;
	cursor: pointer;
}

#profile-contact-tel {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	width: 320px;
}

#profile-contact-tel div.form-input-text{
	margin-bottom: 6px;
}

#profile-contact-tel > div:not(:last-child) input {
	margin-right: 16px;
}

#profile-contact-tel-text {
	margin-top: 23px;
	align-items: center;
}

#airline-sequence {
	display: flex;
	align-items: center;
}

#airline-sequence-control {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

#airline-sequence-control img {
	padding: 8px;
	border-radius: 4px;
	background: #E9F1F3;
	
}

#profile-action-button {
	text-align: right;
}

#profile-action-button input {
	margin-left: 24px;
	padding: 12px 16px;
	height: 49px;
	width: 105px;
	font-size: 16px;
	font-weight: 600;
}