#popup_overlay{background:#000 !important;opacity:0.55 !important;z-index:9999999 !important;}
#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/confirm_important.gif);}
#popup_content.prompt{background-image:url(alert_images/confirm_help.gif);}
#popup_panel{text-align:right;margin:1em 1em 0em 0em;}
#popup_prompt{margin:.5em 0em;}
.ui-button{margin-right:-1px;}
.ui-button-icon-only .ui-button-text{padding:0.35em;}
.ui-autocomplete{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;}
/* Color Change Alert Style CSS */
#popup_container {
    font-size: 14px;
    color: #000;
    top: 80px !important;
    z-index: 999999999 !important;
    background: #fff;
    border-radius: 5px;
    padding: 0 !important;
}
#popup_title{font-size:11px;font-weight:bold;text-align:right;line-height:1.75em;color:#fff;background:#0c599d;border:solid 1px #FFFFFF;cursor:default;padding-right:0.5em;margin:0em;}
button.confirmbutton, .confirmbutton_wht{font:bold 11px;height:24px;color:#FFFFFF;background:#0c599d;font-family:'DroidKufiRegular','Lato',Arial,Helvetica,sans-serif;color:#fff;min-width:70px;border:none;cursor:pointer;margin-right:10px;}



h2#popup_title_blue{background:#287b52;color:#fff;padding:8px 15px;font-size:18px;line-height:25px!important}
#popup_container{border-radius:15px;overflow:hidden;min-width:320px!important;max-width:320px!important;top:15%!important}
div#popup_content_blue{padding:15px;background:#fff}
.btn.btn-primary{background:#287b52;color:#fff;padding:5px 10px;font-size:18px;line-height:25px!important;border-radius:5px;border:none}
.btn.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#287b52;color:#fff;padding:5px 10px;font-size:18px;line-height:25px!important;border-radius:5px;border:none;outline:none}
div#popup_message{padding-bottom:15px}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cea241;
    border-color: #cea241;
    outline: none;
    box-shadow: none;
}