html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

h1 {
	font-size: 39px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0 0 0;
}

td {
	vertical-align: top;
}

a:link,a:visited {
	color: #3A759D;
	text-decoration: none;
}

a:hover,a:active {
	color: #3A759D;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
}

ul.login {
	margin: 0px 0 0 0;
}

ul.login li {
	margin: 0px;
	padding: 0px;
}

h2.login_info {
	margin: 0px;
	padding: 0px;
}

ul.style1 {
	margin: 10px 0 0 0;
}

ul.style1 li {
	list-style-type: square;
	margin: 3px 16px;
}

#wrapper {
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	bottom: 0;
}

#header {
	width: 100%;
	height: 52px;
	max-height: 52px;
	min-height: 52px;
	overflow: visible;
	z-index: 99;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.delaget-sm {
	position: relative;
	top: 5px;
}

#header .wrapper {
	background: white;
}

#salutation {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	right: 12px;
}

#salutation span {
	font-weight: normal;
	font-size: 12px;
	word-spacing: 3px;
}

#salutation span a {
	color: #FFFFFF;
}

#salutation span a.username {

}
/* this ends the old header styling, the new Insight header styling begins here */

.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 165px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu:before {
	right: 9px;
	left: auto;
	position: absolute;
	top: -7px;
	left: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
	right: 10px;
}

.dropdown-title{
	padding: 0 15px 0;
	width: 80% !important;
}
.dropdown-menu .divider {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}

.fa {
	padding: 3px;
	font-size: 17px;
}

#content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}

#content .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
}

.video-js {
	.download-video-link, a:link, a:visited {
		color: #FFF;
	}
	width: 100%;
}

.fa-search-plus {
	color: #FFF;
}
.make-big {
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari */
	transform: scale(2);
}
#my-video {
	height: 100%;
}
#canvas {
	display: none;
}

.video-title {
	height: 75px;
	width: 99.5%;
	z-index: 1;
	position: absolute;
	color: #FFF;
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.camera-name {
	padding: 10px;
	position: relative;
	top: 10px;
}
.clip-name {
	text-align: center;
	font-size: 16px;
	position: relative;
	bottom: 5px;
}

.vjs-control-content {
	-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
		 -moz-animation: fadein .5s; /* Firefox < 16 */
			-ms-animation: fadein .5s; /* Internet Explorer */
			 -o-animation: fadein .5s; /* Opera < 12.1 */
					animation: fadein .5s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.hide {
	visibility: hidden;
  opacity: 0;
  transition: visibility .75s linear .75s, opacity .75s;
}


.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #3daeff !important;
}

.hide-fbf {
	display: none !important;
}
.take-snapshot-button {
	position: relative;
	top: 2px;
	font-size: 19px;
}
.canvas-helper {
	width: 0;
	height: 0;
}
.video-control-panel {
	width: 100%;
	height: 20px;
}
.video-wrapper {
	height: 100%;
	width: 100%;
}

/***SnapShot Menu***/
.snapshot-menu > .vjs-menu {
	width: 4.5em !important;
	left: -.5em !important;
}
.snapshot-menu-icon {
	position: relative;
	top: 4px;
}
.snapshot-menu-item {
	width: 100%;
	text-align: center;
}
.snap-shot-link {
	z-index: 100;
}




#carl {
	height: 100%;
	background: white;
	width: 253px;
	min-width: 253px;
	max-width: 253px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#carl .wrapper {
	padding: 0 10px 0 10px;
	margin: 0;
	z-index: 2;
}

#carl .handle {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/arrow_left.png) no-repeat top left;
	cursor: pointer;
	z-index: 10
}

#carl .handle.collapsed {
	background: url(../images/arrow_right.png) no-repeat top left;
}

#carl ul.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

#carl ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
}

#carl ul.tabs li a {
	float: left;
	display: block;
	padding: 0px 5px 3px 5px;
	width: 52px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	border-width: 5px 5px 10px 5px;
	border-image: url(../images/tab_off.gif) 5 5 10 5 fill stretch stretch;
	-moz-border-image: url(../images/tab_off.gif) 5 5 10 5 stretch stretch;
	-webkit-border-image: url(../images/tab_off.gif) 5 5 10 5 stretch
		stretch;
}

#carl ul.tabs li a:hover {
	color: #FFFFFF;
	border-image: url(../images/tab_over.gif) 5 5 10 5 fill stretch stretch;
	-moz-border-image: url(../images/tab_over.gif) 5 5 10 5 stretch stretch;
	-webkit-border-image: url(../images/tab_over.gif) 5 5 10 5 stretch
		stretch;
}

#carl ul.tabs li.current a {
	color: #FFFFFF;
	border-image: url(../images/tab_on.gif) 5 5 10 5 fill stretch stretch;
	-moz-border-image: url(../images/tab_on.gif) 5 5 10 5 stretch stretch;
	-webkit-border-image: url(../images/tab_on.gif) 5 5 10 5 stretch stretch;
}

#carl .wrapper .content {
	display: block;
	clear: both;
	padding: 3px 0 0 0;
	vertical-align: top;
	z-index: 9999;
}

#carl .wrapper .content input.search {
	width: 180px;
	display: block;
	float: left;
	z-index: 9999;
}

#carl button {
	float: left;
}

.searchButton,.calendarButton,.clearButton {
	padding: .6em .5em .6em 0em;
	margin: .1em .3em;
}

#carl .wrapper .content button span.icon {
	width: 19px;
	height: 18px;
	background: url(../images/find.png) no-repeat top left;
	display: block;
	margin: 0 auto;
}

#carl #results-found .resultsHeader,h2,#folder-dialog .resultsHeader {
	display: block;
	clear: both;
	color: #303030;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	position: relative;
}

#carl h2 a.clear-search {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 3px;
	right: 0;
}

#carl .header {
	display: block;
	clear: both;
	padding: 5px 0 0px 0;
}

#carl .header .content {
	display: none;
}

#carl .header .content.current {
	display: block;
}

#report-header-wrapper {
	position: relative;
	width: 99%;
	height: 20px;
	padding: 6px;
	margin-top: 5px;
	background: white;
	display: none;
	white-space: nowrap;
	line-height: 22px;
}

#report-header-wrapper #report-name {
	color: black;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

#report-header-wrapper #report-export-csv {
	float: right;
}

#report-header-wrapper #report-export-csv a {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#report-header-wrapper #report-export-csv a:hover {
	color: white;
}

#report-header-wrapper ul {
	list-style: none;
	float: left;
	padding-left: 25px;
}

#report-header-wrapper ul li {
	float: left;
	margin-left: 10px;
}

#report-filters {
	min-width: 50px;
	overflow: hidden;
	white-space: nowrap;
}

#new-report-button {
	position: absolute;
	top: 63px;
	right: 10px;
	z-index: 999999;
}

#create-report-wrapper {
	background: #FFFFFF;
	padding: 0px;
	margin: 0;
	position: absolute;
	top: 65px;
	left: 10px;
	overflow-y: scroll;
	z-index: 999999;
}

#create-report-wrapper-content {
	padding: 10px;
	background: #FFFFFF;
}

#carl #refine-search {
	clear: both;
	padding-top: 0px;
	padding-bottom: 3px;
	background: url(../images/border_bg1.gif) repeat-x top left;
	z-index: 999999;
}

#carl #refine-search .search-label {
	display: none;
	padding-bottom: 10px;
	overflow-x: hidden;
}

#carl #refine-search h2 {
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: -4px;
	border-bottom: 0px;
	font-size: 13px;
}

#carl #refine-search h2.title {
	border-bottom: 1px solid #AFAFAF;
	font-size: 14px;
}

#carl .results-found {
	display: none;
}

#carl .no-results,#folder-dialog .no-results {
	padding-top: 5px;
	font-style: italic;
	color: #000;
}

#carl #results-found {
	height: 55%;
	min-height: 55%;
	max-height: 55%;
	padding-top: 6px;
	padding-bottom: 5px;
	width: auto;
	background: url(../images/border_bg1.gif) repeat-x top left;
	margin-top: .2em;
}

#carl #results-found .results {
	height: 100%;
	padding-right: 5px;
	padding-top: 0px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

#carl #results-found .results ol {
	padding-right: 0;
	margin-right: 0;
}

/* CARL li's */
#carl #results-found .results ol li {
	color: #262626;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1px; /* no, I have no idea why */
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	float: left;
}

/* cameras under appliances */
#carl #results-found .results ol li ol {
	margin-left: 25px;
}

#carl #results-found .results ol li ol li ol {
	margin-left: 10px;
}

/* CARL anchors are like this */
#carl #results-found .results ol li a:not(.envylocal-link),#folder-dialog .results ol li a {
	line-height: 15px;
	display: block; /* so that they take the entire CARL width */
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icons-new.png) no-repeat;
	font-size: 12px;
	color: #333333;
	padding-top: 5px; /* scoot down the image */
	padding-left: 21px; /* scoot over the anchor */
}

#carl #results-found .results ol li a.refine-search-date-value,#folder-dialog .results ol li a.refine-search-date-value
	{
	color: #3A759D;
	line-height: 12px;
	background: none;
	font-size: 10px;
	text-decoration: none;
	padding-top: 2px;
}

/* disabled anchors (aren't these selected items in the carl??) */
#carl #results-found .results ol li a.current.camera,#carl #results-found .results ol li a.current.camera.off,#carl #results-found .results ol li a.current.camera.error,#carl #results-found .results ol li a.current.appliance,#carl #results-found .results ol li a.current.appliance.off,#carl #results-found .results ol li a.current.appliance.error,#carl #results-found .results ol li a.current.report,#carl #results-found .results ol li a.current.clip,#carl #results-found .results ol li a.current.tracker
	{
	color: #FFFFFF;
	background-color: #656565;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}

/* folder icon */
#carl #results-found .results ol li a.folder,#carl #results-found .results ol li a.groupFolder,#folder-dialog .results ol li a.folder,#folder-dialog .results ol li a.groupFolder, #carl #results-found .results ol li a.biReportCategory, #carl #results-found .results ol li a.biReportCategoryRecent
{
	background-position: -8px -4px;
}

/* group icon */
#carl #results-found .results ol li a.group,#folder-dialog .results ol li a.group
	{
	background-position: -9px -602px;
}

/* appliance icons */
#carl #results-found .results ol li a.appliance {
	background-position: -8px -54px;
	max-height: 1em;
	overflow: hidden;
}

#carl #results-found .results ol li a.appliance.off {
	background-position: -8px -79px;
}

#carl #results-found .results ol li a.appliance.error {
	background-position: -8px -105px;
}

/* camera icons */
#carl #results-found .results ol li a.camera {
	background-position: -9px -130px;
}

#carl #results-found .results ol li a.camera.rec,
#carl #results-found .results ol li a.camera.rec.off {
	background-position: -9px -156px;
}

#carl #results-found .results ol li a.camera.off {
	background-position: -9px -182px;
}

#carl #results-found .results ol li a.camera.error {
	background-position: -9px -208px;
}

/* tracker icons */
#carl #results-found .results ol li a.tracker {
	background-position: -9px -627px;
}

#carl #results-found .results ol li a.tracker.off {
	background-position: -9px -651px;
}

/* reports */
#carl #results-found .results ol li a.report {
	background-position: -9px -520px;
}

/* clips */
#carl #results-found .results ol li a.clip {
	background-position: -9px -562px;
}

/* hover over CARL li.a's */
#carl #results-found .results ol li a:hover,#folder-dialog .results ol li a.folder:hover,#folder-dialog .results ol li a.groupFolder:hover,#folder-dialog .results ol li a.group:hover
	{
	background-color: #BFBFBF;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#carl #results-found .results ol li a.refine-search-date-value:hover {
	background-color: transparent;
	color: #3A759D;
	text-decoration: underline;
}

#carl #results-found .results ol li a.dragging,#carl #results-found .results ol li a.camera.dragging,#carl #results-found .results ol li a.camera.off.dragging
	{
	z-index: 999999;
	position: absolute;
}

#carl #results-found .results ol li a.dragging.valid,#carl #results-found .results ol li a.camera.dragging.valid,#carl #results-found .results ol li a.camera.off.dragging.valid
	{
	background-color: #59BF53;
}

#carl button.add-video-arrow {
	width: 16px;
	height: 16px;
	margin-right: -3px;
    margin-top: 0px;
	float: right;
	z-index: 999999;
	display: none;
}

