.pnfpb_ic_push_settings_table_row {
	height:70px;
}

.pnfpb_ic_push_settings_table_label_checkbox {
	padding-left:0px;
	padding-right:10px;
}

.pnfpb_ic_push_settings_table_column {
	border:1px solid #ccc;
}



.pnfpb_ic_push_settings_table_value_column {
	width:80%;
}

.pnfpb_ic_push_settings_table_value_column_input_field {
	width:82%;
}

.pnfpb_ic_push_settings_header {
	line-height:1.25em;
}

.pnfpb_ic_push_settings_header2 {
	line-height:1.0em;
}

.pnfpb_ic_push_settings_upload_icon {
    width:80%;
    white-space:normal;
    word-wrap:break-word;
}

.pnfpb_unsubscribe_button {
    color:#ffffff;
    background:#000000;
	display:none;
}

.pnfpb_subscribe_button {
    color:#ffffff;
    background:#000000;
    display:none;
}

.pnfpb-subscribe-notifications {
	text-align:center;
}


.pnfpb-unsubscribe-notifications {
	text-align:center;
}


.pnfpb-pwa-dialog-confirm {
    display:none;	
}

.pnfpb-pwa-dialog-app-installed {
    display:none;	
}

.pnfpb-pwa-dialog-app-installed_description {
    display:none;	
}


.pnfpb_subscribe_dialog_confirm {
    display:none;
}

.pnfpb_unsubscribe_dialog_confirm {
    display:none;
}

.pnfpb_group_users_subscribe_dialog_confirm {
	display:none;	
}

.subscribegroupbutton {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px !important;
	font-size: 14px !important;
	font-weight: 100 !important;
}

.subscribe-notification-group {
	margin-left: 1px;
	margin-right: 5px;
	padding: .3em .5em !important;
	font-size: 14px !important;
	font-weight: 100 !important;
}

.unsubscribe-notification-group {
	margin-top:1px;
	margin-left: 1px;
	margin-right: 5px;
	padding: .3em .5em !important;
	font-size: 14px !important;
	font-weight: 100!important;
}

.subscribe-display-on {
	display:block !important;
}

.subscribe-display-off {
	display:none !important;
}

.ui-dialog[aria-describedby~=pnfpb_group_users_unsubscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog[aria-describedby~=pnfpb_group_users_subscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonpane[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
    float: left !important;
    width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonset button[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
	padding: 3px !important;
	height: unset;
}

.ui-dialog[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
	width: 350px !important;
}

.ui-dialog-buttonpane[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
    float: left !important;
    width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonset button[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
	padding: 3px !important;
	height: unset;
}

.devicetokens .wp-list-table .column-id { width: 7%; }
.devicetokens .wp-list-table .column-userid { width: 15%; }


/* The snackbar - position it at the bottom and in the middle of the screen */
#pnfpbsnackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#pnfpbsnackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.pnfpbclose {
  height: 32px;
  opacity: 0.7;
}
.pnfpbclose:hover {
  opacity: 1;
}
.pnfpbclose:before {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose.pnfpbclosebefore:before {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose:after {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose.pnfpbcloseafter:after {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose:before {
  transform: rotate(45deg);
}
.pnfpbclose:after {
  transform: rotate(-45deg);
}