#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 3px #5a950a;
	color: #000;
	top: 80px;
	left: 476px;
	z-index: 999999999 !important;
    padding:0px !important;
        -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
#popup_title {
	font-size: 18px;
	color: #fff !important;
    font-family: auto;/*'Roboto-light';*/
	text-align: left;
	line-height: 1.42857143;
	background: #5a950a;
	border: solid 1px #FFFFFF;
	cursor: default;
    padding-left: 0.5em;
	 
	margin: 0em;
}
#popup_content {
	background: 16px 16px no-repeat;
    padding: 1em 1.75em;
    margin: 0em;
}
#popup_content.alert {
}
#popup_content.confirm {
	background-image: url(alert_images/confirm_important.gif);
}
#popup_content.prompt {
	background-image: url(alert_images/confirm_help.gif);
}
#popup_panel {
	text-align: right;
	margin: 0em 0em 0em 0em;
}
#popup_prompt {
	margin: .5em 0em;
}
#popup_message {
padding: 1em .5em .5em .5em;
    font-size: 14px;
}
BUTTON.confirmbutton, .confirmbutton_wht {
	text-transform: uppercase;
    border: none;
    font-family: 'Roboto-Medium';
	height: 24px;
	color: #fff;
    background-color: #5a950a;
	min-width: 70px;
	cursor:pointer;
    margin: 0 3px;
 }
    BUTTON.confirmbutton:hover, .confirmbutton_wht:hover {
        background-color: #5a950a;
       color: #fff;
    }
BUTTON.confirmbutton:focus, .confirmbutton_wht:focus{   
    
}
.ui-button {
	margin-left: -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/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/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/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/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;
}