#carl #results-found .results .carl-item-details {
	line-height: 14px;
	padding-top: 0px;
	margin-left: 10px;
	display: none;
	background: #E2E2E2;
	border-image: url(../images/tab_off.gif) 5 5 10 5 fill stretch stretch;
	-moz-border-image: url(../images/tab_off.gif) 5 5 10 5 stretch stretch;
	-webkit-border-image: url(../images/tab_off.gif) 5 5 10 5 stretch
		stretch;
}

#carl #results-found .results .carl-item-details .header {
	background: #E2E2E2 url(../images/video_close.gif) no-repeat top right;
}

#carl #results-found .results .carl-item-details ol {
	line-height: 14px;
	list-style: none;
	margin-bottom: 5px;
}

#carl #results-found .results .carl-item-details ol li {
	line-height: 14px;
	padding: 0px 0px 2px 5px;
}

#carl #find form, #carl #findLocations form {
	padding-bottom: 7px;
	box-sizing: initial!important;
	display: flex;
	width: 220px;
}

#carl .browse {
	display: none;
}

#carl #breadcrumbTrail {
	display: none;
}

#carl .breadcrumbTrail,#folder-dialog .breadcrumbTrail {
	padding: 1px 0 5px 0;
	margin-bottom: 0px;
	line-height: 16px;
	font-size: 12px;
}

#carl .breadcrumbTrail .separator,#folder-dialog .breadcrumbTrail .separator
	{
	display: inline-block;
	padding: 0 1px;
	font-weight: bold;
	color: #333333;
}

#carl .breadcrumbTrail a,#folder-dialog .breadcrumbTrail a {
	color: #333333;
	text-decoration: underline;
}

#carl .breadcrumbTrail a.last.active,#folder-dialog .breadcrumbTrail a.last.active
	{
	background-color: #656565;
	color: #FFFFFF;
	padding: 2px 4px;
	text-decoration: underline;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

#carl .breadcrumbTrail a.previous,#folder-dialog .breadcrumbTrail a.previous
	{
	background: url(../images/prev_arrow.gif) no-repeat center left;
	padding-left: 8px;
	color: #0A5385;
	font-size: 11px;
}

#carl table.recent {
	width: 100%;
	height: 300px;
	background: url(../images/recent_table_footer_bg.gif) no-repeat bottom
		center;
}

#carl table.recent a {
	font-weight: bold;
}

#carl table.recent th {
	padding: 9px 9px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/recent_table_header_bg.gif) repeat-x top left;
	white-space: nowrap;
	overflow: hidden;
}

#carl table.recent th.first {
	background: url(../images/recent_table_header_first_bg.gif) no-repeat
		top left;
}

#carl table.recent th.last {
	background: url(../images/recent_table_header_last_bg.gif) no-repeat top
		right;
}

#carl table.recent td {
	padding: 9px 9px;
	background: #E0E0E0 url(../images/whitedot.gif) repeat-x top left;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	color: #4D4D4D;
}

#carl table.recent tr.last-data td {
	border-bottom: 0;
	padding-bottom: 4px;
}

#carl table.recent tr.first td {
	background: #E0E0E0;
}

#carl table.recent td.first {
	border-left: 1px solid #C3C3C3;
}

#carl table.recent tr.last td {
	background: #E0E0E0 url(../images/recent_table_footer_bg.gif) repeat-x
		bottom center;
	border-top: 0;
	border-bottom: 0;
	height: 3px;
	min-height: 3px;
	max-height: 3px;
	padding: 0;
	line-height: 3px;
}

#carl table.recent tr.last td.first {
	background: #E0E0E0 url(../images/recent_table_footer_bg.gif) repeat-x
		bottom left;
	border-left: 0;
}

#carl table.recent tr.last td.last {
	background: #E0E0E0 url(../images/recent_table_footer_bg.gif) repeat-x
		bottom right;
	border-right: 0;
}

#workspace {
	background: #eeeeee;
	height: 100%;
	float: left;
	clear: none;
}

#workspace .workspace-wrapper {
	padding: 2px 5px 5px 5px;
	margin: 0 auto;
}

form h2 {
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AFAFAF;
}

form ul li {
	display: block;
	clear: both;
	padding: 10px 0;
	padding-bottom: 10px;
}

form ul li.metric {
	border-top: 1px solid #AFAFAF;
}

form ul li.col.button {
	padding-bottom: 10px;
}

form ul li.col.button button,form ul li.col.button a {
	float: left;
	clear: none;
}

form ul li.col.button a {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
	font-size: 12px;
}

form ul li.inline span,form ul li.inline ipnut,form ul li.inline select
	{
	float: left;
}

form ul li label input[type='checkbox'] {
	margin-top: 4px;
}

#carlos {
	height: 100%;
	background: white;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	width: 32px;
	min-width: 32px;
	max-width: 32px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#carlos .wrapper {
	padding: 0 10px 0 10px;
	margin: 0;
	display: none;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

#carlos .handle {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 30px;
	height: 20px;
	background: url(../images/arrow_left.png) no-repeat top left;
	cursor: pointer;
}

#carlos .handle.collapsed {
	background: url(../images/arrow_right.png) no-repeat top left;
}

#carlos .handle.collapsed.disabled {
	-moz-opacity: .33;
	filter: alpha(opacity =   33);
	opacity: .33;
	cursor: default;
}

#carlos div.tabs {
	width: 100%;
	margin-top: 4px;

}

#carlos div.tabs a {
	width: 45%;
	margin-left: 2px;
}

#carlos div.tabs a.current {
	border: 1px solid #7096ab;
    background: #85b2cb url(images/ui-bg_inset-hard_65_85b2cb_1x100.png) 50% 50% repeat-x;
    background: #85b2cb linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.4));
    background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.4)));
    background: #85b2cb -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.4)); /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#CCFFFFFF);     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#CCFFFFFF)"; */
    font-weight: bold;
    color: #1C4257;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}


#carlos .wrapper .content {
	display: block;
	clear: both;
	padding: 3px 0 0 0;
	vertical-align: top;
}

.clip {
	position: relative;
}

.carlosClipPreview {
	position: relative;
	height: 151px;
	width: 216px;
	overflow: hidden;
}

.play_button {
	position: absolute;
	top: 40%;
	left: 40%;
	width: 32px;
	height: 32px;
	background: url(../images/player_buttons2.png) no-repeat;
	background-position: 0px -131px;
}

.duration {
	position: absolute;
	bottom: 2px;
	right: 22px;
	background: white;
	opacity: 0.5;
}

.carlos-details {
	margin-top: 10px;
	padding: 0 10px;
}

.carlos-details .thumbnail {
	margin: 0 15px;
	padding: 0 0 15px 0;
}

.carlos-details .thumbnail img {
	border: 0;
	height: 151px;
	width: 216px;
}

.carlos-details .name,.carlos-details .camera-appliance {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 3px 0;
}

.carlos-details .camera-appliance {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 3px 0;
}

.carlos-details #report-details .name {
	width: 100%;
	display: inline-block;
}

.carlos-details #report-details .name p {
	margin-top: 6px;
	float: left;
}

.carlos-details #report-details .report-load.ui-button-text-only .ui-button-text {
	font-size: 10px;
}

.carlos-details #report-details .report-load {
	margin-left: 6px;
	float: left;
}

.carlos-details #report-details-wrapper {
	overflow-y: auto;
}

.carlos-details .description,.carlos-details .date-time,.carlos-details .tags
	{
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	padding: 0 0 3px;
	0;
}

.carlos-details .description {
	line-height: 14px;
}

.carlos-details .date-time {
	font-size: 11px;
}

.carlos-details .tags a {
	margin-right: 7px;
}

.carlos-details #carlos-details-scroll-div {
	height: 70%;
	overflow-y: auto;
}

#report-breadcrumbs .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	border-bottom: none;
	margin-bottom: 2px;
}

#report-parent-wrapper .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	border-bottom: none;
	margin-bottom: 2px;
}

#controls-grid-wrapper {
	position: relative;
	z-index: 3;
	bottom: 4px;
}

#player-controls #layoutPickerDiv {
	position: relative;
	float: left;
}

#layoutPicker {
	margin: 5px 0 0 8px;
	border: 1px solid #797979;
}

.grid-resize-handle {
	position: absolute;
	top: 0;
	width: 6px;
	z-index: 2;
	opacity: 0;
	background: #AFAFAF;
	cursor: col-resize;
}

#receipt-event-grid {
	border-top: 1px solid #dddddd;
	width: 100%;
	position: absolute;
	bottom: 18px;
	height: 28px;
	left: 0;
	background: #eeeeee;
	z-index: 3;
}

#receipt-event-grid .wrapper {
	padding: 0;
	position: relative;
}

#receipt-event-grid .wrapper .handle {
	display: block;
	width: 17px;
	height: 23px;
	background: url(../images/receipt_grid_handle.gif) no-repeat top left;
	cursor: pointer;
	position: absolute;
	top: 7px;
	opacity: .4;
	filter: alpha(opacity=40);
}

#receipt-event-grid .header {
	padding: 8px 0px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

#receipt-event-grid #grid {
	width: 100%;
	max-width: 900px;
	padding-left: 1%;
	display: block;
	height: 3px;
	margin: 0px auto;
}

#receipt-event-grid-content {
	width: 100%;
	position: absolute;
	bottom: -121px;
	left: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	height: 1000px;
	vertical-align: top;
	top: -18px;
}

#receipt-event-grid-content .wrapper {
	padding: 0;
}

#event-content {
	width: 100%;
	max-width: 900px;
	background: #DFDFDF;
	padding: 0;
	position: relative;
	margin: 0px auto;
}

#event-content table {
	width: 100%;
	padding: 0;
	margin: 0;
}

#event-content table th {
	background: #DAE2E5;
	padding: 10px;
	border-right: 1px solid #95AEC2;
	border-bottom: 1px solid #95AEC2;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

#event-content table th a {
	font-weight: bold;
	font-size: 13px;
	color: #37779D;
	text-decoration: none;
	padding: 0 15px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

#event-content table th a.asc {
	background: url(../images/asc.gif) no-repeat center right;
}

#event-content table th a.desc {
	background: url(../images/desc.gif) no-repeat center right;
}

#event-content table tbody {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 186px;
	background: #F9FAFC;
}

#scroll-div {
	position: absolute;
	top: 25px;
	right: 0;
	height: 186px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 100;
}

#scroll-shadow-div { /* width:100%; */

}

#event-content table tbody tr:hover td {
	background: #BFBFBF;
	color: #000000;
}

#event-content table tbody tr td.no-data,#event-content table tbody tr:hover td.no-data
	{
	background: #F9FAFC;
	padding: 20px;
	text-align: center;
	font-style: italic;
}

#event-content table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 5px 4px 5px;
	margin: 14px;
}

#event-content table td.numericValue {
	text-align: right;
	padding-right: 10px;
}

#event-content table td a {
	text-decoration: none;
	color: #404040;
	z-index: 2;
}

#event-content table td a:hover {
	color: #000000;
	cursor: default;
}

#event-content table td a span.filter {
	display: inline-block;
	visibility: hidden;
	background: url(../images/filtercol.gif) no-repeat center;
	width: 13px;
	height: 12px;
	cursor: pointer;
	margin: 0 0 0 3px;
}

#event-content table td a:hover span.filter {
	visibility: visible;
}

#event-content table td a.no-filter:hover {
	background-image: none;
	background: none;
	cursor: default;
}

#event-content table tbody tr:hover td a {
	color: #000000;
}

#event-content table tbody tr.active td,#event-content table tbody tr.active:hover td
	{
	background: #656565;
}

#event-content table tbody tr.active td a,#event-content table tbody tr.active:hover td a
	{
	color: #FFFFFF;
}

#event-content table td.time-col {
	padding-left: 5px;
}

#event-content table td a.grid-play {
	display: inline-block;
	padding: 3px 1px 3px 19px;
	text-decoration: none;
	color: #211F22;
}

#event-content table td a.grid-play:hover {
	background: url(../images/left_arrow_tail_box4.gif) no-repeat center
		left;
}

#event-content table tbody tr.active td a.grid-play,#event-content table tbody tr.active:hover td a.grid-play:hover
	{
	background: url(../images/left_arrow_tail_box4_active.gif) no-repeat
		center left;
}

