:root {
    --e-global-color-uicore_primary: #51725E;
    --e-global-color-uicore_primary_headers: #90cbaa9e;
    --e-global-color-uicore_primary_10prc: #66A5861A;
    --e-global-color-uicore_secondary: #6fad9e;
    --e-global-color-uicore_accent: #51725E;
    --e-global-color-uicore_headline: #303030;
    --e-global-color-uicore_body: #f5f7f6;
    --e-global-color-uicore_dark: #090A0B;
    --e-global-color-uicore_light: #FFFFFF;
    --e-global-color-uicore_white: #FFFFFF;
    --e-global-color-menu_active: #66A586;
    --e-global-color-alert_session: #8bdab1;
    --e-global-color-selected: #e5f2f9;
    --e-global-color-alert: #ff5600;
    --e-global-color-border: #68998c75;
    --e-global-color-credit: #57a8ff;
    --e-global-color-debit: #ed64a6;
    
    --qrcode-background-image: url("/systemImage?image=qrcode");

    /* Font family is dowloaded from source that is set in HEAD.jsp */
    --e-global-typography-uicore_primary-font-family: "Montserrat";
    --e-global-typography-uicore_primary-font-weight: 700;
    --e-global-typography-uicore_secondary-font-family: "Montserrat";
    --e-global-typography-uicore_secondary-font-weight: 600;
    --e-global-typography-uicore_text-font-family: "Montserrat";
    --e-global-typography-uicore_text-font-weight: normal;
    --e-global-typography-uicore_accent-font-family: "Montserrat";
    --e-global-typography-uicore_accent-font-weight: 500;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

#EButton, #SButton, #TButton {
    min-width: 250px;
}
#mfaAuthenticationSelect {
    max-width: 165px;
}

input:-webkit-autofill {
    background-color: var(--e-global-color-uicore_light) !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--e-global-color-uicore_light) inset !important;
    color: #000000 !important;
}

.homeUrl {
   /* background: red; */
    display: inline-block;
    width: 250px;
    height: 65px;
    position: relative;
    left: auto;
    right: auto;
}
/* Invitation QR code */
.invitation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
#qrOuterDiv {
    position: relative;
    vertical-align: middle;
    left: -0.25rem;
    top: -0.1rem;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-image: url('../../pages/images/qrcode.svg');
}

/* Statuses Messages */
.statusAlert {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.memberStatusContainer .memberStatus {
    padding: 7px 3px;
    line-height: 18px;
    background-size: 18px !important;
    background-position-x: 10px !important;
    text-align: left;
    padding-left: 35px;
    color: var(--e-global-color-alert);
}
.memberStatusContainer {
    background-color: var(--e-global-color-uicore_primary_10prc);
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
}
.statusAlert>img {
    height: 30px;
    padding-right: 10px;
}

.wrap_anywhere {
    word-break: break-all;
    overflow-wrap: break-word;
}
#memberUnreadMessages {
    background: url(unreadMessages.png) no-repeat scroll left;
}
#openInvoices {
    background: url(openInvoices.png) no-repeat scroll left;
}
#openLoans {
    background: url(openLoans.png) no-repeat scroll left;
}
#paymentsToAuthorize {
    background: url(paymentsToAuthorize.png) no-repeat scroll left;
}
#newPayments {
    background: url(newPayments.png) no-repeat scroll left;
}
#paymentsAwaitingFeedback {
    background: url(paymentsAwaitingFeedback.png) no-repeat scroll left;
}
#newReferences {
    background: url(newReferences.png) no-repeat scroll left;
}
#hasPendingCommissionContracts {
    background: url(hasPendingCommissionContracts.png) no-repeat scroll left;
}


/* Invoice status */
.invoiceStatusEXPIRED {
    color: red;
}
.invoiceStatusACCEPTED {
    color: green;
}
/* Override Calendar.CSS  */
.calendar .button {
    display: revert;
    min-width: auto;
    transition: revert;
}

.calendar thead .hilite {
    padding: 0px !important;
    transition: unset !important;
}

.date.small {
    width: 85px;
}
.calFormat td {
    color: var(--e-global-color-uicore_white);
}
.memberAccountHistorySearch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.simpleView .label {
    display: none;
}
.calFormat .fieldDecoration {
    display: none;
}

.simpleStatus {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advancedView {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.advancedRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1px;
    width: 48%;
    justify-content: flex-end;
}
.advancedSearchRow {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.amountRow {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-end;
}
.rowBreak{
    flex-basis: 100%;
    height: 0;
}

/* Custom Fields Styles */
div#membersByCustomField8 {
    width: fit-content !important;
}

table.passwordTableContent {
    display: none;
}
td.tdHeaderTable.noHelp {
    /* border-top-right-radius: 6px; */
}

li#toggle-menu {
    display: none;
}

.fastlink {
    display: block;
    width: min-content;
}

.quickTable {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.quickCell {
    width: 100px;
    height: auto;
    border: var(--e-global-color-border) solid 1px;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.quickCell:hover {
    background: var(--e-global-color-uicore_primary_headers);
}

.icon-stack {
    position: relative;
}
i.arrow-icon {
    font-size: 31px;
    color: var(--e-global-color-credit);
    background: var(--e-global-color-uicore_white);
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: 3px;
    right: -6px;
    text-shadow: 3px -1px 5px #808080a6;
}
i.fa-arrow-up.arrow-icon {
    color: #ed64a6;
}

img[alt="SBP"] {
    width: clamp(52px, 7.1vw, 70px);
    max-width: unset !important;
    max-height: unset !important;
    padding: 0.3em !important;
    background: unset !important;
}

.gatewayTable {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.input-group-text {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.9rem;
    width: 1.9rem;
    color: var(--e-global-color-uicore_headline);
    white-space: nowrap;
    background-color: #f0f3f5;
    border: var(--e-global-color-uicore_primary) 1px solid;
    border-radius: 0.25rem;
    display: inline-block;
    text-align: center;
}

.pre_load_body {
    background-color: #18191b !important;
    background: url(/styleImage?image=pasmoney_load.png) center center no-repeat;
    background-size: 50% !important;
}
.pre_load_app {
    font-weight: 700;
    font-size: 3em;
    color: var(--e-global-color-uicore_white);
/*    text-shadow: 0px 3px 1px rgb(248 177 0); */
}

/* Table --> Div */
.tr {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Crypto Fons Overiding */
.cf {
    font-size: 20px;
    color: #3f63af;
    vertical-align: middle;
}

/*  --------------------------- Coockies ---------------------------*/

#cookieNotice {
    width: 100%;
    position: fixed;
    bottom: 0px;
    box-shadow: 0px 0 10px 0 var(--e-global-color-uicore_white);
    background: #52586a;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.3em;
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    left: 0px;
    text-align: center;
    color: white;
    opacity: 1;
}	
.cookieNoticeContent {
	position: relative; 
	margin: auto; 
	width: 100%; 
	display: block;
}
.cookieNoticeContent > table{
	width: 100%; 
}

.cookieNoticeContent > td > input{
	width: 80px; 
	vertical-align: middle; 
	padding-right: 20px;
}

.cookieNoticeMessage {
	color: white;
}
/* Load System */
.loadingSystem {
    font-weight: 500;
    font-size: 1.5em;
    color: #000000;
}

/*  --------------------------- Body ---------------------------*/

.initGroupList {
    font-size: 17px;
}

/*.innerBorder {
    border-left: 1px solid var(--e-global-color-uicore_accent);
    border-right: 1px solid var(--e-global-color-uicore_accent);
    border-bottom: 1px solid var(--e-global-color-uicore_accent);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
} */


td.documentPageContents, .bodyPrint {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

#smsAuthorizationForm .defaultTableContent {
    margin: 22% auto;
}

#getIbanButton {position: absolute;}

.defaultTableCenter .defaultTableContent {
    margin: 0px;
}

p.MsoNormal {
    padding-block-start: 5px;
    text-align: justify;
}

body {
    color: var(--e-global-color-uicore_dark);
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-size: clamp(12px, 2vw, 15px);
    background: var(--e-global-color-uicore_body);
}

#languageBar a {
    color: var(--e-global-color-uicore_headline);
    border-color: var(--e-global-color-uicore_primary);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 3px;
}

#ancor{
	display: none;
}
.buttonGenerateNewPassword {
margin: 3px 16px 4px 9px;
float: right;
}

.bodyPrint {
	margin: 0px;
	color:	black;
    background: white;
    
}
	
.bodyImage {
	margin:     0px;
	background: #F0F8FF;
	overflow:   hidden;
}

body.scrollDisabled {
    overflow:hidden;
    margin-right: 18px;
}

/* body {
    color: var(--e-global-color-uicore_body);
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-size: 14px;
    margin: 0;
	background-color:#eceeee;
	font-weight: normal;
} */
html, body{
    height: 100%;
}
*{margin: 0; padding: 0;}
.div_clear {clear: both;}

.layoutMain {
    height: auto !important;
    min-height: 100%;
    margin-bottom: -107px !important;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
/*    width: fit-content; */
/*    width: -webkit-fill-available; */
}

.body{
    padding-bottom:20px; 
    background-color:#006666;
}
.headerBar{
      height:50px;
}

#bodyCenter {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.footerLogo {
    width: inherit;
    height: 75px;
    background: url(footerlogo.png) no-repeat center 18px / 0px auto;
    background-size: 150px;
}

