/* Admin stuff  */
#admin-header {
	width: 100%;
	height: 40px;
	overflow: none;
	z-index: 3;
}

#admin-header .wrapper {
	background: #A3A3A3;
	padding: 6px 10px 8px 10px;
	overflow: none;
}

#admin-header #navigation {
	white-space: nowrap;
	overflow: hidden;
	overflow: none;
}

#admin-header #navigation li {
	float: left;
	margin-left: 7px;
}

#admin-header #navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	width: 87px;
	text-align: center;
	border-width: 3px 3px 3px 3px;
	background: url(../images/top_nav_off.png) no-repeat left top;
}

#admin-header #navigation li a:hover {
	color: #183100;
	background: url(../images/top_nav_over.png) no-repeat left top;
	text-decoration: none;
}

#admin-header #navigation li.current a {
	color: #FFFFFF;
	background: url(../images/top_nav_on.png) no-repeat left top;
	text-decoration: none;
}

#admin-workspace {
	width: 950px;
	margin: 0 auto;
	height: 100%;
	padding-top: 10px;
}

#admin-workspace.wide {
	width: 100%;
	overflow: auto;
	padding-top: 15px;
}

#admin-workspace-header {
	border: 2px solid #eaeaea;
	padding: 8px 5px 5px 5px;
	background: white;
}

#admin-workspace.wide #admin-workspace-header {
	margin: 0 auto 8px auto;
	width: 800px;
}

#admin-workspace-header #header-text {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

#admin-workspace-header #header-info {
	margin-bottom: 15px;
}

#admin-workspace-header #header-text {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

#admin-workspace-header #header-info {
	margin-bottom: 10px;
}

.admin-workspace-single {
	border: 2px solid #eaeaea;
	padding: 15px 5px 10px 5px;
	margin: 5px;
	width: 45%;
	float: left;
	height: 110px;
	background: white;
}

.admin-workspace-single .header-text {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

.admin-workspace-single .button-description {
	float: left;
	width: 70%;
	margin: 16px 0px;
}

.admin-workspace-single .download-button {
	float: right;
	width: 23%;
	margin-top: 5px;
}

.admin-workspace-dual {
	border: 2px solid #eaeaea;
	padding: 15px 5px 10px 5px;
	margin: 5px;
	width: 45%;
	float: left;
	height: 200px;
	background: white;
}

.admin-workspace-dual .header-text {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

.admin-workspace-dual .header-info {
	padding-top: 5px;
	margin-bottom: 15px;
}

.admin-workspace-dual .buttons-wrapper {
	width: 100%;
	padding-top: 25px;
	margin: 25px;
}

.admin-workspace-dual .buttons-wrapper .button {
	margin: 0 auto;
}

#admin-edit-buttons-wrapper {
	width: 100%;
	height: 32px;
	margin-bottom: 0;
}

#admin-edit-buttons-wrapper #edit-button,
#admin-edit-buttons-wrapper #save-button,
#admin-edit-buttons-wrapper #update-password-button,
#admin-edit-buttons-wrapper #reset-password-button,
#admin-edit-buttons-wrapper #edit-caps-button,
#admin-edit-buttons-wrapper #create-user-button,
#admin-edit-buttons-wrapper #bulk-cam-edit {
	float: left;
	margin-right: 5px;
}

#admin-edit-buttons-wrapper #init-button,
#admin-edit-buttons-wrapper #refresh-config-button,
#admin-edit-buttons-wrapper #delete-button,
#admin-edit-buttons-wrapper #cancel-link,
#admin-edit-buttons-wrapper #reset-all-passwords-button
	{
	float: right;
	margin-right: 40px;
}

#editUserDialog,#editRoleDialog,#editGroupDialog,#editRegisterDialog,#editCategoryDialog,#camInitDialog
	{
	padding: 0 25px 0 25px;
	width: 400px;
}

#editPOSDialog,#editAccessDialog {
	padding: 0 25px 0 25px;
	width: 500px;
}

#camEditDialog {
	padding: 0 5px 0 5px;
	width: 640px;
}

#editBulkCameraDialog {
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

}

#envrEditDialog {
	padding: 0 25px 0 25px;
	width: 470px;
}


.admin-ro-data {
	padding: 3px;
	margin: 3px;
}

#envr-example-icon {
	padding: 5px 5px 5px 12px;
	background: -8px -54px url(../images/icons.png) no-repeat;
}

#usageForm {
	width: 450px;
}

#posForm {
	width: 350px;
}

#posForm select {
	width: 17em;
	height: 14em;
	background: none rgb(15, 15, 15) !important;
	margin-top: 10px;
	padding: 0px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#posForm input {
	width: 15em;
}

#password_help_link {
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: underline;
}

.admin-button-info-span {
	font-style: italic;
	font-weight: bold;
}