#grid .header span#result-count {
	display: none;
	font-weight: normal;
	font-size: 12px;
	margin: 3px 0 0 8px;
}

#grid .header span#result-count span.records {
	margin-right: 5px;
}

#footer.login {
	position: relative;
	top: 20px;
}

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	border-top: 2px solid orange;
	color: #B9B7B7;
	background: white;
}

#footer > div {
	display: inline-block;
	float: left;
}

#footer a {
	color: #3daeff;
}
.copyright {
	line-height: 15px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 3px;
}

#footer ul.navigation {
	float: right;
	padding: 3px 15px;
	line-height: 15px;
	margin-right: 10px;
}

#footer ul.navigation li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #cccccc;
}

#footer ul.navigation li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.version-number {
	position: absolute;
	left: 42%;
	top: 3px;
}

form ol li {
	display: block;
	clear: both;
	padding: 8px 0 0 0;
}

form ol li button {
	margin: 0 0 0 0;
}

fieldset {
	padding: 3px 0 0 0;
}

form fieldset h2 {
	padding-bottom: 6px;
}

label {
	display: block;
	padding: 0 0 3px 0;
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}

.labelinline {
	padding: 0 0 3px 0;
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}

input.textbox {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(../images/input_bg1.gif) repeat-x top left;
	width: 220px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left;
}

.textarea {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background: #FFFFFF url(../images/input_bg1.gif) repeat-x top left;
	width: 220px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left;
}

/*
input.textbox:hover, input.textbox:active, input.textbox:focus{
  border:1px solid #1A68AD;
}
*/
input.textbox.sm {
	width: 70px;
}

input.textbox.med {
	width: 170px;
}

input.textbox.lg {
	width: 280px;
}

select {
	padding: 4px 7px;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	background: url(../images/select_bg1.gif) repeat-x top left;
	cursor: pointer;
}

select option,select option:focus,select option:active {
	background: #FFFFFF;
	color: #3F3F3F;
}

ol.error {
	background: #FFFFFF;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	border: 2px solid red;
}

ol.error li {
	font-size: 12px;
	font-weight: bold;
	color: #1F1F1F;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}

.dialog {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 999999999;
	padding: 0;
	margin: 0;
	;
	/*padding-bottom:1px;*/
	/*background:url(../images/dialog_pointer.png) no-repeat 80px bottom;
  z-index:99999;*/
}

.dialog-wrapper {
	margin: 0 0 0 0;
	padding: 0 3px 12px 3px;
	position: relative;
	color: #FFFFFF;
	border-width: 9px 12px 18px 12px;
	border-image: url(../images/dialog.png) 9 12 18 12 repeat stretch;
	-moz-border-image: url(../images/dialog.png) 9 12 18 12 repeat stretch;
	-webkit-border-image: url(../images/dialog.png) 9 12 18 12 repeat
		stretch;
	max-width: 442px
}

.dialog .pointer {
	position: absolute;
	bottom: -18px;
	left: 90px;
	background: url(../images/dialog_pointer.png) no-repeat top left;
	width: 17px;
	height: 16px;
	z-index: 999999;
	display: none;
}

.dialog .header {
	margin: 0 0 0 0;
	padding: 0px 5px 0 0;
	position: relative;
}

#refine-search-dialog .header {
	margin-top: -5px;
	z-index: 999999;
}

.dialog .header h2 {
	font-size: 15px;
	letter-spacing: 0px;
	color: #000000;
	margin: 0 30px 0 0;
	padding-top: 5px;
	padding-left: 0;
	text-transform: none;
}


#refine-search .dialog .header h2 {
	font-size: 15px;
	letter-spacing: 0px;
	color: #EBEFF2;
	margin: 0 30px 0 0;
	padding-top: 0;
	text-transform: none;
}

.dialog .header a.close:link,.dialog .header a.close:visited,.dialog .header a.close:hover,.dialog .header a.close:active {
	background-image: url("images/ui-icons_ffffff_256x240.png");
	background-position: -96px -128px;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 3px;
	right: 0px;
	text-decoration: none;
	cursor: pointer;
}

#refine-search-dialog.dialog .header a.close:link,#refine-search-dialog.dialog .header a.close:visited,#refine-search-dialog.dialog .header a.close:hover,#refine-search-dialog.dialog .header a.close:active
	{
	top: 6px;
	z-index: 999999;
}

#status-poller {
	width: 450px;
	z-index: 99999999999999;
}

#status-poller a.close {
	top: 2px;
}

#status-poller h2 {
	padding-top: 4px;
	padding-left: 0;
	margin-left: -5px;
}

.dialog-content {
	display: block;
	clear: both;
	padding: 0px;
}

.dialog label {
	color: #AFAFAF; /* #CCCCCC */
}

.dialog-wrapper .dialog-content .col.button {
	padding-bottom: 10px;
}

.cancel-link-div {
	padding-top: 16px;
}

a.cancel-link:link,a.cancel-link:visited,a.cancel-link:hover,a.cancel-link:active
	{
	display: block;
	float: left;
	color: #FFFFFF;
	margin: 7px 0 0 10px;
}

.dialog-wrapper .col.button button {
	margin-left: 1px;
}

.dialog p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
}

.refine-search-values {
	float: left;
	clear: none;
	padding-right: 1em;
	width: 12em;
}

#refine-search-item {
	float: left;
	clear: none;
	padding-right: 0em;
	width: 220px;
}

.appliance ~ .refine-search-values {
	margin-left: -10px;
}

.camera ~ .refine-search-values {
	margin-left: -20px;
}

.refine-search-date-value {
	font-weight: bold;
	z-index: 999999;
}

.content-search-item {
	display: none;
}

.tooltip {
	display: none;
	background: transparent url(../images/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
	z-index: 5;
}

.date {
	background: url(../images/icons-new.png) no-repeat -8px -260px;
	width: 24px;
	height: 26px;
	display: block;
	float: left;
	clear: none;
}

td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
	color: #BFBFBF;
	border: 1px solid lightGrey;
	background: #E6E6E6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50%
		50% repeat-x;
	font-weight: normal;
}

.ui-datepicker-days-cell-over,.ui-datepicker-current-day,.ui-datepicker-today,.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today
	{
	color: #00000;
}

.time {
	background: url(../images/icons-new.png) no-repeat -8px -290px;
	width: 24px;
	height: 26px;
	display: block;
	float: left;
	clear: none;
}

.date-and-time {
	background: url(../images/icons-new.png) no-repeat 0px -476px;
	width: 42px;
	height: 30px;
	display: block;
	float: left;
	clear: none;
	margin-right: 0px;
	margin-left: 5px;
}