.h250{height: 107px;}

.footer {
    background-color: var(--e-global-color-uicore_accent);
    width: 100%;
}
.wrapFooter {
    width: 100%;
}

.footerText {
    padding-bottom: 20px;
    text-align: center;
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    color: var(--e-global-color-uicore_white);
    font-size: 12px;
}

.printLogo {
    width: 200px;
    height: 70px;
    background: url(printlogo.png) no-repeat;
    background-size: 180px;
}

.printHead {
	margin-bottom:10px;
}

.printFooter {
	margin-top:30px;
}

.printLine {
	margin-top:14px;
	margin-left:5px;
	width:110px;
    border-top: 1px solid #000000;
}

.printSignature {
	float:left;	
}

.boldLabel {
	font-weight:bold;
}
/*  ---------------------- Global layout -----------------------*/


ol, ul {list-style: none outside none;}

/* .tdContents ul li {list-style: disc outside none;} */
.tdContents ul li {list-style: circle inside none;}
.tdContents ul li, .tdContents ol li {
    line-height: 20px;
    margin-left: 15px; 
}
.tdContents ul li ul li {list-style: circle inside none;}
.tdContents ol li {list-style: decimal inside none;}
.tdContents ol li ol li {list-style: lower-alpha inside none;}

/* Top-most table on the layout */
.topTable {
	min-height: 670px;
}	

.topContainer {
    min-width: unset;
    max-width: 1050px;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-self: center;
/*    width: fit-content;
    height: fit-content; */
}

.topContainer>tr>td, .topContainer>tbody>tr>td {
	border: 1px solid #dedede;
/* 	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 */
 }
.topContainerBorder {
    min-height: -webkit-fill-available;
    min-inline-size: fit-content;
}
.topBanner {
    background: url(topbanner_text.png) no-repeat scroll left 20px top 8px;
    height: 106px;
    position: relative;
    background-size: 260px;
    top: -35px;
}

.topPrintPayment {
	background-color:#ff0000;

}
.topBannerText {
    font-size: 10pt;
    color: var(--e-global-color-uicore_headline);
    position: relative;
    bottom: -84px;
    display: none;
}

.minHeight {
	height: 500px;
}

.standaloneContents {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
}
/* Bar that shows the logged user */
.loginDataBar {
    overflow: hidden;
    line-height: 15px;
    text-align: right;
    color: #34578e;
    position: relative;
    top: -70px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}

#registrationAgreement {
    padding: 10px;
    height: 300px !important;
    display: none;
}
a#printAgreement {
    font-size: 11pt;
}

div#languageBar {
    position: relative;
    padding: 10px;
    z-index: 1;
}

/* Span that shows data on the logged user bar */
.loginData {
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-size: 8pt;
    padding-left: 5px;
}
/* Even rows on result lists */
.ClassColor1 {
	background-color: var(--e-global-color-uicore_white);
}

/* Odd rows on result lists */
.ClassColor2 {
    background-color: var(--e-global-color-uicore_primary_10prc);
}