#reset-admin-grid .ui-button-text {
	padding: .2em .4em;
}

#admin-filters .remove-filter {
	margin: 0.3em 0em 0em 1em;
}

#reset-admin-grid {
	margin-top: .2em;
}

#camBulkForm {
	width: 100%;
	height: 263x;
	overflow: visible;
	background-color: #fefefe;
}

.adminDetailsRow.bulk-edit-camera-errors {
	color: #000000;
	width: 90%;
	display:block;
	margin: 10px;
	font-weight: bold;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid red !Important;;
	/*float: left;*/
	text-align: center;
	padding: 10px;
}

#filterValueInput {
	line-height: 1.1em;
	height: 1.1em;
}

#accessListsDialog {
	width: 325px;
	max-width: 325px;
}

#accessListsDialog #accessListNames,#accessListsDialog #accessListNames option
	{
	background-image: none;
	background-color: black;
	color: white;
}

div.jq-tabs ul.jq-tabs li.camera-tab {
	/*position: absolute;*/
	/*top: 4px;*/
	display: inline-block;
	float: none;
}

.jq-tabs {
	background: #fff;
	border: 0px;
	height: 29px;
}

.ui-tabs .ui-tabs-nav{
	background: none;
}

.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #FFF;
}

ul.jq-tabs li.ip-tab {
	left: 248px;
	top: 0px;
}

#camera-tabs {
	height: 350px;
	overflow: auto;
	white-space: nowrap;
}

input#model {
	line-height: normal;
	height: 1.2em;
}

.camera-motion-control-column {
	float: left;
	width: 30%;
	padding-top: 8em;
}

.camera-motion-video-column {
	float: left;
	width: 70%;
}

.edit-cam-video {
	width: 420px;
	height: 311px;
	border: 1px solid #666;
}

.edit-cam-video .wrapper, .edit-cam-video .video, .edit-cam-video .player {
	height: 100%;
	width: 100%;
}

div.player {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: black;
}

.edit-cam-video div.player embed,
.edit-cam-video div.player object {
	height: 296px;
	width: 420px;
}

.motion-mask-button {
	float: left;
	width: 80%;
	margin-top: 1.5em;
}

.envy-cascade-entries li img {
	float: left;
}

.camera-checkbox-label {
	padding-top: 3px;
	float: left;
	width: 64px;
	text-align: right;
	margin-left: -2px;
}

.camera-checkbox {
	float: left;
	width: 30px;
}

#editBulkCameraDialog .adminDetailsRow .header {
	padding: 2px 0px;
	margin: -2px auto;
	font-size: 13px;
	font-weight: bold;
	color: #37779D;
	border-right: 1px solid #95AEC2;
	text-align: center;
	background: none;
}

#editBulkCameraDialog .adminDetailsRow.bulk-cam-header {
	padding: 2px 0px;
	color: #37779D;
	cursor: inherit;
	background: #DAE2E5;
	border: 1px solid #95AEC2;
}

#editBulkCameraDialog .adminDetailsRow {
	border-left: 1px solid #C0C0C0;
	padding: 2px 0px;
	min-width: 1500px;
	width: auto !important;
	width: 1500px;
}

.ip-optional {
	display: none;
}

.dlgFormDivGroupHeading label {
	float: left;
}

.dlgFormDivGroupHeading a {
	float: left;
	margin-left: 5px;
	margin-top: 1px;
	text-decoration: none;
}

#editEnvrDialog {
	width: 480px;
}

#virtual_envr_camera_div {
	margin-top: 25px;
	font-size: 13px;
	text-align: center;
}

#camPtzUrlCalculated {
	float: left;
	margin-top: 4px
}

#camPtzPort {
	line-height:9px;
	font-size:10px;
	height: 9px;
	float:left;
	width: 30px;
}

.envr-audio-channels {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#accessAppCameraDialog {
    width: 330px;
    height: 400px;
    overflow: hidden;
}

#accessAppCameraDialog .adminDetailsRow .header {
    padding: 2px 0px;
    margin: -2px auto;
    font-size: 13px;
    font-weight: bold;
    color: #37779D;
    border-right: 1px solid #95AEC2;
    text-align: center;
    background: none;
}

#accessAppCameraDialog .adminDetailsRow.bulk-cam-header {
    padding: 2px 0px;
    color: #37779D;
    cursor: inherit;
    background: #DAE2E5;
    border: 1px solid #95AEC2;
}

#accessAppCameraDialog .adminDetailsRow {
    border-left: 1px solid #C0C0C0;
    padding: 2px 0px;
    min-width: 1500px;
    width: auto !important;
    width: 1500px;
}

#accessAppCameraDialog #header-info {
    color: white;
    width: 95%;
    padding-bottom: 10px;
}
#accessAppCameraDialog #camera_details {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#envrStatusList {
    width: 220px;
}
