/* push notifikacije  box */
#pushme-pn-msg{position: fixed; bottom: 10px; right: 10px; width: 300px; padding: 10px; background-color: rgba(0,0,0,0.8); color: white; font-size: 12px; z-index: 99999;}
#pushme-pn-msg h3{padding: 0; margin: 0px 0px 10px 0px; color: white; font-size: 14px; position: relative; }
#pushme-pn-msg h3 i{cursor: pointer; position: absolute; top: 0; right:0; }
#pushme-pn-msg table{width:100%;}
#pushme-pn-msg .img{width: 50px; height: 50px; background-size: cover; background-position: center center;}
#pushme-pn-msg .body{font-size: 14px; padding-left: 10px;}
#pushme-pn-msg a{position: absolute; top: 20px; bottom: 0; left: 0; right: 0;}


/* push notifikacija error */
#pushme-pn-error-overlay{position: fixed; top: 0; left: 0; right: 0; bottom:0; z-index: 99998; background-color: rgba(0,0,0,0.2); }
#pushme-pn-error {position: fixed; width: 300px; background-color: white; border: 1px solid #999999; padding: 15px; left: 50%; margin-left: -157px; top: 50%; margin-top: -150px; z-index: 99999; font-size: 12px;}
#pushme-pn-error h3{margin: 0px 0px 20px 0px;}
#pushme-pn-error a{font-weight: bold;}
#pushme-pn-error .buttons{margin-top: 10px; padding-top: 10px; border-top: 1px solid #DEDEDE; text-align: right; }
#pushme-pn-error button{display: inline-block;background-color: #DEDEDE;color: #000000;line-height: 14px;padding: 18px 20px;text-transform: uppercase;box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);border: none;font-weight: bold;cursor: pointer;}

/* push notifikacije dodatni popup */
.ant-push-notif{position: fixed; z-index: 9999; padding: 15px; text-align: center; text-transform: uppercase; background-color: #000 !important; color: white !important;}
.ant-push-notif span{margin-right: 20px;}
.ant-push-notif button{-webkit-appearance: none;-moz-appearance: none;appearance: none; padding: 5px 20px; color: white !important; border: 2px solid #FFF !important; background: black !important; cursor: pointer; margin-left: 10px;}
.ant-push-notif.ant-push-notif-2, .ant-push-notif.ant-push-notif-3{background-color: #D30023 !important;}
.ant-push-notif.ant-push-notif-3 button{border: none !important; background: #9E001A !important; }
.ant-push-notif.ant-push-notif-4{background-color: #3F3F3F !important;}
@media (max-width:981px) {
    .ant-push-notif.ant-push-notif-mobile_buttons_same_line{font-size: 12px; padding: 15px 8px;}
    .ant-push-notif.ant-push-notif-mobile_buttons_same_line span{margin-right: 10px;}
    .ant-push-notif.ant-push-notif-mobile_buttons_same_line button{margin-left: 7px; padding: 5px 12px;}
    
    .ant-push-notif.ant-push-notif-mobile_buttons_new_line span{margin: 0px 0px 10px 0px; display: block;}
    .ant-push-notif.ant-push-notif-mobile_buttons_new_line button{margin: 0px 10px !important;}
}