@CHARSET "UTF-8";

.clear:after {
	content: "";
	display: table;
	clear: both;
}

#pushNotifications {
	margin-top: 100px;
	max-width: 800px;
	margin-left: inherit;
}

#pushNotifications textarea {
	outline: none;
	border-radius: 5px;
	height: 10em;
}

#pushNotifications .notificationContent {
	padding: 20px;
}

#pushNotifications button {
	margin: 10px 0;
	float: right;
}

#pushNotifications select {
	display: inline;
}

#pushNotifications #automatic-gui td {
	padding: 5px;
}

#pushNotifications input[type="text"] {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	height: 3rem;
}

#pushNotifications button.add-item {
	margin: 2px 0px 0px 0px;
}

#pushNotifications button.remove-item {
	padding: 0 10px;
	margin: 2px 0px 0px 10px;
}

#pushNotifications .fullWidth {
	width: 100%;
}

#pushNotifications span.name {
	width: 240px;
	display: inline-block;
}

#pushNotifications span.status {
	background-color: red;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 15px;
    border: 1px solid black;
}

#pushNotifications #jobs .buttons {
	display: inline;
}

#pushNotifications #jobs .buttons button {
	margin-right: 10px;
}

#pushNotifications span.status.NORMAL {
	background-color: #24bb3a;
}

#pushNotifications span.status.PAUSED {
	background-color: #f2b535;
}