.timepicker {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #7A7A7A;
	width: 20px;
	text-transform: uppercase;
	background: #FFFFFF url(../images/input_bg1.gif) repeat-x top left;
	float: left;
	padding: 5px 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

.timepicker.hours {
	padding-left: 3px;
	border-left: 1px solid #000000;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
}

.timepicker.period {
	padding-right: 3px;
	border-right: 1px solid #000000;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	width: 23px;
}

.timepicker.active {
	background: #afdaf3;
	filter: progid:  DXImageTransform.Microsoft.gradient(  GradientType=  0,
		startColorstr=  '#EFF9FF', endColorstr=  '#afdaf3' );
	background: -moz-linear-gradient(100% 100% 90deg, #afdaf3, #EFF9FF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFF9FF),
		to(#afdaf3) );
}

.timepicker.separator {
	width: 5px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
	color: 000000;
}

.timepicker.arrow {
	width: 13px;
	height: 7px;
	cursor: pointer;
	display: block;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	text-decoration: none;
}

.timepicker.arrow.wrapper {
	border-top: 0;
	border-bottom: 0;
	background: 0;
	padding: 0 0 0 5px;
	margin: 0;
	border-width: 0;
	border-image: none;
	-moz-border-image: none;
	-webkit-border-image: none;
}

.timepicker.arrow.up {
	background: url(../images/blue_arrow_up.gif) no-repeat top left;
	margin: 4px 0 6px 4px;
}

.timepicker.arrow.down {
	background: url(../images/blue_arrow_down.gif) no-repeat top left;
	margin: 0 0 0 4px;
}

/*beginning of new login layout implemented 5-1-2014 */


.wrapper-login {
	min-height: 100%;
	margin-bottom: -27px;
	border-top: solid #36abff 6px;
	background-color: #eeeeee;
}

.wrapper-login #logo{
	min-height: 100%;
	margin-bottom: -27px;
	border-top: solid #36abff 6px;
	background-color: #eeeeee;
}

.wrapper-login:after {
	content: "";
	display: block;
}

.login-header {
	text-align: center;
	margin: 100px auto 20px auto;
}

.content-login {
	margin: 0 auto;
	text-align: center;
	width: 312px;
	margin: 0 auto;
	border: solid 1px #cccccc;
	box-shadow: 2px 2px 3px #cccccc;
}

.wrapper-login input.textbox {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	width: 245px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: left;
	height: 24px;
}

.wrapper-login input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.wrapper-login label {
	margin-left: 5px;
	display: block;
	color: #646464;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.content-login .content {
	text-align: left;
	padding: 22px 27px;
	background: #ffffff;
	border-bottom: solid 4px #fe9d01;
}

.footer-login, .wrapper-login:after {
	height: 27px
}

.btn-flat.primary {
	background: #3b9ff3;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #3b9ff3;
	cursor: pointer;
	padding: 7px 18px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.alerts-login {
	margin: 0 auto;
	text-align: center;
	width: 312px;
	margin: 24px auto;
	border: solid 1px #cccccc;
	box-shadow: 2px 2px 3px #cccccc;
	background: white;
}

.alerts-login h3{
	font-size: 14px;
	padding: 3px;
	margin: 0;
	background: #eeeeee;
	height: 32px;
	line-height: 27px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	color: #646464;
}
.alerts-login ol, .alerts-login ul{
	padding: 10px;
	text-align: left;
}

.alerts-login li{
	display: inline;
	text-align: left;
	line-height: 14px;
}

.alerts-login i{
	font-size: 12px;
	padding: 3px;
}
.alerts-login p.browser-warning{
	background-color: #fff8c4;
	border-top: 1px solid #f2f2f2;
	padding: 10px 15px 15px 15px;
	line-height: 14px;
	animation-name: fadein;
	animation-timing-function: ease-out;
	animation-duration: 1.5s;
	text-align: left;
}
.alerts-login p.browser-warning span.browser-warning-header{
    font-weight: bold;
	display: block;
}
@keyframes fadein {
	from {
        opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.error-login {
	border: 1px solid #cfcfcf;
	border-left: 4px solid #fe9d01;
}

.error-login-message {
	color: #fe9d01;
	padding: 10px;
	position: relative;
	line-height: 16px;
}

.error-login-message-text {
	display: inline-block;
	width: 200px;
	margin: auto 5px;
}

.error-login-message .fa {
	float: left;
}

.error-close {
	position: absolute;
	right: 10px;
	top: 17px;
	color: gray;
	cursor: pointer;
}

.under_construction {
	width: 700px;
	margin: 0 auto;
	padding: 7px 0 7px 32px;
}

.under_construction h1 {
	color: #0A5385;
	font-size: 23px;
	margin-bottom: 10px;
}

.under_construction h2 {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

.under_construction h3 {
	color: #0A5385;
	font-size: 18px;
	margin-bottom: 5px;
}

.under_construction ul {
	border-bottom: 4px double #AFAFAF;
	font-size: 14px;
	padding: 15px 0;
}

.under_construction li {
	padding-left: 15px;
}

.orange_under_construction {
	padding: 50px 0;
	text-align: center;
}

.info-and-updates {
	border: 1px solid #D4D6D7;
	background: #F5F5F5;
	padding: 20px;
	font-size: 13px;
	text-align: center;
}

a.mailto {
	background: url(../images/mailto.gif) no-repeat center left;
	padding-left: 33px;
	margin-left: 10px;
	padding: 7px 0 7px 32px;
}




table.dialog td {
	margin: 0;
	height: auto;
}

table.dialog tr {
	padding: 0;
	margin: 0;
	height: auto;
}

table.dialog .top-left {
	width: 9px;
	height: 9px;
	max-width: 9px;
	max-height: 9px;
	white-space: nowrap;
	background: url(../../images/dialog_top_left.png) no-repeat top left;
}

table.dialog .top-center {
	height: 9px;
	max-height: 9px;
	white-space: nowrap;
	background: url(../../images/dialog_top_center.png) repeat-x top left;
}

table.dialog .top-right {
	width: 9px;
	height: 9px;
	max-width: 9px;
	max-height: 9px;
	white-space: nowrap;
	background: url(../../images/dialog_top_right.png) no-repeat top left;
}

table.dialog .middle-left {
	width: 9px;
	max-width: 9px;
	white-space: nowrap;
	background-image: url(../../images/dialog_middle_left.png);
	background-repeat: repeat-y;
}

table.dialog .middle-center {
	background: #ffffff;
	color: #000000;
	padding: 0px 3px 3px 3px;
}

table.dialog .middle-right {
	width: 9px;
	max-width: 9px;
	white-space: nowrap;
	filter: progid:  DXImageTransform.Microsoft.gradient(  GradientType=  0,
		startColorstr=  '#020202', endColorstr=  '#333333' );
	background: -moz-linear-gradient(100% 100% 90deg, #020202, #333333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#020202),
		to(#333333) );
	background-image: url(../../images/dialog_middle_right.png);
	background-repeat: repeat-y;
}

table.dialog .bottom-left {
	width: 9px;
	height: 19px;
	max-width: 9px;
	max-height: 19px;
	white-space: nowrap;
	background: url(../../images/dialog_bottom_left.png) no-repeat top left;
}

table#refine-search-dialog.dialog .bottom-center {
	height: 19px;
	max-height: 19px;
	white-space: nowrap;
}

table#refine-search-dialog.dialog .bottom-center .dialog-pointer {
	position: absolute;
	left: 172px;
	margin-top: 3px;
}

table.dialog .bottom-center {
	background: url(../../images/dialog_bottom_center_no_tail.png) repeat-x
		-1px -1px;
}

table.dialog .bottom-right {
	width: 9px;
	height: 19px;
	max-width: 9px;
	max-height: 19px;
	white-space: nowrap;
	background: url(../../images/dialog_bottom_right.png) no-repeat top left;
}

#general-purpose-dialog {
	/* since this is a table (not inline or block) - Chrome ignores the max-width below */
	/* Should be refactored into DIVs at some point */
	width: 350px;
	max-width: 350px;
	z-index: 1500;
}

#general-purpose-dialog.custom {
	max-width: 715px;
}

#general-purpose-form {
	max-width: 700px;
	z-index: 1000;
	margin-top: 70px;
}

#general-purpose-form hr {
	border-color: #ffa500;
	background-color: #ffa500;
}
#layout {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#layout td {
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

#clipViewer {
	margin-top: 5px;
}

table.dropzoneTable td {
	background: #F5F5F5;
	border: 2px solid #CFD1D2;
	padding: 5px;
}

.video-player,.dropzone {
	display: block;
	position: relative;
	margin: 0 auto;
	padding-right: 4px;
	padding-bottom: 4px;
}

.video-player .wrapper,.dropzone .wrapper {
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	border: 1px solid #ccc;
	overflow: hidden;
}

.video-player.active .wrapper,.dropzone.active .wrapper {
	border: 2px solid #32A7F1;
}

.video-player.empty .wrapper,.dropzone.empty .wrapper {
	border: 2px dashed #D2DEE7;
}

.video-player.active .wrapper,.video-player.active.empty .wrapper,.video-player.active .wrapper,.dropzone.active .wrapper,.dropzone.active.empty .wrapper,.dropzone.active .wrapper
	{
	background-color: #E0E5EF;
	border: 2px dashed #83A5BF;
}

.video-player.valid .wrapper,.video-player.valid.empty .wrapper,.video-player.valid.active .wrapper,.dropzone.valid .wrapper,.dropzone.valid.empty .wrapper,.dropzone.valid.active .wrapper
	{
	background-color: #B7DFB5;
	border: 2px dashed #71AF6D;
}

.video-player.empty .drag-to-view .drag-to-view-wrapper,.dropzone.empty .drag-to-view .drag-to-view-wrapper
	{
	display: block;
	padding: 15px 0px 15px 40px;
	background: #F6FAFD url(../images/drag_to_add_camera.gif) no-repeat 10px
		18px;
	border: 1px solid #D2DEE7;
	color: #7692A4;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.video-player.valid.empty .drag-to-view .drag-to-view-wrapper,.dropzone.valid.empty .drag-to-view .drag-to-view-wrapper
	{
	display: block;
	padding: 15px 0px 15px 40px;
	background: #F6FAFD url(../images/drag_to_add_camera_valid.gif)
		no-repeat 10px 18px;
	border: 1px solid #71AF6D;
	color: #3D7F37;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.video-player.empty .drag-to-view,.dropzone.empty .drag-to-view {
	display: block;
	width: 130px;
	margin: 0 auto;
	top: 40%;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

.video-player.selected-video .wrapper {
	border: 1px solid #333;
}

.video-player.selected-video .header {
	border: 0px solid #333;
	background: #333 url(/images/ui-bg_gloss-wave_12_333333_500x100.png) 50%
		50% repeat-x;
	color: white;
}

.video-player .header {
	padding: .1em 0em .1em 0em;
	position: relative;
	display: none;
	border: 0px solid #ccc;
	background: #ccc url(/images/ui-bg_gloss-wave_12_cccccc_500x100.png) 50%
		50% repeat-x;
	color: black;
}

.video-player .camera-list-wrapper,
.video-player .imv-list-wrapper  {
	top: 0px;
	z-index: 8;
	overflow: auto;
}

.video-player .camera-list-wrapper iframe,
.video-player .imv-list-wrapper iframe  {
	left: 0px;
	top: 20px;
	display: none;
	z-index: 9;
	margin-top: .2em;
	margin-left: .2em;
	position: absolute;
	margin-right: .1em;
}

.video-player .camera-list-wrapper ul,
.video-player .imv-list-wrapper ul  {
	background: black url(images/ui-bg_inset_soft_darkness.png) 50% bottom
		repeat-x;
	color: white;
	margin-top: .2em;
	font-size: 12px;
	margin-left: .2em;
	position: absolute;
	left: 0px;
	top: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 10;
	margin-right: .1em;
	border: 1px solid #666;
	display: none;
	white-space: nowrap;
}

.video-player .header button {
	padding: .4em .1em .4em .1em;
	margin-left: .1em;
	margin-bottom: .1em;
	float: left;
}

.syncLabel {
	padding: .4em .1em .4em .1em;
	margin-bottom: .1em;
	float: left;
}

.video-player .header select.shrunken {
	visibility: hidden;
	font-size: 6px;
}

.video-player a.update-player-button {
	float: right;
	height: 10px;
	color: #4f4f4f;
	padding: .4em .5em .4em .5em;
	margin: .1em .3em .1em .1em;
	position: relative;
	display: none;
}

.video-player button.player-statistics {
    margin-right: .2em;
    position: relative;
    float: right;
}

.video-player button.close {
	margin-right: .2em;
	position: relative;
	float: right;
}

.video-player .header button.motion-state {
	display: none;
	margin-left:
}

.video-player .header button.ptz {
    display: none;
}

.video-player .header button.motion-state .ui-button-text {
	font-size: 10px;
	padding: 0em .3em .2em .2em;
	line-height: .8em;
}

.video-player .video .player {
	display: none;
	position: relative;
}

.video-player .header ul.left {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.video-player .header ul.right {
	float: right;
	white-space: nowrap;
	overflow: hidden;
}

.video-player .header ul.left li {
	float: left;
	clear: none;
	margin-right: 8px;
}

.playerInfo {
	background: black;
	padding: 1px;
	display: none;
	overflow: hidden;
	/*height: 1em;*/
}

.playerInfo span {
	position: relative;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
}

.playerInfo span.videoTime {
	color: #F2F2F2;
	/*float: left;*/
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
}

.playerInfo span.videoBackend {
	float: right;
	margin-left: 2px;
	color: white;
}

.playerInfo span.videoState {
	float: right;
	text-align: right;
	display: none;
}

.playerInfo span.videoState.live {
	color: #22f345;
	display: block;
}

.playerInfo span.videoState.recorded {
	color: #ff0036;
}

.playerInfo span.videoState.motion {
	color: #00fffc;
}

a.fullscreen:link,a.fullscreen:visited,a.fullscreen:hover,a.fullscreen:active
	{
	display: block;
	border-width: 5px 5px 6px 26px;
	border-image: url(../images/fullscreen.gif) 5 5 6 26 stretch stretch;
	-moz-border-image: url(../images/fullscreen.gif) 5 5 6 26 stretch
		stretch;
	-webkit-border-image: url(../images/fullscreen.gif) 5 5 6 26 stretch
		stretch;
	height: 13px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	padding: 1px 2px 0 0;
	color: #3F3F3F;
	font-weight: bold;
	text-indent: 4px;
	text-decoration: none;
}

a.fullscreen.shrunken {
	padding-right: 0;
	text-indent: 0;
}

/*
@media screen and (max-width: 465px) {
  .video-player select, .video-player a.camera.lg, .video-player a.fullscreen, .video-player a.zoom, .video-player a.close{
    display:none;
  }
  .video-player{
    padding:0px 4px;
  }
}
*/
#player-controls {
	width: 100%;
	position: absolute;
	bottom: 47px;
	left: 0;
	background: white;
	z-index: 999999;
	border-top: 1px solid #dddddd;
}

#player-controls .wrapper {
	padding: 0px 5px 0px 5px;
}

#player-controls .controls {
	display: block;
	float: left;
	background: url(../images/player_separator.gif) no-repeat top right;
	padding-right: 5px;
	padding-bottom: 4px;
}

#player-controls .controls ol li {
	float: left;
	clear: none;
}

#player-controls .controls ol li {
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 1px;
}

#player-controls .controls ol li a {
	background: url(../images/player_buttons2.png) no-repeat;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.ui-slider-disabled,.ui-state-disabled,.ui-disabled {
	cursor: default;
}

.ui-slider-disabled a.ui-slider-handle.ui-state-default:hover,.ui-state-disabled a.ui-slider-handle.ui-state-default:hover,.ui-disabled a.ui-slider-handle.ui-state-default:hover,.ui-disabled a,.ui-slider-disabled.ui-state-disabled.ui-disabled a:hover
	{
	cursor: default;
}

#player-controls .controls ol li a.rewind {
	background-position: 0px -97px;
}

#player-controls .controls ol li a.rewind:hover {
	background-position: 0px -633px;
}

#player-controls .controls ol li a.rewind:active {
	background-position: 0px -365px;
}

#player-controls .controls ol li a.rewind_disabled {
	background-position: 0px -97px;
	cursor: default;
	opacity: 0.35;
}

#player-controls .controls ol li a.rewind_hidden {
	display: none;
}

#player-controls .controls ol li a.rewind.active,#player-controls .controls ol li a.rewind.active:hover,#player-controls .controls ol li a.rewind.active:active
	{
	background-position: 0px -365px;
}

#player-controls .controls ol li a.rewind.active.speed2,#player-controls .controls ol li a.rewind.active.speed2:hover,#player-controls .controls ol li a.rewind.active.speed2:active
	{
	background-position: 0px -332px;
}

#player-controls .controls ol li a.rewind.active.speed3,#player-controls .controls ol li a.rewind.active.speed3:hover,#player-controls .controls ol li a.rewind.active.speed3:active
	{
	background-position: 0px -298px;
}

#player-controls .controls ol li a.play {
	background-position: 0px -131px;
}

#player-controls .controls ol li a.play:hover {
	background-position: 0px -667px;
}

#player-controls .controls ol li a.play:active {
	background-position: 0px -399px;
}

#player-controls .controls ol li a.play_disabled {
	background-position: 0px -131px;
	cursor: default;
	opacity: 0.35;
}

#player-controls .controls ol li a.play.active,#player-controls .controls ol li a.play.active:hover,#player-controls .controls ol li a.play.active:active
	{
	background-position: 0px -803px;
}

#player-controls .controls ol li a.play.paused {
	background-position: 0px -399px;
}

#player-controls .controls ol li a.forward {
	background-position: 0px -164px;
}

#player-controls .controls ol li a.forward:hover {
	background-position: 0px -701px;
}

#player-controls .controls ol li a.forward:active {
	background-position: 0px -433px;
}