.status_PENDING.ClassColor1 {background: #FFF0C1;}
.status_PENDING.ClassColor2 {background: #FFE9A8;}

.status_FAILED.ClassColor1, .status_EXPIRED.ClassColor1, .status_CANCELLED.ClassColor1 {background: #FEF2F1;}
.status_FAILED.ClassColor2, .status_EXPIRED.ClassColor2, .status_CANCELLED.ClassColor2 {background: #FEE6E5;}

.status_OK.ClassColor1 {background: var(--e-global-color-uicore_white);}
.status_OK.ClassColor2 {background: var(--e-global-color-uicore_light);}

.WARNING.ClassColor1 {background: #ee82ee;}
.WARNING.ClassColor2 {background: #db7093;}

.status_PROCESSED.chargeback_transfer.ClassColor1, .status_PROCESSED.reversed_transfer.ClassColor1 {
    background-color: #faebd7;
}
.status_PROCESSED.reversed_transfer.ClassColor2, .status_PROCESSED.reversed_transfer.ClassColor2 {
    background-color: #f9e1c0;
}



/* Rows when the mouse is over it */
.ClassColorSelected {
	background-color: var(--e-global-color-selected);
	text-decoration: none;
}

.tdHeaderContents, .ClassColor1>td, .ClassColor2>td, .ClassColorSelected>td {
	padding:    	7px 3px !important;
	line-height: 	18px !important;
}

th.tdHeaderContents {
    cursor: pointer;
}

/* Messages that appear next to fields (like date format) */
.fieldDecoration {
	color: red !important;
}

/* Messages that appear at the bottom of the page */
/* .footerNote {
    font-weight: bold;
    text-align: center;
    background: #f3aa17;
    position: absolute;
    margin-top: 390px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    padding: 5px;

}
*/

.footerNote {
    font-weight: bold;
    text-align: center;
    background: #f3aa17;
    padding: 5px;
    border-radius: 5px;
}

/* Pagination text for search results */
.pagination {
}

/* Pagination links */
.paginationLink {
	font-weight: bold;
}

/* Current page in pagination */
.currentPage {
	font-weight: bold;
	color: red;
}

/* Contents on print windows */
.printContent {
	background-color: white;
	border: none;
}

/* Title on print pages */
.printTitle {
	color:       black;
	font-weight: bold;
	font-size:   10pt;
	text-align:  center;
}

/* Labels on print page */
.printLabel {
	color:       black;
	font-weight: bold;
	font-size:   9pt;
	font-style:  italic;
	text-align:  right;
	vertical-align: top;
}

/* Column headers */
th.printLabel {
	text-align: center !important;
}

/* Data on print page */
.printData {
	color: black;
	vertical-align: top;
}

/* Elements with border */
.printBorder, .printBorder th, .printBorder td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 1px 2px;
}

/*  -------------------------- Help ----------------------------*/

.helpWindowBody {
	margin:     0px;
	cursor:     default;
	background: #f9f9f9;
}

.helpWindowTable {
	border:     0px;
	width:      100%;
	height:     100%;
	background: #f9f9f9;
}	

.helpWindowTableContent {
}

br.small {
	font-size: 6px;
}

/*  ------------------------ Tables ----------------------------*/

.defaultTable select {
    max-width: 240px;
}
.defaultTable, .defaultTableCenter {
    width: 100%;
    empty-cells: show;
}

.standAloneFixedWidth {
	width:	    	 648px !important;
}
	
.bordered {
	border-bottom:		1px solid #CCCCCC;
	border-spacing:		0px;
	border-collapse:	collapse;
}
	
.fullBordered {
	border:				1px solid #CCCCCC;
}

.defaultTableCenter {
	text-align: center;
	vertical-align: middle;
}


.defaultTableContent {
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 10px;
    border-color: var(--e-global-color-border);
    border-style: solid;
    border-width: 1px;
}

table.defaultTableContentHidden {
}

.standaloneContents .defaultTableContent, .standaloneContents .defaultTableContentHidden {
	width: 100% !important;
}

table.nested, table.nested.td, table.nested.th {
	margin:          0px;
	padding:         0px;
	border-collapse: collapse;
	border-spacing:  0px;
	width: 100%;
}

form {
	display: inline;
	margin:  0px;
}

pre {
	display:inline;
}
	
.tdHeaderTable {
    background: var(--e-global-color-uicore_primary_headers);
    height: 42px;
    padding-left: 10px;
    vertical-align: top;
    font-size: clamp(16px, 2vw, 20px) !important;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 44px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
	
.tdHelpIcon {
    background-color: var(--e-global-color-uicore_primary);
    padding-right: 7px;
    padding-top: 10px;
    vertical-align: top;
    display: none;
}

.ie .tdHelpIcon, .ie .tdHeaderTable {
      border-top: none;
}

.tdHelpIcon img {
	margin-left: 3px;
}

img.translation{
	vertical-align:top;
}

.bottomLeft {
	height: 6px;
}

.bottomRight {
	height: 6px;
}

.tdHeaderContents {
    text-align: center;
    font-size: 9pt;
    white-space: nowrap;
    border-bottom: 1px solid #cfd9e9;
    background: #eeeeee;
}
td.tdContentTableForms.currencySource.innerBorder {
/*     border-radius: 0px; */
    border-bottom-color: var(--e-global-color-uicore_light);
}

.currencyCalendar {
    display: flex;
    padding-right: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.currencyHeader {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

td.bordered.tdContentTableLists.innerBorder {
/*     border-radius: 0px; */
    border-bottom-color: var(--e-global-color-uicore_light);
}

.tdContentTable {
	padding: 8px;
}

.tdContentTableForms {
	padding: 5px;
}

.tdContentTableLists {
    padding: 1px;
    /* border-left: 1px solid var(--e-global-color-uicore_accent); */
    /* border-right: 1px solid var(--e-global-color-uicore_accent); */
    /* border-bottom: 1px solid var(--e-global-color-uicore_accent); */
}


.tdContentTableLists table {
	border-spacing: 1px;
}

.tdContentTableForms table {
	border-spacing: 3px;
}

.tdContentTableLists table td, .tdContentTableLists table th {
	padding: 1px 4px;
	line-height: 18px;
}

.tdContentTableForms table td, .tdContentTableForms table th {
/*	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px; */
}

td.tdContentTableLists .thumbnail {
    max-height: 50px;
    max-width: 50px;
}
.tdContents {
    padding-left: 0px;
    margin-left: 15px;
    float: left;
    text-align: left;
    width: 100%;
}

.tdContentsStandalone {
    text-align: left;
    display: flex;
}
.tdContentsCenter {
	background:	    var(--e-global-color-uicore_white);
	text-align:     center;
	vertical-align: middle;
}

.loadingMessage {
	border:				#d15113 1px solid;
	background-color: 	#FFF4E6;	
	font-family: var(--e-global-typography-uicore_secondary-font-family);	
	font-size:      	9pt;
	text-align:     	center;
	padding:			0px 8px;
	line-height:        20px;
}

.tablePrint {	
	width:	    	 100%;
	border:          1px solid #808080;
	border-spacing:  0px;
	border-collapse: collapse;
}

.tdPrintHeader {
	color:			 black;
	font-weight:     bold;
	text-align:      center;
	vertical-align:  middle;
	border:          1px solid #808080;
	border-spacing:  0px;
	border-collapse: collapse;
}

.tdPrintData {
	color:			 black;
	text-align:      left;
	vertical-align:  middle;
	border:          1px solid #808080;
	border-spacing:  0px;
	border-collapse: collapse;
}

.tdPrintDataBold {
	color:			 black;
	font-weight:     bold;
	text-align:      left;
	vertical-align:  middle;
	border:          1px solid #808080;
	border-spacing:  0px;
	border-collapse: collapse;
}

/*  -------------------------- Menus ---------------------------*/

.menuHolder {
    border: 1px solid var(--e-global-color-border);
    padding: 0px;
    vertical-align: top;
    float: left;
    position: relative;
    border-radius: 10px;
    z-index: 500;
    display: block;
    background: var(--e-global-color-uicore_white);
}
/* move to top the same margin as .menu uses on to, so the first item won't be shifted */
.menuContainer {
    width: 210px;
    padding: 0px;
    text-align: left;
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


#menu_admin_activiti {
    background: url(icon_operationsa.png) no-repeat 9px 15px;
}

.menuHover, .firstMenuHover, .lastMenuHover{
    background: var(--e-global-color-uicore_primary_headers);
    border-radius: 10px;
}

.firstMenu, .firstMenuHover {
/*	margin-bottom: -3px; */
}


.menuText {
    padding: 8px 0px;
    overflow: hidden;
    list-style: none;
    padding-left: 35px;
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-size: 15px;
    display: block;
    height: 36px;
    line-height: 36px;
    transition: all 0.4s ease 0s;
}

.menuText:hover {
}
.menu:hover {
 /*   background: var(--e-global-color-uicore_primary_headers); */
    border-radius: 10px;
}

.menuTextActive {
    font-weight: bold;
}

.menuTextActive:hover{
	width: 175px;
}
.menuBullet {
	display:		none;
}

 
#menu_operator_member{background:url(icon_operationsa.png) no-repeat 9px 15px;}

#menu_member_delegations {
    background: url(icon_delegationA.png) no-repeat 9px 15px;
}

#menu_member_referrer {
    background: url(icon_translationsA.png) no-repeat 9px 15px;
}
#menu_member_operators,
#menu_member_broker{background:url(icon_ugoupsA.png) no-repeat 9px 15px;}

#menu_operator_search,
#menu_member_search,
#menu_broker_search{background:url(icon_searcha.png) no-repeat 9px 15px;}

#menu_admin_home,
#menu_member_home,
#menu_operator_home,
#menu_broker_home{background: url(icon_homeA.png) no-repeat 9px 15px;}

#menu_admin_personal,
#menu_member_personal,
#menu_operator_personal,
#menu_broker_personal{background:url(icon_personalA.png) no-repeat 9px 15px;}

#menu_admin_alerts,
#menu_member_alerts,
#menu_operator_alerts,
#menu_broker_alerts{background:url(icon_alertsA.png) no-repeat 9px 15px;}

#menu_admin_accounts,
#menu_member_account,
#menu_operator_account,
#menu_broker_account{background:url(icon_accountA.png) no-repeat 9px 15px;}

#menu_admin_bookkeeping,
#menu_member_bookkeeping,
#menu_operator_bookkeeping,
#menu_broker_bookkeeping{background:url(icon_bookkeepingA.png) no-repeat 9px 15px;}

#menu_admin_usersGroups{background:url(icon_ugoupsA.png) no-repeat 9px 15px;}

#menu_admin_ads,
#menu_member_ads,
#menu_operator_ads,
#menu_broker_ads{background:url(icon_advertA.png) no-repeat 9px 15px;}

#menu_admin_accessDevices,
#menu_member_accessDevices,
#menu_operator_accessDevices,
#menu_broker_accessDevices{background:url(icon_devicesA.png) no-repeat 9px 15px;}

#menu_admin_messages,
#menu_member_messages,
#menu_operator_messages,
#menu_broker_messages{background:url(icon_messagesA.png) no-repeat 9px 15px;}

#menu_admin_settings,
#menu_member_preferences,
#menu_operator_preferences,
#menu_broker_preferences{background:url(icon_settingsA.png) no-repeat 9px 15px;}

#menu_admin_customFields,
#menu_member_customFields,
#menu_operator_customFields,
#menu_broker_customFields{background:url(icon_cfieldsA.png) no-repeat 9px 15px;}

#menu_admin_contentManagement,
#menu_member_contentManagement,
#menu_operator_contentManagement,
#menu_broker_contentManagement{background:url(icon_contenta.png) no-repeat 9px 15px;}

#menu_admin_translation,
#menu_member_translation,
#menu_operator_translation,
#menu_broker_translation{background:url(icon_translationsA.png) no-repeat 9px 15px;}

#menu_admin_reports,
#menu_member_reports,
#menu_operator_reports,
#menu_broker_reports{background:url(icon_reportsA.png) no-repeat 9px 15px;}

#menu_admin_help,
#menu_member_help,
#menu_operator_help,
#menu_broker_help{background:url(icon_helpA.png) no-repeat 9px 15px;}

#menu_admin_logout,
#menu_member_logout,
#menu_operator_logout,
#menu_broker_logout{background:url(icon_logouta.png) no-repeat 9px 15px;}

#menu_admin_guarantees,
#menu_member_guarantees,
#menu_operator_guarantees,
#menu_broker_guarantees{background:url(icon_guaranteesa.png) no-repeat 9px 15px;}

.subMenu, .subMenuHover {
    border: none;
    list-style: none;
    width: 100% !important;
}

.subMenuText {
    font-size: 13px;
    line-height: 35px;
    display: block;
    background: url(submenuarr.png) no-repeat 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.1s ease 0s;
    padding-left: 30px;
}

.subMenuBullet {
	display:none;
}

.subMenuText:hover {
    background-color: var(--e-global-color-uicore_primary_headers);
    width: initial;
}
.subMenuTextActive {
    font-weight: bold;
}
.subMenuContainer {
    transition: all 0.5s ease 0s;
}
.subMenuContainer li {
}

.firstSubMenu {
}

.lastSubMenu {
    padding-bottom: 0px;
}

/*  -------------------------- Links ---------------------------*/

a {
	text-decoration: none;
	color:	    	 #658DCF;
}

a.group.default {
    font-size: 17px;
}	

a.linkList, a.profileLink, a.adminProfileLink, a.operatorProfileLink {
	color: #658DCF;
}

a.linkList:hover, a.profileLink:hover, a.adminProfileLink:hover, a.operatorProfileLink:hover {
/*	color: red; */
}


/*  ----------------------- Form fields ------------------------*/

/* Buttons */

button, .button, .printButton, .linkButton, .ButtonDisabled {
    min-width: 8rem;
    margin: 5px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0.375rem 0.75rem;
    border-width: 0px;
    color: #fff;
    display: inline-block;
    background: var(--e-global-color-uicore_primary);
    border-radius: 4px;
}

/* Disabled buttons */
.ButtonDisabled {
    color: #FFF;
    background-color: #d1d1d1 !important;
    cursor: not-allowed;
    border-color: #d1d1d1;
}

.button:disabled:hover, .button:disabled {
    border: solid 1px #d1d1d1 !important;
}

button:hover, .button:hover, .linkButton:hover {
    background: var(--e-global-color-uicore_secondary);
}
button#alertButton:focus-visible {
    outline: unset;
}

/* General inputs */
/* input, textarea, select, .radio, .printButton { */
input, textarea, select, .radio {
    border: var(--e-global-color-border) 1px solid;
    border-radius: 5px;
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-weight: normal;
    margin: 1px;
    padding: 3px;
    line-height: 1.5rem;
    font-size: 14px;
    outline: medium none;
    background-color: #f7f7f7;
}

/* Hide mozilla inner button, when you click on virtual keyboard buttons it won't select the text*/
input::-moz-focus-inner {
	border: none;
}

/* Select boxes */
select {
    height: 1.9rem;
    margin: 3px;
}

select:disabled {
    color: black !important;
}

/* Radios and checkboxes */
.radio, .checkbox {
	border:1px solid #1e5180;
}

/* Enabled input boxes */
.InputBoxEnabled {
	background-color:	var(--e-global-color-uicore_white);
	padding-left: 3px;
}

/* Disabled input boxes */
.InputBoxDisabled {
    background-color: #F5F5F5;
    color: inherit;
}

.DivBoxDisabled {
	background-color:	#F5F5F5;
	width: 94%;
	padding-left: 7px;
    padding-right: 5px;
    border: 1px solid #8E9FB6;
	font-family: var(--e-global-typography-uicore_secondary-font-family);
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 4px;
    outline: medium none;
    padding: 0px 5px;
}

/* Field sizes */
input.tiny, textarea.tiny, select.tiny {
	width: 70px; 
}
input.small, textarea.small, select.small {
/*	width: 100px; */
    min-width: 30%
}

input.medium, textarea.medium, select.medium {
/*	width: 150px; */
	min-width: 50%;
}
input.large, textarea.large, select.large {
/*	width: 300px; */
    min-width: 75%;
}
input.full, textarea.full, select.full {
	min-width: 92%;
}

/* Text fields padding */
input.tiny, textarea.tiny, input.small, textarea.small, input.medium, textarea.medium, input.large, textarea.large, input.full, textarea.full {
	padding: 3px;
	margin: 3px;
}

/* Currency fields */
.marginCurrency { text-align: right; width: 60px; }
.rateCurrency { text-align: right; width: 70px; }
.marginSelect {}

/* Language Bar */
.langBar {
	margin-left: 5px; 
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
.langBar:hover {
    border-color: var(--e-global-color-uicore_secondary) !important;
    background-color: var(--e-global-color-uicore_secondary);
    color: var(--e-global-color-uicore_white) !important;
}


/* A div that looks like a field */
div.fakeField, div.fakeFieldDisabled {
	background-color:	var(--e-global-color-uicore_white);
	border:				#CCCCCC 1px solid;
	font-family: var(--e-global-typography-uicore_secondary-font-family);
	font-size:     		9pt;
	font-weight:		normal;
	padding-left:		2px;
	padding-right:		2px;

	vertical-align:		top;
	white-space:        normal;
}
#textOfField_descriptionText {
    position: relative;
    top: -0.8rem;
}

/* A disabled div that looks like a field */
div.fakeFieldDisabled {
	background-color: #F5F5F5 !important;
}

/* Multi drop down definitions */
.multiDropDownText {
	font-family: var(--e-global-typography-uicore_secondary-font-family);
	font-size: 	 10pt;
 	border-radius: 5px; 
	padding: 1px;
	min-width: min-content;
}

.multiDropDown {
    border: 1px solid var(--e-global-color-uicore_accent);
    background: white;
    text-align: left;
    margin: 3px;
    line-height: 10px;
    height: fit-content !important;
    max-height: 150px;
}

.multiDropDownDisabled {
    border: 1px solid var(--e-global-color-uicore_accent);
    background: #F5F5F5;
    width: fit-content !important;
    margin: 3px;
    color: #262626;
    line-height: 10px;
    height: fit-content !important;
    max-height: 150px;
}

.multiDropDownOption {
    line-height: 13px;
}

.multiDropDownHover {
	background:	#c2e5fc;
}
#query\(groups\) {
    width: fit-content !important;
}

/* Virtual keyboard definitions */
.virtualKeyboardButton {
	background:					-moz-linear-gradient(center top, var(--e-global-color-uicore_light) 0%, #fcfefc 25%, #c4d6ec 100%);
	background:					-webkit-gradient(linear, center top, center bottom, color-stop(0%, var(--e-global-color-uicore_light)), color-stop(25%, #fcfefc), color-stop(100%, #c4d6ec));
	background-color:			var(--e-global-color-uicore_light);
	border:						1px solid #9CB3D8;
/* 	border-radius:				3px 3px 3px 3px;
	-moz-border-radius:			3px 3px 3px 3px;
	-webkit-border-radius:		3px 3px 3px 3px; */
	text-shadow: 				1px 1px 2px #faf4e2;
	padding:					4px 4px 4px 4px;
 	width:			            28px;
   	margin:         		   	1px;
   	cursor:            		   	pointer;
}

.ie .virtualKeyboardButton {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--e-global-color-uicore_light)', endColorstr='#fcfefc'); /* IE gradients */	
  	background-color: transparent;
	
}

.virtualKeyboardButtonHover {
	background-color:			#f4faff;
	background:					-moz-linear-gradient(center top, #f4faff 0%, var(--e-global-color-uicore_white) 25%, #e1f3ff 100%);
	background:					-webkit-gradient(linear, center top, center bottom, color-stop(0%, #f4faff), color-stop(25%, var(--e-global-color-uicore_white)), color-stop(100%, #e1f3ff));
}

.ie .virtualKeyboardButtonHover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4faff', endColorstr='var(--e-global-color-uicore_white)'); /* IE gradients */	
  	background-color: transparent;
}

.virtualKeyboardContrastVeryLow {
	color: #aac3db;
}

.virtualKeyboardContrastLow {
	color: #90a5ba;
}

.virtualKeyboardContrastNormal {
	color: #798b9c;
}

.virtualKeyboardContrastHigh {
	color: #606e7b;
}

.virtualKeyboardContrastVeryHigh {
}

/* Fieldsets */
fieldset {
    border: 1px solid #d1d1d1;
    margin: 5px 2px;
    background: var(--e-global-color-uicore_light);
}

/* Fieldset legends */
legend {
    font-weight: bold;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Labels on forms */
.label {
    text-align: right;
    font-size: 11pt;
    padding-right: 3px;
}
span.label, span.lastLabel, span.inlineLabel {
	font-weight: 	bold;
/* 	display: 		inline-block; */
}

span.label, span.lastLabel {
	padding-top: 	3px !important;
}

span.label, span.inlineLabel {
	padding-right:	4px !important;
}

/* Labels that looks like headers */
.headerLabel {
    text-align: right;
    padding-right: 3px;
    font-size: 11pt;
    width: 25%;
}

.headerField {
    text-align: left;
/*    font-weight: bold; */
    padding-left: 5px;
}


/* Decorated labels on forms */
.decoratedLabel {
	color:         red;
	text-align:    right;
	font-weight:   bold;
	padding-right: 5px;
}

/* TDs that should be class label but have nested label spans */
.nestedLabel {
	text-align:    right;
	padding-right: 0px;
	white-space: nowrap;
}

/* Buttons on print pages */
/* .printButton {
	border:     black 1px solid;
	color:      black;
	background: #dddddd;
} */

/* Horizontal rules */
hr {
	height:           0px;
	border:           none;
	border-top:       1px solid #6C90B1;
}

hr.print {
	height:           0px;
	border:           none;
	border-top:       1px solid black;
}	

/* Image scroller (on profile or ad details) definitions */
.imageContainer {
/*	border:     1px solid #CCCCCC; */
	text-align: center;
}

.imageContainerDiv {
    text-align: left;
    width: unset !important;
    height: fit-content !important;
    padding-left: 5px;
}

.imageContainerDiv>.thumbnail {
    /* margin: 1px; */
    /* max-height: 100px; */
    /* max-width: 100px; */
    /* border-radius: 10px; */
    max-height: 50px;
}
.imageContainer {
    width: 110px !important;
}
a.showImage>.thumbnail {
    border-radius: unset;
}
img.thumbnail {
    border-radius: 20%;
}

.imageOnly {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

.imageContainer a {
	text-decoration: none;
}

.imageContainer a:hover {
	color: red;
}

.imageIndex {
}

.imageRemove, .imageControls, .imageSetCaption, .imageDetails {
	border-top: 1px solid #CCCCCC;
}

/* Image view popup definitions */
.popupThumbnailContainer {
	padding-top:    10px;
	padding-bottom: 10px;
	padding-left:   20px;
	padding-right:  0px;
	/*height:         80px;*/
	width:          100%;
	border-bottom:  1px solid #CCCCCC;
	overflow:       auto;
	overflow-y:     hidden;
	text-align:     left;
	white-space:    nowrap;
}

.popupThumbnail {
	vertical-align: middle;
	margin-right:   20px;
    max-width: 100px;
    max-height: 80px;
}

.popupImageContainer {
	text-align:     center;
	padding:        20px;
	padding-bottom: 0px;
}

/* Autocompletion divs */
.autoComplete {
	position:         absolute;
	background-color: white;
	border: 	      1px solid #CCCCCC;
	margin:           0px;
	padding:          0px;
	cursor:           default;
	font-weight:      normal;
}

.autoComplete ul {
	list-style-type: none;
	margin:          0px;
	padding:         0px;
	overflow:        auto;
	overflow-x:      hidden;
}

.autoComplete ul li {
	background:  white;
	white-space: nowrap;
	text-align:  left;
	padding:     2px;
	list-style-type: none;
	margin-left:0px;
}

.autoComplete ul li.selected {
	background:	     #c2e5fc;
}

.draggableList {
	list-style-type:  none;
	margin:           0px;
	padding:          0px;
	background-color: #F0F8FF;
	border:           1px solid #CCCCCC;
	padding-top:      10px;
}

.draggableList li {
	margin-bottom:   10px;
	cursor: move;
}

/*  ---------------- Page specific definitions -----------------*/

/* Account history */

.ClassColorCredit {
	color: blue !important;
}

.ClassColorCredit a {
	color: blue !important;
}

.ClassColorDebit {
	color: red !important;
}

.ClassColorDebit a {
	color: red !important;
}
	

/* Ad search */

.productTitle, .productTitle a {
    font-weight: bold;
    color: #126099;
    font-size: 12pt;
}
.productOwner {
    font-style: italic;
    float: right;
}
.productOwner a {
    color: blue;
}
a.profileLink {
    color: #126099;
}

.productDescription {
}
.latestAds {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.labelAds {
    padding-right: 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.paramSearchAds {
    width: 100%;
}
.rowSearchAds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.categoriesTopContainer {
}
.categoriesContainer {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
}
.categoryLevel0 {
    display: flex;
    width: 25%;
    justify-content: space-around;
}
.categoryLevel1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    font-weight: bold;
    padding-left: 0px;
    color: #658dcf;
}
.categoryLevel2 {
    width: 100%;
    font-weight: normal;
    padding-left: 0px;
    color: #658dcf;
    margin-left: 15px;
}

.categoryLevel3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	font-weight: normal;
	padding-left: 0px;
	color: #658dcf;
}

.categoryLevel1Text, .categoryLevel2Text, .categoryLevel3Text {
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 7px;
}
.categoryLevel1TextHover, .categoryLevel2TextHover, .categoryLevel3TextHover {
    color: blue;
    text-decoration: underline;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 7px;
}

.categoryCountText{
	color: #658dcf;
}
.categoryReflection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Customized files list */
.conflict {
	color: red;
}

/* Messages */
.unreadMessage {
	font-weight: bold;
}

.readMessage {
}

.removedMessage {
	font-style: italic;
}

.repliedMessage {
}
	
div.grid2Columns {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
}

div.grid2Columns div {
	align-self: center;
	padding: 0px 3px;
}

div.grid2Columns span {
	max-width: 160px;
}

div.manualPage h1 {
	font-size: 14pt;
}

div.manualPage h2 {
	font-size: 12pt;
}

div.manualPage h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

div.manualPage a {
	text-decoration: underline;
	color: blue;
}

a.manualLink {
}

a.manualLink:hover {
	color: blue;
	text-decoration: underline;
}
	
.alertNotification {
	width: 		400px;
	border: 	2px solid red;
	padding: 	10px;
	color: 		red;
	font-size: 	11pt;
}
div#alertMessage {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#alertMessage > img {
    width: 90%;
}
div#alertMessage div div {
    background-size: 80% !important;
    background-repeat: no-repeat;
    background-position: center;
}

img.quickAccessIcon {
    max-height: 40px;
    max-width: fit-content;
    background: #dff2ff;
    border-radius: 20%;
    padding: 2px;
}

.fa.quickAccessIcon {
    font-size: clamp(40px, 5.5vw, 53px);
    padding: 0.3em;
    background: linear-gradient(to right, #90cbaa, #6fa395, #6fa395, #4b7268);
    -webkit-background-clip: text;
    color: transparent;
    transition: all 0.4s ease 0s;
}
.fa.quickAccessIcon:hover {
    background: linear-gradient(to right, #90cbaacc, #6fa395cc, #6fa395cc, #4b7268cc);
    -webkit-background-clip: text;
}
i.fa.fa-user-slash.quickAccessIcon {
    color: var(--e-global-color-alert);
}
i.fa.fa-user-slash.quickAccessIcon:hover {
    color: inherit;
}
a.quickAccessLink {
    text-decoration: none;
    color: inherit;
}

.quickAccessLink {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: max-content;
}

/* Sorting in reports */
#uarrMemberName, #darrMemberName, #uarrBrokerName, #darrBrokerName {
        font-weight: bold;        
}

#uarrMemberUsername, #darrMemberUsername, #uarrBrokerUsername, #darrBrokerUsername {
        font-weight: bold;
} 
.memberReportTitle {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 6px;
	text-align: right;	
}

.memberReportTitleDop {
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

.tdPrintHeader a {
	text-decoration: underline;
	color: #000000;
}

.tdPrintHeader a:hover {
	text-decoration: underline;
	color: #658dcf;
}  


/* Currency rates styles */
.ratesBenefit,errorPattern {
        background-color: #f5909c;  
}

.noCurrencyShow {
       display:  none;
}

.yesCurrencyShow {
       display:  table-row;
}

.noButtonShow {
  display: none;
}
.yesButtonShow {
  display: inline;
}
.yesBlockShow {
  display: block;
}
.yesNameLanguages {
  display: table-row;
}
.veryLarge {
  width: 430px
}

.currencySource {
	background-color:	#F5F5F5;
	text-align:			left;
	font-size:			9pt;
	font-weight:		bold;
}

.labelLeft {
       font-size:        10pt; 
       font-weight:     bold;
       text-align:        left;
}

/* Delegation of rights */
#menu_member_delegations_cancel {
	background: url(icon_delegation_cancelA.png) no-repeat 9px 15px;
}

#menu_member_delegations_cancel:hover {
	background: url(icon_delegation_cancelB.png) no-repeat 9px 15px;
}

/* Load files */
#selectedFiles img {
	max-width: 80px;
	max-height: 80px;
	margin-top: 10px;
    margin-right: 10px;
}

.tableDiv {
	display: table;
}

.tableCellDiv {
	display: table-cell;
	vertical-align: middle;
}

.clickable {
	cursor: pointer;
}

/* File icons */

.fileIcon > div {
  display: -webkit-inline-box;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  width: 22px;
  height: 31px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #F7F7F7;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
}

.fileIcon:hover > div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.fileIcon:hover > div > span {
  top: 5px;
}

.fileIcon > div > span {
  top: 6px;
  left: -4px;
  padding: 3px;
  display: block;
  position: absolute;
/*   border-radius: 3px; */
  color: rgb(255, 255, 255);
  font-family: var(--e-global-typography-uicore_secondary-font-family);
  font-size: 0.6em;
  text-align: center;
  background: #8C8C8C;
}

.XLSX > div > span , .DOC > div > span {
  background: #0088CC;
}

.RFT > div > span, .PDF > div > span, .TXT > div > span {
  background: #9C0000;
}

.ZIP > div > span {
  background: #e0aa05;
}

.PNG > div > span, .JPG > div > span {
  background: #85A91A;
}
/***********Create Photo in editProfile.jsp*******************/
#photo_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 9, 9, 0.5);
	z-index: 100;
}

#take_photo {
	margin: auto;
	margin-top: 10%;
	max-width: 400px;
	width: 90%;
	overflow: hidden;
	z-index: 200;
	border: 2px solid #707070;
	display: none;
	background-color: #D1D4D6;
	padding: 10px;
}

#add_file_bg, .ontop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-uicore_primary_10prc);
    z-index: 100;
}

#add_file {
    margin: auto;
    margin-top: 100px;
    max-width: 500px;
    overflow: hidden;
    z-index: 200;
    border: 2px solid #707070;
    display: none;
    background-color: #D1D4D6;
    padding: 40px;
/*     border-radius: 10px; */
    width: 70%;
    min-width: 400px;
}
table th.takephoto {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding: 4px;
}

table td.takephoto {
  text-align: center;
}

table td.separator {
  width: 10px;
}

table td.video {
    background: #f0f0f0;
    width: 50%;
    text-align: center;
}

table td.preview {
    background: #f0f0f0;
    width: 50%;
    text-align: center;
}

video, canvas {
    width: 90% !important;
    height: unset !important;
    padding: 5px;
}
input.takephoto {
  margin: 16px;
}
.centerTable1 { margin: 0px auto; padding-top: 15px; }

.camera_icon{
margin-left: 30px;
width: 38px;
height: 39px;
align: right;
}

.file_icon {
width: 35px;
height: 33px;
padding-left: 3px;
}
/***********End Create Photo in editProfile.jsp*******************/

#containerDiv {
    width: 95%;
}

/***********Alert Override*************/
.popupDiv {
    border-radius: 8px;
    border: 1px solid #9e9e9e !important;
    position: relative;
    width: 80%;
    max-width: 400px;
    background: var(--e-global-color-uicore_light);
    z-index: 700;
    min-width: 25%;
}
.divHeader {
    color: var(--e-global-color-uicore_light);
    background: var(--e-global-color-menu_active);
    border-radius: 6px 6px 0px 0px;
    padding: 10px 15px;
    font-size: clamp(16px, 2vw, 22px);
}
.ontop {
    z-index: 600;
    justify-content: center;
    display: flex;
    align-items: center;
}

.status_PENDING.ClassColor1, .status_PENDING_WEBSHOP_TICKET.ClassColor1 {
    background: #FFF0C1;
}
.status_PENDING.ClassColor2, .status_PENDING_WEBSHOP_TICKET.ClassColor2 {
        background: #FFE9A8;
}
.status_PENDING.ClassColorSelected, .status_PENDING_WEBSHOP_TICKET.ClassColorSelected{
        background: #FFE083;
}
.status_DENIED.ClassColor1, .status_DENIED_WEBSHOP_TICKET.ClassColor1 {
    background: #FEF2F1;
}
.status_DENIED.ClassColor2, .status_DENIED_WEBSHOP_TICKET.ClassColor2 {
    background: #FEE6E5;
}
.status_DENIED.ClassColorSelected, .status_DENIED_WEBSHOP_TICKET.ClassColorSelected {
    background: #FDD4D1;
}

.status_PROCESSED.ClassColor1, .status_PROCESSED_WEBSHOP_TICKET.ClassColor1 {
    background: var(--e-global-color-uicore_white);
}
.status_PROCESSED.ClassColor2, .status_PROCESSED_WEBSHOP_TICKET.ClassColor2 {
    background: var(--e-global-color-uicore_light);
}
.status_PROCESSED.ClassColorSelected, .status_PROCESSED_WEBSHOP_TICKET.ClassColorSelected {
    background: #c2e5fc;
}

/* Card Types Images */

.imageDiv {
	display: table;
}

.imageDiv, .previewImgDiv {
	width: 100px;
/*	height: 80px; */
}

.previewImgDiv {
	float: left;
	text-align: center;
	padding:6px;
}

.mainPreviewDiv {
    padding-left: 15px;
    overflow-y: auto;
    max-height: 285px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.thumbnail.clickable {
    max-width: 300px;
    border-radius: unset;
}


/* Ace editor */

.editorDiv {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
}

.editorWrap {
	position: relative;
	height: 400px;
	width: 87%;
	float: left;
	margin-right: 5px;
}

.editorWrapExpand {
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
    right: 0;
    z-index: 1000;
}

.editorMenu {
	position: absolute;
    top: -3px;
    right: 20px;
	z-index: 300;
	display: flex;
	align-items: center;
}
.mastercardDiv {
	background: url(mastercard.png) no-repeat scroll 10px 10px;
    background-size: 90px;
    width: 100px;
}
.infoTextSubject {
    padding: 5px;
    font-size: 12pt;
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    cursor: pointer;
}

.infoTextBody {
    font-family: var(--e-global-typography-uicore_secondary-font-family);
    padding: 5px;
}

.infoTextBody > ol {
    list-style: inside;
    list-style-type: decimal;
}

.infoTextHr {
    border-top: 1px solid #6C90B1;
    height: 0px;
}

.smallButton {
	width: 16px;
    height: 16px;
    border: none !important;
    margin: 1px;
    padding: 0;
    box-shadow: none;
}
#cancelButton {
    background: var(--e-global-color-uicore_white);
    border-color: var(--e-global-color-uicore_white);
    box-shadow: unset;
    color: var(--e-global-color-uicore_primary);
}

.cloneFieldButton {
	width: 16px;
    height: 16px;
    border: none !important;
    background: url(plus16.png) no-repeat !important;
    margin: 1px;
    padding: 0;
    box-shadow: none;
}

.deleteClonedFieldButton {
	width: 16px;
    height: 16px;
    border: none !important;
    background: url(minus16.png) no-repeat !important;
    margin: 1px;
    padding: 0;
    box-shadow: none;
}


/* Override ACE Editor */
/* Ace-Diff */

#flex-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    top: 25px !important;
    left: 0px;

    /* these 3 lines are to prevents an unsightly scrolling bounce affect on Safari */
    width: 100%;
    overflow: auto;
    z-index: 500;
}

