.submenu-arrow span {
	line-height: 28px;
	position: relative !important;
}

.submenu-arrow > ul > li > a > span {
	width: 100% !important;
}

.ui-menuitem-link span {
	width: 100% !important;
}

.submenu-arrow a span {
	width: 5% !important;
}

.submenu-arrow a span:first-child {
	width: 90%;
}

#myDlg_modal {
	z-index: 1040 !important;
}

.helpMsg {
	background-image: linear-gradient(#fefedd, #fefecc);
	border: dashed 1px #777777;
	margin-top: 20px;
	padding: 5px;
	border-radius: 10px;
}

#myDlg {
	z-index: 1040 !important;
	width: 150px !important;
	height: 136px !important;
	opacity: 0.6;
	border-radius: 100%;
}

#myDlg .ui-dialog-content {
	background-color: #101010;
	width: 100%;
	border-radius: 100%;
}

.radioTable {
	border-spacing: 10px;
	border-collapse: separate;
}

#gifLoadLogin {
	width: 30%;
}

@media print {
	.no-print {
		display: none !important;
	}
}

@media only screen and (max-width: 500px) {
	#gifLoadLogin {
		width: 70%;
	}
}

input[type="text"]:disabled {
	color: #777;
}

span.no-shadow input {
	box-shadow: none !important;
}


.context-menu {
  display: none;
  position: absolute;
  z-index: 10;
}

.context-menu--active {
  display: block;
}

div[id$="context"] {
	z-index: 8888 !important;
}

div[id$="Dialog_content"] {
	z-index: 8888 !important;
}