#player-controls .controls ol li a.forward_disabled {
	background-position: 0px -164px;
	cursor: default;
	opacity: 0.35;
}

#player-controls .controls ol li a.forward.active,#player-controls .controls ol li a.forward.active:hover,#player-controls .controls ol li a.forward.active:active
	{
	background-position: 0px -433px;
}

#player-controls .controls ol li a.forward.active.speed2,#player-controls .controls ol li a.forward.active.speed2:hover,#player-controls .controls ol li a.forward.active.speed2:active
	{
	background-position: 0px -466px;
}

#player-controls .controls ol li a.forward.active.speed3,#player-controls .controls ol li a.forward.active.speed3:hover,#player-controls .controls ol li a.forward.active.speed3:active
	{
	background-position: 0px -499px;
}

#player-controls .buttons {
	display: block;
	float: right;
	padding-right: .1em;
	white-space: nowrap;
	margin-top: 0px;
}

#player-controls .buttons ol {
	white-space: nowrap;
}

#player-controls .buttons ol li {
	float: left;
	white-space: nowrap;
	margin: .1em .1em .1em .1em;
	clear: none;
}

#player-controls .buttons ol li .motion-state {
	display: none;
}

#time-display-pill {
	background: url(../images/time_pill2.png) no-repeat center;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 36px;
	padding: 14px 0 0 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#player-controls .video-time-slider {
	display: block;
	float: left;
	background: url(../images/player_separator.gif) no-repeat top right;
	padding-right: 5px;
}

#player-controls .video-time-slider ol li {
	float: left;
	clear: none;
}

#player-controls .video-time-slider ol li {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#player-controls .video-time-slider ol li.input {
	background: url(../images/player_time.png) no-repeat center center;
	text-align: center;
	margin: 3px -2px 1px -2px;
	width: 68px;
	height: 23px;
	padding: 10px 0 0 18px;
}

#player-controls .video-time-slider ol li.input input {
	background: transparent;
	border: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	width: auto;
}

#video-slider-wrapper {
	width: 260px;
	margin: 9px 0 0 0px;
	padding: 5px 8px;
	background: #858585;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#video-slider-rewind,
#video-slider-forward {
	margin-top: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

#video-slider {
	height: 9px;
	border: 1px solid #6C6C6C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DDDDDD url('../../images/slider_green_bg.gif') no-repeat
		-300px 0px;
}

#video-slider a.ui-slider-handle.ui-state-default.ui-corner-all {
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: url(../../images/slider_handle.png) no-repeat center;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#video-slider.ui-state-disabled a.ui-slider-handle {
	display: none;
}

#gridFilterDialog {
	padding: 0 25px 0 25px;
	width: 300px;
}

#gridFilterDialog .button {
	float: left;
}

#gridFilterDialog input.text {
	width: 90%;
}

#gridFilterDialog select {
	width: 100%;
	background: none rgb(15, 15, 15) !important;
	margin-top: 10px;
	padding: 0px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#createClipSaveDialog {
	padding: 0 25px 0 25px;
	width: 400px;
}

#createClipSaveDialog input.radio {
	padding-bottom: 8px;
}

#createClipSaveDialog #createMyClipFormDiv {
	padding-top: 15px;
}

.dlgFormRow {
	position: relative;
	padding: 5px 0px 0px 0px;
}

.dlgFormRow .dlgFormDivLabel {
	width: 25%;
	float: left;
	padding-top: .4em;
	text-align: right;
}

.dlgFormRow .dlgFormDivLabel label {
	padding-left: 5px;
	white-space: normal;
}

.dlgFormRow.hideRow {
  display: none;
}

.dlgFormRow.showRow {
  display: block;
}

.dlgFormRow .dlgFormDivData label {
	padding-top: .4em;
}

.dlgFormRow .dlgFormDivData {
	width: 70%;
	float: left;
	margin-left: 10px;
}

.dlgFormRow .dlgFormDivDataStatic {
	width: 70%;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dlgFormRow .dlgFormDivData select {
	width: 90%;
}

.dlgFormRow .dlgFormDivData input.textbox {
	width: 85%;
}

.dlgFormRow .dlgFormDivData textarea {
	width: 93%;
}
#sfCaseForm .dlgFormRow .dlgFormDivData textarea {
	width: 101% !important;
}

.dlgFormRow .dlgFormDivData input.byte-value {
	width: 1.8em;
	margin: 0 20px 0 auto;
}

.dlgFormRow .dlgFormDivData input#name {
	width: 90%;
}

.dlgFormColumnLeft {
	width: 48%;
	float: left;
}

.dlgFormColumnRight {
	width: 48%;
	float: right;
}

.dlgFormButtonGroup {
	float: right;
	display: block;
	margin: 0 20px 0 auto;
}

#sfCaseDialog .dlgFormButtonGroup {
	float: right;
	display: block;
	margin: 0 6% 0 auto;
}

#sfCaseDialogWrapMain {
	padding-top: 10px;
}

#sfCaseDialogWrapMain hr{
	background-color: orange;
	height: 1px;
	border: 0;

}

.dlgFormRow .dlgFormDivNoFloatData {
	width: 75%;
}