#flex-container>div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    position: relative;
}
#flex-container>div#acediff-gutter {
    flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #efefef;
    overflow: hidden;
}
#acediff-gutter svg {
    background-color: #efefef;
}

.acediff-class {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
}
.acediff-diff {
    background-color: #d8f2ff;
    border-top: 1px solid #a2d7f2;
    border-bottom: 1px solid #a2d7f2;
    position: absolute;
    z-index: 4;
}
.acediff-diff.targetOnly {
    height: 0px !important;
    border-top: 1px solid #a2d7f2;
    border-bottom: 0px;
    position: absolute;
}
.acediff-connector {
    fill: #d8f2ff;
    stroke: #a2d7f2;
}

.acediff-copy-left {
    float: right;
}
.acediff-copy-right,
.acediff-copy-left {
    position: relative;
}
.acediff-copy-right div {
    color: #000000;
    text-shadow: 1px 1px var(--e-global-color-uicore_white);
    position: absolute;
    margin: 2px 3px;
    cursor: pointer;
}
.acediff-copy-right div:hover {
    color: #004ea0;
}
.acediff-copy-left div {
    color: #000000;
    text-shadow: 1px 1px var(--e-global-color-uicore_white);
    position: absolute;
    right: 0px;
    margin: 2px 3px;
    cursor: pointer;
}
.acediff-copy-left div:hover {
    color: #c98100;
}
.acediff-label-bar {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    display: flex;
    background-color: #f1f1f1;
    width: 100%;
    height: 23px;
    font-size: initial;
    font-weight: bold;
    border: 1px solid #cecece;
}

