<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup_overlay    {
     background: #000 !important;
     opacity: 0.55 !important;
     z-index: 9999999 !important;
}
#popup_container {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	 border: solid 2px #fdc32d ;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	top: 80px;
	left: 476px;
	z-index: 999999999 !important;
	direction: rtl;
}
#popup_title {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 1.75em;
	color: #fff;
	background:#fdc32d ;
	border: solid 1px #FFFFFF;
	cursor: default;
	padding-right: 0.5em;
	margin: 0em;
}
#popup_content {
	background: 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
    font-family:'DroidKufiRegular','Lato',Arial,Helvetica,sans-serif; 
}
#popup_content.alert {
}
    #popup_content.confirm {
        background-image: url(alert_images/como_confirm_important.gif);
    }
    #popup_content.prompt {
        background-image: url(alert_images/como_confirm_help.gif);
    }
#popup_panel {
	text-align: left;
	margin: 1em 1em 0em 0em;
}
#popup_prompt {
	margin: .5em 0em;
        
}
BUTTON.confirmbutton, .confirmbutton_wht {
	font: bold 11px Arial, Sans-Serif;
	height: 24px;
	color: #FFFFFF;
	background:#fdc32d ;
    font-family:'DroidKufiRegular','Lato',Arial,Helvetica,sans-serif; 
    color:#fff;
	min-width: 70px;
	border:none;
	cursor:pointer;
	margin-right: 10px;
}
.ui-button {
	margin-right: -1px;
}
.ui-button-icon-only .ui-button-text {
	padding: 0.35em;
}
/*.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }*/
.ui-autocomplete {
	max-height: 80px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
.clear {
	clear: both;
}
.hr_shadow {
    border: 0;
    height: 20px;
    width: 100%;
    background: url(alert_images/como_separator-shadow-small.jpg) top center no-repeat;
    margin: 15px 0 22px 0;
}
.message_blue {
    color: #333;
    padding: 20px 20px 20px 60px;
    margin: 0 0 20px 0;
    background: #DAE6F2 url(alert_images/como_info01.gif) 20px center no-repeat;
    border: 1px solid #BDC4CA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.div_blue {
    color: #333;
    border: solid 1px;
    padding: 20px 20px 20px 60px;
    margin: 0 0 20px 0;
    background: #DAE6F2 url(alert_images/como_info01.gif) 20px center no-repeat;
    border: 1px solid #BDC4CA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.div_ph {
    color: #333;
    border: solid 1px;
    padding: 20px 20px 20px 60px;
    margin: 0 0 20px 0;
    background: #DAE6F2 url(alert_images/como_dif_abled.png) 20px center no-repeat;
    border: 1px solid #BDC4CA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.message_green {
	color: #333;
	padding: 20px 20px 20px 60px;
	margin: 0 0 20px 0;
	background: #A1DE92 url(alert_images/success.gif) 20px center no-repeat;
	border: 1px solid #BDC4CA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.message_red {
	color: #333;
	padding: 20px 20px 20px 60px;
	margin: 0 0 20px 0;
	background: #F9AEAE url(alert_images/disallowed.gif) 20px center no-repeat;
	border: 1px solid #BDC4CA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
table.imagetable th {
	background: #b5cfd2 url('alert_images/cell-blue.jpg');
	border: none;
}
#easyTooltip {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	z-index: 2000;
}
a.nice_anchor:hover {
	background: none;
	cursor: help;
}
</pre></body></html>