.bz-vpbx-item-confirm {
	top: 3px;
	right: 3px;
}
.bz-floatbox.bz-vpbx-item-confirm a {
	min-width: 150px;
}

.bz-vpbx-item-form h3 {
	/*margin: 0 -5px 10px -5px;*/
	/*border-bottom: solid 0px #C9CDD1;*/
	font-size: 20px;
	line-height: 32px;
	font-family: museo700, Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;
	color: #585959;
	color: #000;


	vertical-align:baseline;

	padding: 6px 15px 7px 47px;

	/*box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);*/

	border-bottom: 1px solid #ECEEF0;
	/*border-bottom: 0;*/
}

.bz-vpbx-item-form h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	left: 7px;
	top: 7px;

	background-repeat: no-repeat;
	/*background-position: 9px 2px;*/
	/*background-size: 32px 96px;*/
	background-image: url('/_releasecrc_/images/items/um.svg');
}
.bz-vpbx-item-form.bz-type-device h3:before {
	background-image: url('/_releasecrc_/images/items/device.svg');
}
.bz-vpbx-item-form.bz-type-mobile h3:before {
	background-image: url('/_releasecrc_/images/items/mobile.svg');
}

.bz-vpbx-item-form.bz-type-group h3:before {
	background-image: url('/_releasecrc_/images/items/group.svg');
}
.bz-vpbx-item-form.bz-type-external h3:before {
	background-image: url('/_releasecrc_/images/items/external.svg');
}
.bz-vpbx-item-form.bz-type-ivr h3:before {
	background-image: url('/_releasecrc_/images/items/ivr.svg');
}
.bz-vpbx-item-form.bz-type-pmuser h3:before {
	background-image: url('/_releasecrc_/images/items/pmuser.svg');
	background-position: 5px 2px;
	background-size: 27px;
}
.bz-vpbx-item-form.bz-type-fax h3:before {
	background-image: url('/_releasecrc_/images/items/fax.svg');
}
.bz-vpbx-item-form.bz-type-audio h3:before {
	background-image: url('/_releasecrc_/images/items/audio.svg');
}

.bz-vpbx-item-form, .bz-vpbx-items {
	float: left;
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	/*	margin: 10px;
		padding: 9px;
		border: solid 0px #C9CDD1;
		
		box-shadow: 0 5px 10px -4px rgba(0,0,0,.25); */
	background-color: #FFF;
}

@media all and (max-width: 959px) {
	.bz-vpbx-item-form, .bz-vpbx-items {
		width:67%;
	}
}

/* list headers smaller */
@media all and (max-width: 689px) {
	.bz-vpbx-item-form h3 {
		font-size: 1.17em;
	}
}

.bz-vpbx-item-form {
	position: relative;
	border: 1px solid #ECEEF0;
}

.bz-vpbx-item-list > button
,.bz-vpbx-item-form > button {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;

	width: 32px;
	height: 32px;
}
.bz-vpbx-item-list > button:before
,.bz-vpbx-item-form > button:before
,.bz-vpbx-item-confirm:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;

	position: absolute;
	top: 0;
	right: 0;

	background-size: 64px 64px;
	background-image: url('/_releasecrc_/images/buttons.svg');
}

.bz-vpbx-item-confirm:before {
	top: 4px;
	right: 4px;
}

.bz-vpbx-item-form > button:before
,.bz-vpbx-item-confirm:before {
	background-position: -32px 0;
}
.bz-vpbx-item-form > button.bz-create:before {
	background-image: none;
}
.bz-vpbx-item-form > button.bz-create,
.bz-vpbx-item-form button.bz-update{
	cursor: auto;
}

.bz-vpbx-item-form.bz-loading > button:before {
	background-position: 0 0;
	background-image: url('/_releasecrc_/images/throbber.svg');
	background-size: 32px 32px;
}
.bz-no-smil .bz-vpbx-item-form.bz-loading > button:before {
	background-image: url('/_releasecrc_/images/throbber.gif');
	background-size: 32px 32px;
}