.acediff-label-bar div{
	width: 50%;
    text-align: center;
    margin: auto;
    border-right: 1px solid;
}

.acediff-label-bar img{
	cursor: pointer;
    position: absolute;
    right: 2px;
}

.ace_searchbtn.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADRJREFUeNpiTE1NZQCC/0DMyIAKwGJMUAYDEo3M/s+EpvM/mkKwCQxYjIeLMaELoLMBAgwAU7UJObTKsvAAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
}
.ace_searchbtn.prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpiSU1NZUAC/6E0I0yACYskCpsJiySKIiY0SUZk40FyTEgCjGgKwTRAgAEAQJUIPCE+qfkAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
}
.ace_searchbtn {
    background-position: 50% 50% !important;
    width: 35px !important;
}
.ace_searchbtn, .ace_replacebtn {
    background: #fff !important;
    border: 0 none;
    border-left: 1px solid #dcdcdc;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0;
    position: relative;
    color: black;
}

.ace_searchbtn {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 35px;
    padding: unset;
}


/************** EditCustomizedFileAction.java *************/
.customizedFileLanguageColor {
	background-color: #cd8bcd;
    font-weight: bold;
}

.actionDiv {
    display: flex;
    width: 49%;
    justify-content: flex-end;
    padding-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
}
.defaultTableAction {
    display: flex;
    flex-wrap: wrap;
}
.actionDiv>.label {
    padding-right: 6px;
}