.dlgFormRow .dlgFormDivGroupHeading {
	width: 100%;
	float: left;
	padding: 5px 2px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.dlgFormRow .dlgFormDivGroupHeading label {
	font-size: 13px;
	font-weight: bold;
}

.carlosFormRow {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.carlosFormFirstRow {
	margin-top: 0px;
	padding-top: 0px;
}

.carlosFormLastRow {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.carlosFormRow .carlosFormDivLabel {
	width: 40px;
	float: left;
	padding: 5px 2px 0px 0px;
	text-align: right;
}

.carlosFormRow .carlosFormDivData {
	width: 75%;
	padding: 5px 2px 0px 0px;
	float: left;
}

.carlosFormRow .carlosFormDivData a.cancel-link:link,.carlosFormRow .carlosFormDivData  a.cancel-link:visited,.carlosFormRow .carlosFormDivData a.cancel-link:hover,.carlosFormRow .carlosFormDivData a.cancel-link:active
	{
	color: #000000;
}

.carlosFormRow .carlosFormDivData data {
	display: block;
	padding: 0 0 3px 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.carlosEditReportAttrEven {
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	width: 100%;
	overflow: hidden;
}

.carlosEditReportAttrEven div,
.carlosEditReportAttrOdd div {
	padding-left: 10px;
}

.carlosEditReportAttrOdd {
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
	width: 100%;
	overflow: hidden;
}

.carlosEditReportAddMetricDiv {
	width: 100%;
	margin-top: 10px;
}

.carlosEditReportSubmitDiv {
	background: url(../images/border_bg1.gif) repeat-x top left;
	width: 100%;
	padding-top: 5px;
	margin-top: 2px;
	height: 30px;
}

.carlosEditReportSubmitDiv a.cancel-link:link,.carlosEditReportSubmitDiv a.cancel-link:visited,.carlosEditReportSubmitDiv a.cancel-link:hover,.carlosEditReportSubmitDiv a.cancel-link:active
	{
	color: #000000;
}

/* normal button */
.carlosEditReportSubmitDiv .buttonDiv a {
	display: block;
	float: left;
	clear: none;
	padding: 3px 5px;
	border-width: 4px 4px 4px 4px;
	border-image: url(../images/green_button.gif) 4 4 4 4 stretch stretch;
	-moz-border-image: url(../images/green_button.gif) 4 4 4 4 stretch
		stretch;
	-webkit-border-image: url(../images/green_button.gif) 4 4 4 4 stretch
		stretch;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

/* hover goes blue */
.carlosEditReportSubmitDiv .buttonDiv a:hover {
	border-image: url(../images/blue_button.gif) 4 4 4 4 stretch stretch;
	-moz-border-image: url(../images/blue_button.gif) 4 4 4 4 stretch
		stretch;
	-webkit-border-image: url(../images/blue_button.gif) 4 4 4 4 stretch
		stretch;
}

/* disabled is grey */
.carlosEditReportSubmitDiv .buttonDiv a.disabled,.carlosEditReportSubmitDiv .buttonDiv a.disabled:link,.carlosEditReportSubmitDiv .buttonDiv a.disabled:visited,.carlosEditReportSubmitDiv .buttonDiv a.disabled:hover,.carlosEditReportSubmitDiv .buttonDiv a.disabled:active
	{
	-moz-opacity: .33;
	filter: alpha(opacity =   33);
	opacity: .33;
	cursor: default;
	border-image: url(../images/gray_button.gif) 4 4 4 4 stretch stretch;
	-moz-border-image: url(../images/gray_button.gif) 4 4 4 4 stretch
		stretch;
	-webkit-border-image: url(../images/gray_button.gif) 4 4 4 4 stretch
		stretch;
}

.errorFormInput {
	border: 1px solid red;
	width: 100%;
	margin: 15px;
	padding: 15px;
	clear: both;
}

.errorFormTable {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 5px;
}

.col {
	display: block;
	float: left;
	clear: none;
	padding: 6px 0 0 0;
	margin: 0;
	/* There was a typo here, so just commenting out now */
	/*white-space: nowrap;*/
    /*overflow: hidden;*/
}

.col.right {

}

.half-col {
	width: 50%;
	display: block;
	float: left;
	clear: none;
	padding-top: 3px;
}

.col.half.left {
	width: 48%;
	padding-right: 2%;
}

.col.half.right {
	width: 48%;
	padding-left: 2%;
}

.col.button {
	padding-top: 13px;
}

.col.button button {
	margin-left: 2px;
}

.col.refine-search {
	width: 100%;
}

div.tagsinput {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background: #FFFFFF url(../images/input_bg1.gif) repeat-x top left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	height: 65px;
	overflow-y: auto;
}

div.tagsinput span.tag {
	border: 1px solid #0071AF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 1px 3px;
	text-decoration: none;
	background: #C2DFEF;
	color: #535B5F;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: helvetica;
	font-size: 13px;
}

div.tagsinput span.tag a {
	font-weight: bold;
	color: #1F1F1F;
	text-decoration: none;
	font-size: 11px;
}

div.tagsinput input {
	width: 80px;
	margin: 0px;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 2px;
	background: transparent;
	color: #404040;
	outline: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 999999999999999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */ /*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#report-date-picker {
	background: url(../images/border_bg1.gif) repeat-x top left;
}

#report-date-picker h2 {
	font-size: 13px;
	border-bottom: none;
}

#report-date-select {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	background: #FFFFFF url(../images/input_bg1.gif) repeat-x top left;
	width: 188px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left;
}

#report-date-select option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	font-weight: normal;
}

table#report-date-dialog.dialog .bottom-center {
	height: 19px;
	max-height: 19px;
	white-space: nowrap;
	background: url(../../images/dialog_bottom_center.png) no-repeat -1px
		-1px;
}

#report-date-dialog button {
	float: left;
}

#create-report {
	height: 42px;
}

#create-report form fieldset div {
	width: 100%
}

#create-report form fieldset div div {
	width: 148px;
	margin-left: auto;
	margin-right: auto;
}

#create-report form fieldset div div button {
	width: 148px;
	margin: 0
}

#folder-dialog td.middle-center {
	width: 280px;
	max-width: 280px;
	height: 489px;
	max-height: 489px;
}





#folder-browse {
	height: 340px;
	max-height: 340px;
	background-color: #fff;
	margin: 12px 6px;
	padding: 4px;
	overflow: auto;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#folder-find {
	height: 325px;
	max-height: 325px;
	margin: 12px 6px;
}

#folder-find-results {
	height: 285px;
	background-color: #fff;
	margin-top: 12px;
	padding: 4px;
	overflow: auto;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#folder-find form {
	width: 267px;
}

#folder-find input.search {
	height: 13px;
	margin-right: -1px;
}

#folder-find button span.icon {
	width: 19px;
	height: 18px;
	background: url(../images/find.png) no-repeat top left;
	display: block;
	margin: 0 auto;
}

#folder-destination {
	color: black;
	background-color: white;
	text-align: center;
	padding: 10px;
	border: 1px solid #B3B3B3;
	margin: 0px 6px 12px 6px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#folder-destination span.source {
	font-weight: bold;
	font-style: italic;
}

#folder-destination span.destination {
	font-weight: bold;
	font-style: italic;
}

#folder-dialog-buttons {
	width: 100%;
	padding-left: 6px;
	line-height: 3em;
	height: 3em;
	vertical-align: middle;
}

#folder-dialog-buttons div {
	float: right;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}

#folder-dialog-buttons div button {
	float: left;
}

#folder-dialog-buttons div .cancel-link {
	float: right;
}

#carlos-details-action-buttons {
	width: 100%;
	margin-top: 20px;
}

#carlos-details-action-buttons div {
	margin-left: auto;
	margin-right: auto;
	width: 260px;
	text-align: center;
}

#carlos-details-action-buttons button {
	display: inline;
	margin: 0 0 0 4px;
	padding: 0;
}

#carlos-details-action-buttons button:first-child {
	margin: 0;
}

#forgot-password-form {
	background: white;
	margin: 0 auto;
	text-align: center;
	width: 312px;
	margin: 0 auto;
	border: solid 1px #cccccc;
	box-shadow: 2px 2px 3px #cccccc;
	margin-top: 100px;
}

#enter-username-for-reset-password {
	font-size: 14px;
	margin: 0;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	color: #646464;
}

#enter-username-for-reset-password span{
	padding: 10px;
	display: inline-block;
}

#forgot-password-form label {
	font-weight: normal;
	color: #656565;
	margin: 5px auto;
}

#forgot-password-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#forgot-password-username {
	width: 246px;
	display: inline;
	float: none;
}

#forgot-password-buttons {
	margin: 15px auto;
	width: 100%;
	clear: both;
}

#forgot-password-errors {
	text-align: center;
	margin: 10px auto;
	border: 1px solid #cccccc;
	width: 200px;
	border-left: solid 4px red;
	position: relative;
	color: red;
	padding: 5px;
}

#forgot-password-errors .fa {
	float: left;
}

#forgot-password-errors .error-close {
	position: absolute;
	top: 10px;
	right: 5px;
}

#forgot-password-errors .error-form {
	width: 150px;
	display: inline-block;
}

#reset-password-form {
	border: 1px solid #cccccc;
	padding: 15px;
	width: 512px;
	margin: 0 auto;
	box-shadow: 2px 2px 3px #cccccc;
	background: white;
}

#reset-password-form h1 {
	font-size: 26px;
	margin: 0;
	border-bottom: 1px solid #000;
}

#reset-password-form h1,#reset-password-form p,#reset-password-form ul {
	margin-bottom: 10px;
}

#reset-password-form p,#reset-password-form ul {
	color: #333333;
}

#reset-password-form ul li {
	padding: 0;
}

#reset-password-form ul li span {
	position: relative;
	top: -4px;
}

#forgot-password-conf-error {
	border: solid 1px #cccccc;
	border-left: #3fd100 solid 4px;
	position: relative;
	padding: 5px;
	margin: 10px;
	color: #3fd100;
	font-size: 15px;
	height: 75px;
}

#Forgot_Password_Email_Sent {
	width: 225px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	margin: 6px 5px;
}

#forgot-password-email {
	width: 225px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
}

#forgot-password-conf-error .fa{
	float: left;
	line-height: 25px;
}

#forgot-password-conf-error .error-close {
	position: absolute;
	top: 15px;
	right: 5px;
}

#positive-password-rules li {
	display: list-item;
	list-style: circle inside url("../images/checkmark.png");
	padding: 0px;
}

#negative-password-rules li {
	display: list-item;
	list-style: circle inside url("../images/cancel.png");
	padding: 0px;
}

#reset-password-form table {
	margin: 6px auto 0 auto;
	width: 310px;
}

#reset-password-form table td {
	padding: 4px;
}

#reset-password-form table td.form-label {
	text-align: right;
}

#reset-password-form label {
	font-weight: normal;
	color: #656565;
	width: 148px;
}

#reset-password-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#reset-password-submit {
	display: inline;
}

#reset-password-errors {
	text-align: center;
	margin: 16px 0 6px 0;
	border: 1px solid #cccccc;
	width: 300px;
	margin: 0px auto;
	border-left: solid 4px red;
	position: relative;
	color: red;
	min-height: 40px;
}

#reset-password-errors .fa {
	position: absolute;
	top: 10px;
	left: 10px;
}

#reset-password-errors .error-close {
	position: absolute;
	right: 10px;
	top: 14px;
	color: gray;
	cursor: pointer;
}

#reset-password-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#reset-password-form .error-form {
	padding: 10px;
	display: inline-block;
	width: 200px;
	line-height: 13px;
	min-height: 20px;
}

.content-password-reset {
	margin: 100px auto auto auto;
	width: 312px;
	border: solid 1px #cccccc;
	padding: 10px;
	box-shadow: 2px 2px 3px #cccccc;
	background: white;
	text-align: center;
}

.content-password-reset a {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

#report-parent-info {
	padding-top: 5px;
}

#reset-password-conf {
	position: relative;
	border: 1px solid #cccccc;
	border-left: solid 4px green;
	width: 200px;
}

.this-parent-span {
	font-size: 13px;
	font-weight: bold;
}

#forgot-password-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#send-email-button {
	display: inline;
}

#switch-user-form {
	border: 5px solid #888888;
	padding: 15px;
	width: 503px;
	margin: 100px auto 0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
}

#enter-username-for-switch-user {
	font-weight: bold;
}

#switch-user-form label {
	font-weight: normal;
	color: #656565;
	display: inline;
}

#switch-user-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#switch-user-username {
	width: 246px;
	margin-left: auto;
	margin-right: auto;
}

#switch-user-button {
	display: inline;
}

#switch-user-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

#switch-user-errors {
	margin-top: 8px;
	margin-bottom: 4px;
}

#switch-user .error-form {
	font-weight: bold;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid red;
	padding: 5px;
}

#edit-camera-errors {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 100px;
}

#init-camera-errors {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 50px;
}

#camInitDialog .error-form {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border:  2px solid red;
}

#camEditDialog .error-form {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border:  2px solid red;
}

#edit-envr-errors {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 150px;
}

#envrEditDialog .error-form {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border:  2px solid red;
}

/* draggables  */
body a.appliance {
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -8px -54px;
	padding: 5px 5px 5px 22px;
	font-weight: bold;
}

body a.biReportCategory,  a.biReportCategoryRecent{
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -8px -54px;
	padding: 5px 5px 5px 22px;
	font-weight: bold;
}

body a.camera-list-item,
body a.imv-list-item {
	font-size: 1em;
	font-weight: bold;
	color: white;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding: 5px 23px 5px 10px;
}

body a.camera-list-item.current,
body a.imv-list-item.current {
	border: 1px solid #096EB4;
	background: #0D5BA4 url(images/ui-bg_highlight-soft_60_0d5ba4_1x100.png)
		50% 50% repeat-x;
	padding: 4px 22px 4px 9px;
}

body a.camera-list-item:hover,body a.camera-list-item.current:hover,
body a.imv-list-item:hover,body a.imv-list-item.current:hover {
	border: 1px solid #096EB4;
	background: #2B85D7 url(images/ui-bg_highlight-soft_60_2b85d7_1x100.png)
		50% 50% repeat-x;
	padding: 4px 22px 4px 9px;
}

body a.camera {
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -9px -130px;
	padding: 5px 5px 5px 23px;
	font-weight: normal;
}

body a.camera.rec {
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -9px -156px;
	font-weight: normal;
}

body a.camera.off {
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	background-position: -9px -182px;
	color: #757576;
	font-weight: normal;
}

body a.tracker {
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -9px -627px;
	padding: 5px 5px 5px 22px;
}

body a.biReport{
	padding: 5px 5px 3px 23px;
}

body a.report, a.biReport{
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -9px -520px;
	padding: 5px 5px 5px 23px;
	font-weight: normal;
}

body a.clip {
	color: #333333;
	font-size: 12px;
	background: url(../images/icons-new.png) no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-position: -9px -562px;
	padding: 5px 5px 5px 23px;
	font-weight: normal;
}

#newFolderDialog {
	width: 400px;
	padding: 0 25px;
}

#folderName {
	width: 100%;
}

#right-receipt {
	height: 100%;
	background: white;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#right-receipt .wrapper {
	padding: 0 10px 0 10px;
	margin: 0;
	width: 280px;
}

#right-receipt .header {
	padding: 10px 0px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFF;
	width: 270px;
}

#right-receipt .handle {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/arrow_right.png) no-repeat top left;
	cursor: pointer;
}

#right-receipt .handle.collapsed {
	background: url(../images/arrow_left.png) no-repeat top left;
}

#right-receipt #prev-receipt,#right-receipt #next-receipt {
	cursor: pointer;
	font-size: 75%;
	display: none;
	padding: 0px 5px 0px 5px;
}

#right-receipt #org-receipt {
	cursor: pointer;
	font-size: 75%;
	display: none;
	width: 250px;
	text-align: center;
}

#right-receipt #audit-link {
	font-size: 75%;
	display: none;
}

#right-receipt .audit-link-div {
	display: inline-block;
	cursor: pointer;
	width: 250px;
	text-align: center;
}

#right-receipt #receipt-right-content {
	width: 280px; /* so it doesn't resize with the container */
	height: 100%;
	border: 2px solid #d0d0d0;
}

#this-receipt {
	text-align: center;
	display: inline-block;
	width: 164px;
}

#receipt-right-content iframe {
	background: white;
	height: 100%;
	width: 100%;
}

.vert-receipt {
	-webkit-transform: rotate(-90deg);
	moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
}

#handle-text-receipt {
    top: 53px;
    left: -12px;
}



#unsupported-browser-header {
	width: 75%;
	margin: auto;
	padding: 45px 25px 25px 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#unsupported-browser {
	width: 50%;
	margin: 10px auto;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #a0a0a0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #FFFFCC;
}

#unsupported-browser-list li {
	margin-left: 66px;
	font-size: 16px;
	font-weight: bold;
}

#we-recommend {
	width: 50%;
	margin: 15px auto;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #a0a0a0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #B2F0B2;
}

#recommended-browser-list li {
	margin-left: 66px;
}

#recommended-browser-list li a {
	font-size: 16px;
	font-weight: bold;
}

#http-error a {
	font-size: 16px;
	font-weight: bold;
}

.rotate-90 {
	display: block;
	color: #404040;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
}

#handle-text-carlos {
	top: 47px;
	left: -4px;
}

#loginScrollItemsWrapper {
	width: 100%;
}

#loginScrollItems {
	padding: 0px 10px 0px 10px;
	margin-top: 5px;
	height: 60px;
	overflow: hidden;
}

#loginScrollItems div.lineItem {
	left: 0px;
	top: 0px;
	position: relative;
}

#loginScrollItems .evenRow {
	background-color: #eaeaea;
}

#loginScrollItems .oddRow {
	background-color: #fefefe;
}

.login-scroll-item {
	height: 42px;
	border: 1px solid #a0a0a0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #fefefe;
	float: left;
	color: #333333;
	background-color: #e0e0e0;
	font-size: 12px;
	text-align: center;
	width: 92%;
	padding: 8px 10px;
	margin: 0px 3px 4px 7px;
}

.login-scroll-item a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #919191;
	text-align: center;
}

#loginScrollSelector {
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#loginScrollSelector a {
	background: url(../images/button_off_sm.png) no-repeat top left;
	padding: 5px 12px;
	color: white;
}

#loginScrollSelector a.selected {
	background: url(../images/button_over_sm.png) no-repeat top left;
}

.metadata {
	display: none;
}

.error-header {
	width: 75%;
	margin: auto;
	padding: 45px 25px 25px 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.error-message {
	width: 312px;
	margin: 10px auto;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background: white;
	text-align: center;
	box-shadow: 2px 2px 3px #cccccc;
	margin-top: 100px;
}

#view-vid-form {
	border: 5px solid #888888;
	padding: 15px;
	width: 512px;
	margin: 64px auto 0 auto;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
}

#view-vid-form h1 {
	font-size: 26px;
	margin: 0;
	border-bottom: 1px solid #000;
}

#view-vid-form h1,#view-vid-form p,#view-vid-form ul {
	margin-bottom: 10px;
}

#view-vid-form p,#view-vid-form ul {
	color: #333333;
}

#view-vid-form ul li {
	padding: 0;
}

#view-vid-form ul li span {
	position: relative;
	top: -4px;
}

#view-vid-form table {
	margin: 6px auto 0 auto;
	width: 310px;
}

#view-vid-form table td {
	padding: 4px;
}

