#editor label{
	display:block;
}
#editor input.text{
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}
.btn-allow-device {
	background-color:#0A640C !important;
	color: #ffffff !important;
}
.btn-decline-device {
	background-color:#cfc814 !important;
	color: #000000 !important;
}
.btn-delete-device {
	background-color:#e2001a !important;
	color: #ffffff !important;
}

#onesignal-popover-dialog button,
button.flatbutton-small{
	color: #666666;
	background-color:#eaeaea;
	background-image: none;
	font-size:13px;
	border:none !important;
	height:30px !important;
	border-radius: 3px;
	font-weight: 100;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

span.save-on{
	display: none;
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('images/user/validation/valid_ok.png');
}

span.save-off{
	display: none;
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('images/user/validation/valid_no.png');
}

div.uam-right-box-no-menu{
	margin-left: 195px !important;
}

#onesignal-popover-dialog {
	top: 40px !important;
	width: 450px !important;
	position: relative;
	border-radius: 5px;
}

#onesignal-popover-dialog .popover-body-icon {
	width: 100% !important;
	text-align: center;
	margin-bottom: 20px;
	height: 40px !important;
}

#onesignal-popover-dialog .popover-body-icon img {
	width: auto !important;
	height: 100% !important;
	margin: auto;
	position: relative;
}

#onesignal-popover-dialog .popover-body-message {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 20px;
	color: #6e6e6e #important;
}

#onesignal-popover-dialog .popover-footer .popover-button {
	padding: 10px 40px;
	height: auto !important;
	font-weight: 700;
}
#onesignal-popover-dialog .popover-footer .popover-button:hover {
	opacity: .8;
}
#onesignal-popover-dialog .popover-footer #onesignal-popover-cancel-button.secondary.popover-button {
	float: left;
	color: #a8a8a8 !important;
	background: #e7e7e7 !important;
}
#onesignal-popover-dialog .popover-footer #onesignal-popover-allow-button.primary.popover-button {
	float: right;
	color: #fff !important;
	background: #ff7b32 !important;
}

label {
	cursor: default;
}

div.notif-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #efefef;
	opacity: 0.7;
	display: none;
	z-index: 103;
}

#pushnotification_box{
	position: relative;
}