.bz-vpbx-item-form form ul {
	margin: 10px;
}
.bz-vpbx-item-form form ul.bz-choice.readonly li {
	padding-left: 0px;
}
.bz-vpbx-item-form form li {
	clear: both;
	padding: 10px 10px 15px 10px;
	overflow: hidden;
}
.bz-vpbx-item-form form label {
	float: left;
	width: 25%;
	margin: 0;
	padding: 5px 0;
	min-height: 1px;
	font-weight: bold;
	word-wrap: break-word;
}
.bz-vpbx-item-form form input[type='number']
,.bz-vpbx-item-form form input[type='password']
,.bz-vpbx-item-form form input[type='text']
,.password_change input
,.bz-vpbx-item-form form input[type='file']
,.bz-vpbx-item-form form select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;

	width: 75%;
	height: 30px;

	margin: -3px 0;
	padding: 3px 6px;

	border: 1px solid #BCC1C5;
	box-shadow: inset 0 2px 5px -1px #D7DADC;
	box-shadow: inset 0 2px 5px -1px rgba(0,0,0,.15);
}
.password_change input {
	width: 95%;
	font: 12px/14px Verdana;
}
.bz-vpbx-item-form form input[type='number']:focus
,.bz-vpbx-item-form form input[type='password']:focus
,.bz-vpbx-item-form form input[type='text']:focus
,.password_change input[type='password']:focus {
	outline: none;
	border: 1px solid #F48C00;
	box-shadow: 0 0 5px 0 #F48C00;
}

.bz-vpbx-item-form form .bz-invalid input[type='number']
,.bz-vpbx-item-form form .bz-invalid input[type='password']
,.bz-vpbx-item-form form .bz-invalid input[type='text'] {
	color: #D52B1E;
	background-color: #FBEAE9;
	border: 1px solid #D52B1E;
}

.bz-vpbx-item-form form .bz-invalid input[type='number']:focus
,.bz-vpbx-item-form form .bz-invalid input[type='password']:focus
,.bz-vpbx-item-form form .bz-invalid input[type='text']:focus {
	box-shadow: 0 0 5px 0 #D52B1E;
}


.bz-vpbx-item-form form .bz-choice {
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	width: 75%;
	margin: -10px 0;
	overflow: auto;
	float: left;
}
.bz-vpbx-item-form form .bz-choice.readonly {
	margin: 0px 0;
}
.bz-vpbx-item-form form li .noItem{
	margin: 5px 0px 0px 0px;
}


.bz-vpbx-item-form form .bz-invalid .bz-choice {
	/*border: 1px solid #D52B1E;*/
	color: #D52B1E;
}

.bz-vpbx-item-form form .bz-choice label {
	width: inherit;
	padding: 10px 0 10px 42px;
	position: absolute;
	display: block;
	/*margin: -10px 0 -10px -42px;*/
	margin: -10px 0 -10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	font-weight: normal;
}

.bz-vpbx-item-form form .bz-choice li {
	overflow: auto;
	display: block;
	padding: 17px;
}
.bz-vpbx-item-form form .bz-choice li:nth-child(2n) {
	background-color: #F6F7F7;
}

.bz-vpbx-item-form form .bz-choice input[type='checkbox'] {
	display: block;
	float: left;
	clear: both;
	width: 32px;
	height: 32px;
	margin: -8px 10px -8px 0;
	opacity: .0;
}

.bz-vpbx-item-form form .bz-choice input[type='checkbox'] + span {
	display: block;
	position: absolute;
	margin: -8px 0 0 0;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	opacity: 1;
}

.bz-vpbx-item-form form .bz-choice input[type='checkbox'] + span {
	background-image: url('/_releasecrc_/images/checkbox.svg');
	background-size: 96px auto;
	-webkit-background-size: 95.9px auto; /* fix for weird Safari rendering bug */
}


.bz-vpbx-item-form form .bz-choice input[type='checkbox']:checked + span {
	background-position: -32px 0;
}
.bz-vpbx-item-form form .bz-choice input[type='checkbox']:focus + span {
	background-position: 0 -32px;
}
.bz-vpbx-item-form form .bz-choice input[type='checkbox']:checked:focus + span {
	background-position: -32px -32px;
}
.bz-vpbx-item-form form .bz-invalid .bz-choice input[type='checkbox'] + span {
	background-position: 0 -96px;
}
.bz-vpbx-item-form form .bz-invalid .bz-choice input[type='checkbox']:checked + span {
	background-position: -32px -96px;
}
.bz-vpbx-item-form form .bz-invalid .bz-choice input[type='checkbox']:focus + span {
	background-position: 0 -128px;
}
.bz-vpbx-item-form form .bz-invalid .bz-choice input[type='checkbox']:checked:focus + span {
	background-position: -32px -128px;
}