#view-vid-form table td.form-label {
	text-align: right;
}

#view-vid-form label {
	font-weight: normal;
	color: #656565;
	width: 148px;
}

#view-vid-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#view-vid-form .error-form {
	font-weight: bold;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid red;
	padding: 5px;
}

#view-vid-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#view-vid-submit {
	display: inline;
}

#find-vid-form {
	border: 5px solid #888888;
	padding: 15px;
	width: 512px;
	margin: 64px auto 0 auto;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
}

#find-vid-form h1 {
	font-size: 26px;
	margin: 0;
	border-bottom: 1px solid #000;
}

#find-vid-form h1,#find-vid-form p,#find-vid-form ul {
	margin-bottom: 10px;
}

#find-vid-form p,#find-vid-form ul {
	color: #333333;
}

#find-vid-form ul li {
	padding: 0;
}

#find-vid-form ul li span {
	position: relative;
	top: -4px;
}

#find-vid-form table {
	margin: 6px auto 0 auto;
	width: 310px;
}

#find-vid-form table td {
	padding: 4px;
}

#find-vid-form table td.form-label {
	text-align: right;
}

#find-vid-form label {
	font-weight: normal;
	color: #656565;
	width: 148px;
}

#find-vid-form .cancel-link {
	color: #000;
	display: inline;
	float: none;
}

#find-vid-form .error-form {
	font-weight: bold;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid red;
	padding: 5px;
}

#find-vid-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#find-vid-submit {
	display: inline;
}

#positive-password-rules-dialog li {
	list-style-type: none;
	list-style-image: url("../images/checkmark.png");
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 25px;
}

#negative-password-rules-dialog li {
	list-style-type: none;
	list-style-image: url("../images/cancel.png");
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 25px;
}

#reset-password-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#reset-password-submit {
	display: inline;
}

#add-analytics {
	height: 42px;
}

#add-analytics form fieldset div {
	width: 100%;
}

#add-analytics form fieldset div div {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}

#add-analytics-button {
	width: 110px;
	margin: 0;
}

#analytic-type-selection label {
	color: black;
	font-weight: normal;
	display: inline;
}

#analytics-type-title {
	color: gray;
	font-size: 12px;
	font-weight: bold;
}

.analytics-type {
	margin-top: 6px;
}

#create-tracker-submit-buttons {
	width: 100%;
}

#create-tracker-submit-buttons .carlosFormDivData {
	width: 100%;
	float: none;
	margin: 0 auto;
}

#tracker-last-modified {
	margin-top: 10px;
}

#tracker-stale-data-message {
	font-size: 10px;
	margin-top: 10px;
}

#person-size {
	border-top: 1px solid #cccccc;
	margin-top: 14px;
}

#person-size .carlosFormRow {
	margin-left: 38px;
}

#people-counting-instructions {
	border-top: 1px solid #cccccc;
	margin-top: 14px;
	padding: 6px 2px;
	width: 100%;
}

#people-counting-instructions ul {
	margin: 22px 0 22px 0;
	list-style: disc outside none;
}

#people-counting-instructions ul li {
	display: list-item;
	padding: 0;
	margin: 0 0 4px 14px;
}

#people-counting-buttons {
	margin: 0 auto;
	width: 110px;
}

#edit-tracker-submit-buttons {
	width: 100%;
}

#edit-tracker-submit-buttons .carlosFormDivData {
	width: 98px;
	float: none;
	margin: 0 auto;
}

.camera-slider {
	width: 70%;
	float: left;
	margin: 8px 15px 0px 0px
}

.ui-button-text-only .ui-button-text {
	font-size: 13px;
	padding: .4em .5em;
}

.transparent {
	zoom: 1;
	filter: alpha(opacity = 0);
	opacity: 0;
}

label.ui-button span.ui-button-text {
	padding: .4em 1em;
}

label.motion-search {
	margin-top: .2em;
	margin-left: .2em;
}

.clips .motion-search {
	display: none;
}

label.motion-search span.ui-button-text {
	padding: .4em .5em;
}

span.clipTitle {
	width: 50%;
	text-overflow: ellipsis;
	text-shadow: none;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: .3em;
}

.search-duration {
	margin: 0em 0em 0em .5em;
}

#date-duration {
	width: 6em;
	padding: .25em 0em;
}

#refine-search-select {
	float: left;
	margin-right: .5em;
	width: 12.5em;
	margin-top: 1px;
}

.refine-dialog-search-buttons {
	white-space: nowrap;
	display: block;
	float: right;
	position: relative;
}


.drop-down-filter input.ui-autocomplete-input {
	line-height: 1.9em;
	height: 1.9em;
	width: 14em;
}

.ui-autocomplete {
	max-height: 120px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

#receipt-number {
	width: 15.3em;
}

.player-iframe {
	z-index: 50;
	display: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0;
	left: 0;
	right: 0;
}

label.ui-button {
	margin-top: .1em;
	margin-left: .1em;
}

button.ui-button {
	margin-top: .1em;
}

.video-canvas {
	background-color: transparent;
	position: absolute;
}

button.toggle-state.ui-state-default {
	border: 1px solid #096EB4;
	background: #0D5BA4 url(images/ui-bg_highlight-soft_60_0d5ba4_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: white;
}


#disabled-domain-contact {
    width: 25%;
    margin: 0 auto;
    padding-left: 5px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.placeholder {
	color: #aaa;
}

.find-header input {
	width: 205px;
	height: 14px;
}

#carl-find-button,
#folder-dialog-search-button {
	margin-left: -28px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 0px;
	padding: 7px 6px;
}

#carl-find-button.firefox {
	padding: 7px 0px;
}

.find-clear {
	float: right;
	text-transform: lowercase;
	font-weight: normal;
}

.two-column {
	float: left;
	width: 50%;
}

.three-column {
	float: left;
	width: 33%;
}

.four-column {
	float: left;
	width: 25%;
}

.five-column {
	float: left;
	width: 20%;
}

.ui-dialog .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-dialog {
	background: #fff;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 70px;
}

.ui-widget-overlay {
	background: #000;
	opacity: 0.6;
}

.ui-dialog .ui-dialog-titlebar {
	background: none;
	border: 0;
	color: #000;
	font-size: 15px;
}

.ui-dialog .wrapper {
	width: 98%;
	bottom: 2px;
	position: absolute;
}

#carl #results-found .results ol li a.virtual {
    text-decoration: none;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: -1px;
    margin-top: 2px;
    background: none;
    padding: 0px;
    margin-left: -5px;
}
#carl #results-found .results ol li a.toggle {
	text-decoration: none;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: -1px;
	margin-top: 2px;
	background: none;
	padding: 0px;
	background-image: url(images/ui-icons_222222_256x240.png);
	margin-left: -5px;
}

#carl #results-found .results ol li a.toggle.expanded {
	background-position: -64px -16px;
}

#carl #results-found .results ol li a.toggle.collapsed {
	background-position: -32px -16px;
}

.toggle-buttons {
	float: right;
	position: absolute;
	right: 6px;
	margin-top: -20px;
}

.toggle-buttons .toggle {
	text-decoration: none;
	width: 16px;
	height: 16px;
	float: left;
}

.toggle-buttons .toggle {
	border: 1px solid darkGray;
	background-color: #D2D2D2;
	background-image: url(images/ui-icons_222222_256x240.png);
	margin-right: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.toggle-buttons .toggle:hover {
	border: 1px solid #096EB4;
	background-color: #2B85D7;
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.toggle-buttons .toggle.expand-all {
	background-position: -16px -128px;
}

.toggle-buttons .toggle.collapse-all {
	background-position: -48px -128px;
}

.carlosFormDivLabel label {
	margin-top: 6px;
	margin-right: 2px;
	margin-left: -2px;
}

#timeMessage{
	color: red;
	padding:3px;
	margin-top: 3px;
	height:29px;
	display: inline-block
}
#decimalError{
		color: red;
	padding:3px;
	margin-top: 3px;
	height:29px;
	display: inline-block
}
.player-paused {
	position: absolute;
	bottom: -26px;
	left: 34px;
	padding: 0px 6px;
	padding-top: 4px;
	z-index: 500;
	background-color: #BBC3CD;
	border: 1px solid #369;
	border-radius: 6px;
	display: none;
	color: #369;
}

.player-paused h3 {
	font-size: 12px;
}

div.plugin-error, div.flash-error {
	background-color: black;
	width: 100%;
}

div.plugin-message, div.flash-message {
	padding-top: 25px;
	width: 100%;
	text-align: center;
}

a.plugin-download {
	color: white;
	margin-left: auto;
	margin-right: auto;
	background: #FF9801;
	border-color: #FF9801;
}

.popup-cam-video {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.popout-controls,
#player-controls.popout-controls {
	display: none;
	width: 100%;
	height: 37px;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 20;

}

div.popout-controls{
	background: #A3A3A3 url(../images/player_bg.gif) repeat-x top left;
	border-top: 1px solid #6D6D6D;
}

iframe.popout-controls {
	z-index: 19;
}

.video-player .header button.immervision {
	padding: .8em 1.3em;
}

button.immervision span.ui-button-text {
	margin-top: -5px;
	margin-left: -14px;
	position:absolute;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(/images/eye-watch-icon.png);
    padding: 0.2em 0em 0em 0em;
    font-size: 10px;
}

button.immervision span.ui-button-icon-secondary {
	right: 0em;
}

#control-menu {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	bottom: 49px;
	right: 0px;
}

#controls-menu-button {
	margin-top: .2em;
	width: 2.6em;
}

.hidden-properties {
	display: none;
}

.grid-page-size.ui-widget-content {
	float: right;
	border: 0px;
	margin-top: 7px;
	display: inline-block;
	background: #eeeeee;
}

.grid-page-size.ui-widget-content p {
	float:left;
	margin: 6px 4px 0px 0px;
}

.grid-page-size.ui-widget-content .wijmo-wijdropdown {
	float: left;
}

.grid-toolbar .grid-params {
	margin-top: 3px;
	width: 100%;
}

.grid-date-param {
	margin: 10px 0 35px 0;
}

.grid-date-param-date-label {
	float: left;
	color: #303030;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0 0 3px 0;
}

.static-param .grid-date-param-date-label {
	margin: 0 0 0 0;
}

.grid-date-param-label {
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin: 8px 0 0 0;
}

.static-param .grid-date-param-label {
	margin: 0 0 0 0;
}

.grid-date-param-value {
	float: right;
}

.grid-date-param-value .wijmo-wijinput {
	display: block;
}

.grid-param {
	min-height: 26px;
	margin: 4px 2px;
	width: 100%;
}

.grid-param-operator {
	float: left;
	width: 50px;
	margin: 3px 0px 7px 5px;
	text-align: center;
}

.grid-param-operator select {
	max-width: 50px;
}

.static-param .grid-param-operator {
	float: left;
	width: 80px;
	margin: 0px 0px 5px -5px;
	text-align: center;
}
.static-param .grid-param-value {
	float: right;
	margin-top: 0px;
	width: 90px;
	text-align:center;
}

.boolean-widget {
	float: left;
	margin: 5px 0px 0px 10px;
}

.ui-widwijmo-wijdropdownt-content {
	width: 85px !important;
}
.grid-param div.wijmo-wijinput {
	float: left;
	width: 85px;
	height: 26px;
	margin-top: 2px;
	margin-left:7px
}