/******* QR code ***********/
.qrcode_icon{
    width: 2rem;
    display: inline-block;
    height: 2rem;
    position: relative;
    vertical-align: middle;
    left: -0.2rem;
    top: -0.1rem;
    border-radius: 0px;
    background-image: var(--qrcode-background-image); /** use correct url set in head.jsp */
    cursor: pointer;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
@-ms-viewport {
  width: device-width ;
}
/* @media only screen and (max-width: 600px) {
    .topContainer {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        height: fit-content;
    }
}
 */

@media print {
	
	.printButton, .noprint {
		display:none;
	}
	.printLogo {
		width:200px;
		height:50px;
		background:url("printLogo.png") no-repeat;
	}

	.printLogo.print {
    		display: list-item;
    		list-style-image: url("printLogo.png");
    		list-style-position: inside;
	}
}

@media only screen and (max-width: 820px) {
    #notVisibleAccountSelect {
        max-width: 90px;
    }
    .homeUrl {
        width: 100px;
        height: 40px;
        position: absolute;
        left: 50px;
        z-index:2000;
    }
    .memberStatusContainer .memberStatus {
        font-size: 10pt;
    }
    .statusAlert>img {
        height: 25px;
    }
    .quickTable {
        font-size: 9pt;
    }
    .quickCell {
        width: 80px;
        height: auto;
    }
    li#toggle-menu {
        background: url(menu.svg) no-repeat center center;
        background-size: 25px;
        width: 25px;
        height: 17px;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 17px;
        left: 12px;
        display: block;
    }
    .dao-wg { 
        margin-top: 0px;
    }
    .headerBar{
          height:25px;
    }
    #bodyCenter {
        padding-top: unset;
    }
    .footerLogo {
        width: inherit;
        height: 45px;
        background: url(footerlogo.png) no-repeat center 9px / 0px auto;
        background-size: 100px;
    }
    .topBanner {
        background: url(topbanner.png) no-repeat scroll 50px 8px;
        height: 65px;
        position: relative;
        background-size: 105px;
        top: -35px;
        left: 5px;
    }
    .topBannerText {
        display: none;
    }
    .loginDataBar {
        top: -60px;
        flex-flow: wrap-reverse;
    }
	.defaultTableContent {
		width: 100%;
	}
    .tdHeaderTable {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }
    .tdHelpIcon {
        padding-top: 5px;
    }
    .tdHeaderContents {
        white-space: unset;
    }
    .tdContents {
        position: relative;
        margin-left: 0px;
        width: 100%;
        padding-top: 25px;
    }
    .menuHolder {
		display: none;
		position: relative;
        left: -2px;
        z-index: 1000;
        top: -23px
    }
    input.tiny, textarea.tiny, select.tiny {

    }
    input.small, textarea.small, select.small {
    	min-width: unset;
    	width: 90%;
    }
    input.medium, textarea.medium, select.medium {
    	min-width: unset;
    	width: 90%;
    	
    }
    input.large, textarea.large, select.large {
    	min-width: unset;
    	width: 90%;
    }
    input.full, textarea.full, select.full {
    	min-width: unset;
    	width: 90%;
    }
    .labelAds {
        white-space: wrap;
    }
	/*---------------------------------*/
	button, .button, .printButton, .linkButton, .ButtonDisabled {
		margin-top: 5px;
		min-width: 8rem;
		width: 97%;
	}
	.defaultTable td {
		display: flex;
	/*	width: max-content; */
		flex-direction: column;
		flex-flow: nowrap;
		align-items: center;
	}
    .defaultTable tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .label {
		text-align: left;
		margin-left: 6px;
		padding-left: unset;
	}
	input#loginText {
		width: 90%;
	}
	fieldset {
		width: inherit;
	}
	span.customFieldContainer {
		width: 100%;
	}
	.defaultTable select {
		max-width: unset;
		width: 90%;
	}
	td td:has(.imageContainer) {
		display: flex !important;
		justify-content: flex-start;
		align-items: center;
		border: var(--e-global-color-uicore_primary) 1px solid;
		border-radius: 5px;
		width: 91%;
		margin-left: 5px;
	}

	.imageContainer {
		width: 90% !important;
	}
	.file_icon {
		width: 26px;
		height: unset;
		padding-left: 3px;
	}
	.camera_icon {
		margin-left: 15px;
		width: 30px;
		height: unset;
		padding-right: 25px;
	}
	#bodyCenter {
        padding-top: unset;
        padding-left: unset;
        padding-right: unset;
        padding-bottom: unset;
    }
    .topContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
    tr:has(#save_file) {
        display: flex;
        justify-content: space-between;
        padding-left: unset !important;
    }
    td:has(#save_file) {
        display: block;
        max-width: 45%;
    }
    td:has(#cancelButton) {
        display: block;
        max-width: 45%;
    }
    input.upload {
        width: 95%;
    }
    tr.trPicture {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #add_file {
        border-radius: 10px;
        width: 90%;
        min-width: unset;
        padding: unset;
    }
    .defaultTableCenter .defaultTableContent {
        margin: 0px;
        width: 95% !important;
        position: relative;
        top: 100px;
    }
    .defaultTableCenter .defaultTableContent {
        margin: 0px;
        width: 95% !important;
        position: relative;
        top: 100px;
    }
    .standaloneContents {
        padding-top: 15px;
    }
    .loginText {
        font-size: 10pt;
    }
    .loginFormTable {
        margin-top: 5px !important;
    }
    .tdContentTableForms table td, .tdContentTableForms table th {
        display: block;
    }
    .thumbnailContainer {
        width: fit-content;
    }
    tr:has(th) {
       /* display: table !important; */
    }
    .defaultTable td:first-child {
            width: 100%;
    }
    td td:has(input) {
        width: 100% !important;
    }
    .headerLabel {
        text-align: right;
        padding-right: 3px;
        font-size: 11pt;
        width: max-content !important;
    }
    td td:has(textarea) {
        width: 100% !important;
    }
}