.bz-vpbx-item-form form .bz-choice li.bz-disabled {
	color: rgba(0,0,0,.4);
}

.bz-vpbx-item-form form button {
	margin-left: 25%;
}

.bz-vpbx-item-form form button.save_and_new {
	margin-left: 5%;
}

.bz-vpbx-item-form form .bz-choice li.bz-inactive,
.bz-lines-table td.bz-inactive{
	color: red;
}
.bz-vpbx-item-form form .bz-choice li.bz-inactive.readonly{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bz-vpbx-item-form form .bz-choice li.bz-inactive.readonly{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bz-vpbx-item-form form .bz-choice li.bz-inactive.readonly label{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bz-vpbx-item-form form .bz-choice li label.readonly{
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #585959;
}


.bz-vpbx-item-form form input[type='file'] {
	margin: 0;
	padding: 0;

	border: none;
	box-shadow: none;
}


.bz-vpbx-item-form form .bz-choice input[type='radio'] + span {
	float: left;
	width: 10px;
	height: 10px;
	padding: 4px;
	text-align: center;
	background: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/* auto, since non-WebKit browsers don't support input styling */
	margin: auto 10px;
	border: 1px solid #c1c1c1;
	/* Mobile Safari */
	-webkit-appearance: none;

	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
}

.bz-vpbx-item-form form .bz-choice input[type='radio'] + span:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(244, 140, 0, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(244, 140, 0, 0.2);
}

.bz-vpbx-item-form form .bz-choice input[type='radio']:checked + span {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(244, 140, 0, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(244, 140, 0, 0.2);
}

.bz-vpbx-item-form form .bz-choice input[type='radio'] + span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	margin: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.bz-vpbx-item-form form .bz-choice input[type='radio']:checked + span:after {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(244, 140, 0, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(244, 140, 0, 0.2);
	background: #F48C00;
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #F48C00 0%, #F48C00 40%, #F48C00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #F48C00), color-stop(40%, #F48C00), color-stop(100%, #F48C00));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #F48C00 0%, #F48C00 40%, #F48C00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #F48C00 0%, #F48C00 40%, #F48C00 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #F48C00 0%, #F48C00 40%, #F48C00 100%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #F48C00 0%, #F48C00 40%, #F48C00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F48C00', endColorstr='#F48C00', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.bz-vpbx-item-form form .bz-choice input[type='radio']:not(:checked) + span:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.bz-vpbx-item-form form .bz-choice input[type='radio']:checked
,.bz-vpbx-item-form form .bz-choice input[type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.action-buttons {
	position: absolute;
	top: 3px;
	right: 0;
	margin-top: 5px;
	margin-right: 70px;
}

.bz-vpbx-item-list > .action-buttons > .addButton {
	width: 32px;
	height: 32px;
}

.bz-vpbx-item-list > .action-buttons > .addButton:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;

	position: absolute;
	top: 0;

	background-size: 64px 64px;
	background-image: url('/_releasecrc_/images/buttons.svg');

	cursor: pointer;
}

.bz-vpbx-item-list > .action-buttons > .expandButton.collapsed:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 32px 64px;
	background-image: url('/_releasecrc_/images/expand_button.svg');
	margin-left: 64px;

	cursor: pointer;
}

.bz-vpbx-item-list > .action-buttons > .expandButton.expanded:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 32px 64px;
	background-image: url('/_releasecrc_/images/collapse_button.svg');
	margin-left: 64px;

	cursor: pointer;
}

.bz-vpbx-item-list > .action-buttons > .detailsButton:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 32px 64px;
	background-image: url('/_releasecrc_/images/question_mark_button.svg');
	margin-left: 32px;

	cursor: pointer;
}