.grid-param .grid-param-label {
	float: left;
	width: 70px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

.static-param .grid-param-label {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 70px;
	text-align: left;
}

.grid-params-refresh {
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	text-align: center;
}

.grid-params-header {
	margin-top: 12px;
	margin-bottom: 28px;
}

.grid-params-header span {
	margin-left: 36px;
}

.grid-params-header .grid-param-header {
	float: left;
	width: 72px;
	text-align: center;
	font-weight: bold;
}

.grid-params-header .grid-param-operator-header {
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

.grid-params-header .grid-param-value-header {
	float: right;
	text-align: center;
	font-weight: bold;
	margin-right: 25px
}

.grid-title h1 {
	font-size: 27px;
	margin: 0px;
	font-weight: normal;
}

.grid-title.ui-widget-content {
	border: 0px;
}

.grid-table-wrapper {
	width: 100%;
}

.bi-grid .ui-state-default.wijmo-wijinput-spinup.ui-corner-tr {
	height: 47%;
	margin-top: -1px;
}

.bi-grid .ui-state-default.wijmo-wijinput-spinup.ui-corner-tr .ui-icon.ui-icon-triangle-1-n {
	margin-top: -2px;
	margin-left: 1px;
}

.bi-grid {
	height: 100%;
}

.bi-grid .wijmo-wijgrid .wijmo-wijgrid-headerrow .wijmo-c1basefield
{
    text-align: center;
}

.bi-grid .ui-state-default.wijmo-wijinput-spindown.ui-corner-br {
	height: 43%;
}

.bi-grid .wijmo-wijinput-trigger.ui-state-default.ui-corner-right {
	height: 98%;
	margin-top: -1px;
	margin-right: -1px;
}

.bi-grid .ui-state-default.wijmo-wijinput-spindown.ui-corner-br.ui-icon.ui-icon-triangle-1-s {
	margin-top: -2px;
}

.envy-ui-state-nodisplay.ui-state-default {
	display: none;
}

.envy-ui-state-highlight.ui-state-default, .ui-widget-content .envy-ui-state-highlight.ui-state-default, .ui-widget-header .envy-ui-state-highlight.ui-state-default
{
	border: 1px solid #45930b;
	background: #4ca20b url(images/ui-bg_highlight-soft_60_4ca20b_1x100.png) 50% 50% repeat-x;
	color: #ffffff;
	text-shadow: none;
}

.envy-ui-state-highlight.ui-state-active, .ui-widget-content .ui-state-highlight.ui-state-active, .ui-widget-header .ui-state-highlight.ui-state-active
{
    border: 1px solid #72b42d; background: #285c00 url(images/ui-bg_highlight-hard_30_285c00_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    text-shadow: none;
}

.envy-ui-state-highlight.ui-state-hover, .ui-state-highlight.ui-widget-content .ui-state-highlight.ui-state-hover, .ui-widget-header .ui-state-highlight.ui-state-hover, .ui-state-highlight.ui-state-focus, .ui-widget-content .ui-state-highlight.ui-state-focus, .ui-widget-header .ui-state-highlight.ui-state-focus
{
    background: #4eb305 url(images/ui-bg_highlight-soft_50_4eb305_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    text-shadow: none;
}

.envy-ui-state-highlight.ui-state-default .ui-icon,
.envy-ui-state-highlight.ui-state-hover .ui-icon,
.envy-ui-state-highlight.ui-state-focus .ui-icon,
.envy-ui-state-highlight.ui-state-active .ui-icon,
.envy-ui-state-highlight.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}


.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
	background: #8FC3F9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	border: none;
	border-bottom: solid 1px #A7AAB3;
	border-right: solid 1px #A7AAB3;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-active {
	background: #7389A5;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-datepicker tbody .ui-datepicker-week-col, td.wijmo-wijcalendar-outofrangeday {
	border: none;
}


#right-bi-receipt {
    display: none; /*start display none for bi report level */
    height: 100%;
    background: white;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#right-bi-receipt .wrapper {
    padding: 0 10px 0 10px;
    margin: 0;
    width: 280px;
    text-align: center;
}

#right-bi-receipt .header {
    padding: 10px 0px 10px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFF;
    width: 270px;
}

#right-bi-receipt .handle {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right.png) no-repeat top left;
    cursor: pointer;
}

#right-bi-receipt .handle.collapsed {
    background: url(../images/arrow_left.png) no-repeat top left;
}

#right-bi-receipt #prev-bi-receipt,#right-bi-receipt #next-bi-receipt {
    cursor: pointer;
    margin: 10px;
}

#right-bi-receipt #org-bi-receipt {
    cursor: pointer;
    font-size: 75%;
    display: none;
    width: 250px;
    text-align: center;
}

#right-bi-receipt #bi-receipt-right-content {
    width: 280px; /* so it doesn't resize with the container */
    height: 88%;
    border: 2px solid #d0d0d0;
    overflow-y: auto; /* let 'em scroll transactions */
    padding-right: 8px;
}

#this-bi-receipt {
    display: inline-block;
    margin-top: 3px;
}

#bi-receipt-right-content iframe {
    background: white;
    height: 100%;
    width: 100%;
}

.vert-bi-receipt {
    -webkit-transform: rotate(-90deg);
    moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
}

#handle-text-bi-receipt {
    top: 65px;
    left: -25px;
}

.grid-toolbar {
	width: 100%;
	display: inline-block;
	padding-bottom: 5px;
}

.grid-toolbar
.ui-widget.ui-widget-header.wijmo-wijmenu.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-horizontal {
	background: none;
	border: none;
	float: left;
}

.grid-toolbar
.ui-widget.wijmo-wijmenu-item.ui-state-default.ui-corner-all.wijmo-wijmenu-parent {
	background: #C4C4C4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
	border: 1px solid #A8A8A8;
}

.grid-breadcrumbs ul {
	margin-left: 20px;
}

.edit-detail-save-cancel {
	float:right;
	width: 120px;
	display:inline-block;
}

.grid-page-size .grid-page-totals {
	float: left;
}

.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-item.ui-state-hover {
	padding-left: 10px !important;
}

.wijmo-wijinput .wijmo-wijinput-spinner {
	right: 1px;
}

.wijmo-wijinput-spindown.ui-corner-br {
	height: 46%;
	border-bottom-right-radius: 0px;
}

.wijmo-wijinput-spinup {
	height: 47%;
}

.bi-receipt {
    width: 95%;
    max-height: 250px;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
}

.bi-receipt-row {
	clear: both;
}

.top-row {
	padding-top: 7px;
}

.bi-receipt-label {
	float: left;
}

.bi-receipt-value {
	float: right;
}

.bi-receipt-line-items {
	clear: both;
	padding-top: 7px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.bi-receipt-line-items .bi-receipt-row {
	margin-left: 12px;
}

.bi-receipt-subtotal {
	margin-bottom: 4em;
}

.bi-receipt-total {
	padding-bottom: 2em;
}

.bi-receipt-negadollars {
    color: red;
}

.bi-receipt-posidollars {
    color: blue;
}

.accordion_header_receipt_wrapper {
    width: 100%;
    padding-left: 12px;
    margin: 0px;
}

.accordion_receipt_wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.grid-chart-button {
	margin-top: 4px;
	float: left;
}

.bi-chart-wrapper {
	margin-top: 2px;
}

.bi-icon-button .ui-button-icon-primary.ui-icon {
	margin-top: -12px;
	margin-left: -12px;
	height: 24px;
	width: 24px;
}

.ui-button-icon-primary.ui-icon.ui-icon-bi-chart {
	background-image: url(/styles/images/chart.png);
}


.ui-button-icon-primary.ui-icon.ui-icon-bi-grid {
	background-image: url(/styles/images/grid.png);
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.bi-icon-button {
	margin-top: 1px;
	padding: 1px;
	width: 2.4em;
}

.bi-empty-results {
	color: #303030;
	padding-top: 25%;
	text-align: center;
}

.grid-param-optional-checkbox {
	float: right;
	margin-top: 10px;
}

.static-param .grid-param-value {
	color: #303030;
	font-weight: bold;
	float: right;
}

.grid-param .grid-param-value {
	float: right;
	text-align:right;
	overflow:hidden
}

.grid-param .chzn-container-multi .chzn-choices .search-choice {
	margin: 3px 2px 3px 2px;
}

.wijmo-wijmenu-text {
	font-weight: normal;
}

.grid-params-refresh a {
	margin-top: 7px;
}

#bi-grid tr,
#transaction-grid tr {
	cursor: pointer;
}

.carl-item-name {
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

.results .report .carl-item-name,
.results .clip .carl-item-name {
	width: 170px;
}

.results .appliance .carl-item-name {
	min-width: 120px;
	max-width: 80%;
	text-overflow: ellipsis;

}

.results .appliance .carl-item-features {
	max-width: 80%;
	overflow: hidden;
}

.results .camera .carl-item-name {
	width: 140px;
}


.results .tracker .carl-item-name {
	width: 130px;
}

.results .group .carl-item-name,
.results .folder .carl-item-name,
.results .biReport .carl-item-name {
	width: 100%;
}

.edit-bi-report-share{
	padding-right: 5px;
    margin: 0px;
}

.edit-bi-report-label{
	padding-top: 3px;
}

.share-group-superpanel{
	width: 100%;
	height: 300px;
	overflow: "auto";
}

.bi-edit-row, .bi-edit-row-last{
	clear: both;
  	padding-top: 5px;
  	margin-bottom: 10px;
}

.bi-edit-row-last
{
	margin-bottom: 80px;
}

.bi-edit-share-button{
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
}

.bi-select-all{
	padding-right: 10px;
}

.bi-edit-input{
	width: 190px;
}

.bi-find-input{
	width: 176px !important;
	height: 19px;
}

.bi-param-text-button-widget{
	width: 240px;
	padding-top: 45px;
}

.bi-param-text-button-widget-field{
	padding: 8px 5px 5px 5px;
	width: 190px;
	word-wrap: break-word;
	min-height: 15px;
}

.bi-param-text-button-widget-button{
	float: right;
}

.bi-param-text-button-widget-scroll{
	overflow: none;
    width: 200px;
    border: 1px solid #aaa;
    float: left;
    background-color: #ffffff;
}

.clearFindButton {
	float: right;
}

.shareDialogPanel{
	border: 1px solid #a8a8a8;
	padding: 4px;
	overflow: scroll;
}

.carlShareOwnerTextValue{
	color: #6E6E6E;
	line-height: 10px;
	background: none;
	font-size: 10px;
	text-decoration: none;
	background-color: transparent;
	z-index: 999999;
	margin-left: 2px;
}

.chzn-drop{
	width:235px !important
}

.search-field input{
	width: 28px !important
}


/*Styling for the new report issues page*/

#sfCaseDialog {
	margin: 0 auto;
	background: white;
	padding: 10px;
	border: solid 1px #cccccc;
}

#sfCaseDialogWrap {
	width: 312px;
	margin: 0 auto;
	position: absolute;
	left: 40%;
	top: 100px;
	background: white;
	padding: 10px;
	box-shadow: 2px 2px 3px #cccccc;
	padding-top: 10px;
}

#sfCaseDialog .dlgFormDivLabel {
	width: 20%;
}

#sfCaseDialog input {
	width: 100%;
}

#sfCaseDialog select {
	width: 50%;
}

#createSfTicketContactDiv {
	width: 100%;
	margin: 0;
	padding: 0;
}

#createSfTicketContactDivInfo {
	width: 100%;
	margin: 0 5%;
	padding: 10px 5px;
	line-height: 15px;
}

#sfCaseForm {
	width: 60%;
}

#sfCaseForm .dlgFormRow .dlgFormDivData textarea {
	width: 101% !important;
}

#sfCaseDialog .dlgFormButtonGroup {
	float: right;
	display: block;
	margin: 0 6% 0 auto;
}

#sfCaseDialogWrapMain {
	padding-top: 10px;
}

#sfCaseDialogWrapMain hr{
	background-color: orange;
	height: 1px;
	border: 0;
}

#sfCaseDialog h2{
	border-bottom: solid 1px orange;
}

#sfCaseDialogWrap h2 {
	margin: 0;
	border-bottom: solid 2px orange;
	padding: 3px;
	clear: none;
	position: inherit;
}

#sfCaseDialog .dlgFormRow .dlgFormDivData {
	line-height: 20px
}

#closeFlashDialogue {
	cursor: pointer
}

.callout {
  background-color: #f5f500;
  padding: 0.5em;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #aa9;
  font-size: 10px;
  font-weight: bold;
  z-index: 10;
}

.callout .dismiss,
.callout .dismiss:hover {
  text-decoration: none;
  color: inherit;
  vertical-align: top;
  font-size: 8px;
  padding: 0px 2px;
  margin-right: -3px;
  cursor: pointer;
}

#player-snapshot-callout {
  position: absolute;
  right: -10px;
  bottom: -15px;
}

.watermarkdefault{
    display:none;
}

.watermarkdialogok{
       width:55% !important;
}

.watermarkcheckbox{
        float:right;
        padding-left: 25px;
}

.watermarklabel{
        display: block;
        padding-left: 15px;
        text-indent: -15px;
        color:#000 !important;
        font-weight: normal;
}

.watermarkinput{
        width: 13px;
        height: 13px;
        padding: 0;
        margin:0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
