
.VectorNoSelect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.VectorBody
{
	position: fixed;
	overflow:hidden;

	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;

	background-color:#404040;
	background-image: url('/sys_skin/TiledMetal.png');

	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

    -webkit-user-drag: none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
}

.form-group {
	margin-bottom:15px;
}

.form-group label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:700;
}

#LoginInfoWrapper .VectorInput
{
	display:block;
}

.LoginScreenHeader {
	padding-bottom: 10px;
	font-size:20px;
}

.VectorCenteredText
{
	text-align:center;
}

.VectorBoldText {
	font-weight: bold;
}

.VectorFullScreen
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transition: height .15s;
}
.VectorHalfHeight
{
	height:50%;
	box-shadow:inset 0px 0px 10px 0px #000000;
}
.VectorFullScreenWithTopMenu
{
	position:absolute;
	top:70px;
	left:0px;
	width:100%;
	bottom:0px;
}
.VectorFullScreenWithTopMenuAndFooter
{
	position:absolute;
	top:70px;
	left:0px;
	width:100%;
	bottom:70px;
}
.VectorScrollable
{
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.VectorMargin
{
	padding:10px;
	box-sizing: border-box;
}
.VectorFont
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.VectorDialogTitle
{
	color:#FFFFFF;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	cursor: move;
}

.VectorDialogContents{
	font-size:12px;
	color:#FFFFFF;
}

.VectorBackground
{
	background-color:#404040;
	background-image: url('/sys_skin/TiledMetal.png');
}

.VectorCenteredWrapper
{
	position:absolute;
	left:50%;
	top:50%;
	pointer-events:none;
}

.VectorCenteredContainer
{
	position:absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left:50%;
	top:50%;
	pointer-events:auto;
}

.VectorDialogCloseButton
{
	position:absolute;
	right:-10px;
	top:-10px;
	width:30px;
	height:30px;
	background-image:url('/sys_skin/popup/closebutton.png');
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
	cursor:default;
}

.InnerVectorDialogTable
{
	cursor: default;
}

.InnerVectorDialog
{
	position:relative;

	background-color:#2A2A2A;
	background-image: url('/sys_skin/TiledMetal2.png');
	border-radius:5px;
	padding:0px 10px 10px 10px;
	white-space: nowrap;
}

.OuterVectorDialog
{
	cursor: move;
	position:absolute;
	background: -webkit-linear-gradient(left top, #E6DC3E, #55B328);
	background: -moz-linear-gradient(left top, #E6DC3E, #55B328);

	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);
	border-radius:5px;
	padding:1px;
}

.LoginOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 1);
}

.LoginMiddle {
    display: table-cell;
    vertical-align: middle;
}

.LoginInner {
    margin-left: auto;
    margin-right: auto; 
    width: 500px;
    padding:20px;
}

.row:after {
	content: "";
    display: table;
    clear: both;
}

.form-group .VectorInput
{
	width:100%;
}

.loginError
{
	float:left;
	background-image:url("/sys_skin/TiledMetal.png");
	padding: 5px;
	border-radius: 
	4px;
	font-weight: 700;
}

.LoginBase
{
	background-color:#2A2A2A;
	border-radius:4px;
	padding:15px;
	height:150px;
	/*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);*/
	border:1px solid #55B328;
}

.col-25
{
	float:left; 
	width:25%;
}

.col-50
{
	float:left;
	width:50%;
}

.col-75
{
	float:left;
	width:75%;
}

.VectorMenuSlowTransitions
{
	-webkit-transition: left 0.25s, right 0.25s, top 0.25s, opacity 0.25s; /* Safari */
	transition: left 0.25s, right 0.25s, top 0.25s, opacity 0.25s;
}

.VectorMenuDefault
{
	position:absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0/2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius:10000px;
	background-color:#2A2A2A;
	background-image:url("/sys_skin/TiledMetal2.png");
	box-shadow:0px 0px 15px 0px #000000;
}

.VectorMenuOpen
{
	width:600px;
	height:600px;
	left:-300px;
	top:-300px;
	opacity:0.95;
}

.VectorMenuClosed
{
	width:0px;
	height:0px;
	left:35px;
	top:35px;
	opacity:0.0;
}

.VectorButton
{
	height:50px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-radius:5px;
	border:1px #333333;
	border-style: solid;
	background-image: linear-gradient(to bottom, #777777 0%, #333333 45%, #000000 55%, #000000 100%);
	outline:none;
	white-space: normal;
    box-sizing: border-box;
}

.VectorButtonMd {
	height:30px;
}

.VectorButtonXs {
	height:18px;
}

.VectorButtonActive {
	background-image: linear-gradient(to bottom, #555555 0%, #111111 45%, #000000 55%, #000000 100%);
	color: #DDDDDD;
}

.VectorButton:active
{
	background-image: linear-gradient(to bottom, #555555 0%, #111111 45%, #000000 55%, #000000 100%);
	color: #DDDDDD;
}

.VectorButton:disabled {
	color: #666666;
}

.VectorButton:hover, .JButton_Default:hover
{
	cursor:pointer;
}

.VectorImageCircleButton
{
	width:50px;
	height:50px;
	border-radius:50px;
	border:0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color:rgba(0,0,0,0);
	outline:none;

	transition: background-size 0.05s;
	-moz-transition: background-size 0.05s;
	-webkit-transition: background-size 0.05s;
}

.VectorImageCircleButton:active
{
	background-size: 90%;
}

.baseLbl, .dataLbl
{
	font-size:16px;
	font-weight:bold;
}

.baseLayersDiv
{
	margin-bottom:10px;
}

.VectorInput, .baseLayersDiv input, .dataLayersDiv input {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("/sys_skin/TiledMetal.png");
	outline:none;
	border-radius:5px;
	border:1px solid #666666;
	box-shadow:inset 0px 0px 10px 1px #333333;
	padding-left:5px;
	padding-right:5px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
	pointer-events: auto !important;
}

.LoginInput {
	font-size:14px;
}

.VectorInputLg {
	font-size:20px;
}

.VectorInputMax {
	width:100% !important;
}

.VectorInput:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(119,119,119,0.6);
	border-color: #A7A7A7;
}

.VectorInput:disabled, .VectorDisabled {
	color: #666666;
}


.VectorInput Option {
	color:#FFFFFF;
	background-color:#404040;
}

.VectorButtonSeetrough {
	opacity: 0.75;
}

.JCheckbox_ButtonClassWin8 {
	border: 1px solid #666666;
	border-radius:5px;
}

.JCheckbox_ButtonClassWin8:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(119,119,119,0.6);
	border-color: #A7A7A7;
}

.VectorPageContainer
{
	background-color:#2A2A2A;
	background-image:url("/sys_skin/TiledMetal2.png");
	padding:10px;
	border-radius:6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	margin-top:10px;
}

.VectorContainer
{
	background-color:#2A2A2A;
	background-image:url("/sys_skin/TiledMetal2.png");
	padding:10px;
	border-radius:6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	box-sizing: border-box;
}

.VectorFullScreenWithScroll
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.VectorFileUpload
{
	display:none;
}

.VectorTopMenu
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	min-height:70px;
	background-image: linear-gradient(to bottom, #333333 0%, #111111 95%, #000000 100%);
	text-align:center;
	z-index:1;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	cursor:default;
}

.VectorTopMenu div
{
	display: inline-block;
}

.VectorTopMenu span
{
	position:absolute;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
	font-size:20px;
	font-weight: bold;
}

.VectorTopMenu input[type="button"], .VectorTopMenu button, .VectorFooter button
{
	background-color:rgba(0,0,0,0);
	border: none;
	height:70px;
	outline:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16.5px;
	display: inline-block;
	cursor:pointer;
}
.VectorTopMenu .VectorTopMenu input[type="button"]:active, .VectorTopMenu button:active, .VectorFooter button:active
{
	background-color:rgba(0,0,0,1);
}
.VectorTopMenu .VectorTopMenu input[type="button"]:disabled, .VectorTopMenu button:disabled, .VectorFooter button:disabled
{
	color: #888888;
	cursor:pointer;
}

/*Smaller menu when on small screen */
@media (min-width: 900px) {
  .VectorTopMenu {
    font-size: 1.2em;
  }

}

.VectorTopMenuResponsive > div {
  transition: max-height 0.25s linear;
}
.VectorTopMenuResponsive div {
  margin: 0;
  padding: 0;
  text-align: center;
}
.VectorTopMenuResponsive button {
  transition: visible .25s linear;
  display: inline-block;
  padding: .45em 1.1em;
  margin: 0 .3em;
  position: relative;
}
@media (min-width: 651px) {
  .VectorTopMenuResponsive button div {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
  }
  .VectorTopMenuResponsive button:hover div {
    display: block;
  }
  .VectorTopMenuResponsive button button {
    margin: -1px 0 0 0;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .VectorTopMenuResponsive > div {
    max-height: 0;
    overflow: hidden;
    margin: 0 3.5em 0 1em;
  }
  .VectorTopMenuResponsive button {
    visibility: hidden;
    display: block;
    padding: 0.5em 0.6em;
    border: none;
  }
  .VectorTopMenuResponsive button div {
    margin-top: 0.5em;
    border-left: 1px solid #000;
  }
  .VectorTopMenuResponsive .navbar-handle {
    display: block;
  }
  #navbar-checkbox:checked + .VectorTopMenuResponsive div {
    max-height: 500px;
  }
  #navbar-checkbox:checked + .VectorTopMenuResponsive button {
    visibility: visible;
  }
  #navbar-checkbox:checked + .VectorTopMenuResponsive .navbar-handle,
  #navbar-checkbox:checked + .VectorTopMenuResponsive .navbar-handle:after,
  #navbar-checkbox:checked + .VectorTopMenuResponsive .navbar-handle:before {
  /*  border-color: #aaa; */
  }
}

.navbar-checkbox {
  display: none;
}

.list-group {
    padding-left: 0;
}

.list-wrapper, .maps-list-wrapper, .anal-list-wrapper {
	position: relative;
}
/*
.list-wrapper > .list-child {
	position: absolute;
    width: 100%;
    z-index: 1000;
    max-height: 15em;
    overflow-y: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}*/


/*.list-wrapper > .list-child {
	position: fixed;
    width: 240px;
    z-index: 1000;
    max-height: 15em;
    overflow-y: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}*/

.list-wrapper > .list-child, .maps-list-wrapper > .maps-list-child {
	position: fixed;
    width: 240px;
    z-index: 1000;
    max-height: 15em;
    overflow-y: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}

.list-group-item {
	position: relative;
    display: block;
    padding: 3px 5px;
    margin-bottom: -1px;
    background-color: #3F3A3E;
    border: 1px solid #ddd;
    overflow:hidden;
}

.list-wrapper > .list-child > a:hover {
	cursor:pointer;
}

.selected {
	background-color:#777;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-loading {
	border-radius: 4px 0px 0px 4px;
    background: url(/app_analytics/artwork/loading.gif) 50% 50% no-repeat;
    background-size: 20px 20px;
    height: 30px;
    width: 30px;
    float: right;
    margin-top: -7px;
}

.clear-search-value, .maps-clear-search-value, .anal-clear-search-value {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1px 1px;
    height:16px !important;
    background: none;
    border: none;
    color: #fff;
    /*cursor:pointer;*/
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #eee;
    background-color: #777;
}

.list-group .list-group-item {
    border: 1px solid #444;
}

@media (max-width: 1024px) {
	.clear-search-value, .maps-clear-search-value, .anal-clear-search-value {
		/*margin:5px 1px;*/
	}
}

.navbar-handle {
  display: none;
  cursor: pointer;
  position: relative;
  font-size: 45px;
  padding: .5em 0;
  height: 0;
  width: 1.66666667em;
  border-top: 0.13333333em solid;
}

.navbar-handle:before,
.navbar-handle:after {
  position: absolute;
  left: 0;
  right: 0;
  content: ' ';
  border-top: 0.13333333em solid;
}

.navbar-handle:before {
  top: 0.37777778em;
}

.navbar-handle:after {
  top: 0.88888889em;
}
.VectorTopMenuResponsive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.VectorTopMenuResponsive .navbar-handle {
  position: absolute;
  font-size: 1.2em;
  top: 1.7em;
  right: 12px;
  z-index: 10;
}





.VectorFooter
{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	height:70px;
	background-image: linear-gradient(to bottom, #555555 0%, #333333 5%, #000000 100%);
	text-align:center;
	cursor:default;
}

.VectorBackstop {
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
}

.VectorMessengerBackstop
{
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	display: none;
}

.VectorMessengerAttachmentMenuClass
{
	position:fixed;
	bottom:80px;
	right:20px;
	background-color:#FF0000;
	font-size:26px;
	text-align:right;
	box-shadow:inset 0px 0px 10px 1px #333333;
	background-image:url("/sys_skin/TiledMetal.png");
	border-radius:6px;
	display: none;
}
.VectorMessengerAttachmentMenuClass div
{
	border-radius:6px;
	background-image:url("/sys_skin/TiledMetal2.png");
	padding:0.5em;
	margin:5px;
}
.VectorMessengerAttachmentMenuClass div:hover, .VectorMessengerAttachmentMenuClass div:active
{
	background-image:url("");
	background-color:#000000;
}

.VectorFooter div
{
//	display: inline-block;
//	height:100%;
}

.VectorFooter table
{
	height:100%;
	width:100%;
}

.VectorFooter table td
{
	font-size:14px;
	width: 20%;
	white-space: nowrap;
}

.VectorFooter textarea
{
	padding:10px;
}

.VectorIFrame
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("/sys_skin/TiledMetal.png");
	outline:none;
	border-radius:5px;
	border:1px solid #666666;
	box-shadow:inset 0px 0px 10px 1px #333333;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.VectorFullWidth
{
	width:100%;
}

.VectorHalfWidth
{
	width:50%;
}

.VectorSideBySide
{
	float:left;
}

.VectorCircleButton
{
	width:50px;
	height:50px;
	position:relative;

	background-image: linear-gradient(to bottom, #777777 0%, #333333 45%, #000000 55%, #000000 100%);
	transition: background 1s;
	border-style:solid;
	border-radius:50px;
	border-width:4px;
	border-color:#11EE22;
	color:#FFFFFF;
	text-align:center;
	line-height: 42px;
	font-size: 18px;
	box-shadow: inset 0px 0px 1px 1.5px rgba(0,0,0, 1);
	box-sizing: border-box;
	outline:none;
}
.VectorCircleButton:before
{
	content: '' ;
	display: block ;
	position: absolute ;
	top: 0 ;
	bottom: 0 ;
	left: 0 ;
	right: 0 ;
	border-style:solid;
	border-radius:50px;
	border-width:0px;
	border-color:#000000;
	box-shadow: -1px -1px 4px 2.5px rgba(247,255,0,1);
	background-size:contain;
}
.VectorCircleButton:after
{
	content: "";
	transition: box-shadow 0.1s;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);
	position: absolute ;
	border-radius:50px;
	width:50px;
	height:50px;
	left:-4px;
	top:-4px;
}

.VectorCircleButton:hover:after
{
	box-shadow: 0px 0px 10px 1px rgba(119,119,119,0.6);
}

.VectorCircleButton:active
{
	background-image: linear-gradient(to bottom, #666666 0%, #222222 50%, #000000 60%, #000000 100%);
	box-shadow: inset 0px 0px 1px 1.0px rgba(0,0,0, 0.5);
	padding-top:1px;
	padding-left:1px;
}

.VectorIconConfig:before
{
	background-image: url('/sys_skin/jbutton/custom/ConfigBig.png');
}

.VectorCell
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
//	min-height:70px;
	background-color:rgba(0,0,0,0.5);
	border-radius: 15px;
	box-sizing: border-box;
}

.VectorHideIOSiFrameChilds iframe
{
	display:none;
	visibility: hidden;
}


.VectorTable td
{
	padding-left:5px;
	padding-right:5px;
}

.VectorFullScreenPreview
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0, 0.5);
	display:none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index:100;
}

.VectorMessengerContainer
{
	min-height:50px;
	border: none;
	width:100%;
	outline:none;
	text-align:left;
	color:#FFFFFF;
}

.VectorMessengerContainer *
{
	pointer-events: none;
}

.VectorSlowMargin
{
	-webkit-transition: margin 0.1s; /* Safari */
	transition: margin 0.1s;
}

.VectorMessengerCellIcon
{
	width:50px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	background-size: 48px;
	box-sizing: border-box;
}

.VectorMessengerCellIconBadge
{
	position: relative;
	float:right;
	top:-11px;
	right: -11px;
	padding: 1px 7px;
	border: 2px solid white;
	border-radius:100px;
	background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;
	-webkit-background-clip: padding-box;
	font:bold 15px/19px "Helvetica Neue", sans-serif;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}

.VectorMessengerCellGroupType
{
	transform:translateX(-15px) translateY(30px);
	width:32px;
	height:32px;
	background-repeat:no-repeat;
}

.VectorMessengerCellGroupNotifications
{
	transform:translateX(25px) translateY(0px);
	width:32px;
	height:32px;
	background-image:url(/messenger/Artwork/Muted.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.VectorMessengerCellText
{
	float:left;
	padding-top:5px;
	padding-left:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: calc(100% - 55px);
	font-size:18px;
	box-sizing: border-box;
}

.VectorMessengerCellDeleteIcon
{
	position:absolute;
	width:50px;
	height:70px;
	right:0px;
	top:0px;
	background-image:url("/messenger/artwork/Delete.png");
	background-color: rgba(0,0,0,0);
	background-repeat:no-repeat;
	background-position:center;
//	border-radius:100px;
	background-size:50px;
	opacity:0.0;
	-webkit-transition: opacity 0.1s; /* Safari */
	transition: opacity 0.1s;
	border:none;
//	display:none;
}

.VectorMessengerMessageField
{
	font-size:16px;
	resize: none;
	outline:none;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	margin:10px;
}


#VectorMessengerAttachmentDiv
{
	width:32px;
	height:32px;
	background-image: url("/Messenger/artwork/Clippy.png");
	background-size:32px;
	position:absolute;
	bottom:50px;
	right:0px;
}

#VectorMessengerLocationDiv
{
	display:none;
	width:32px;
	height:32px;
	background-image: url("/Messenger/artwork/Mappy.png");
	background-size:32px;
	position:absolute;
	bottom:50px;
	left:9px;
}

#Messenger_PopupDiv
{
	font-family: verdana;
	position:absolute;
	z-index:2;
	background-color:rgba(0,0,0,0.5);
}

.fwd-beacon {
    color: #ffff80 !important;
}

.dev_id_orange {
  color:#f0ad4e !important;
}

.case-list-secondary-text,
.beacon-list-secondary-text {
	float:right;
	color:#ccc;
}

*{
	outline: none;
}

.system-case {
	color:#0BAECA;
}

.system-case:hover {
	color:#0BAECA !important;
}


#Messenger_PopupDiv_Title {
	color: #CC2233 !important;
}

.MessengerDialog {
	background:#2a2a2a !important;
	box-shadow: 0 0 5pc rgb(35, 30, 30) !important;
}

#Messenger_PopupDiv_Contents {
	font-weight: bold !important;
}

.Messenger_SettingsCategory {
	overflow:hidden;
	margin-bottom:12px;
}

.Messenger_SettingsTextLeft {
	width:30%;
	float:left;
}

.Messenger_SettingsTextRight {
	width:70%;
	float:right;
	text-align:right;
}

.Messenger_TopLeftBtn {
	float:left;
	padding-left:15px;
}

.Messenger_TopRightBtn {
	float:right;
	padding-right:15px;
}

.Messenger_ChatDivHeaderWrapper {
	font-size:14px !important; 
	max-width:calc(100vw - 125px);
	margin-top:5px;
}

.Messenger_ChatDivHeaderWrapper h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Messenger_IconBtn {
	font-size:20px !important;
}

.Messenger_ChatTextDiv {
	word-wrap:break-word;
}

.Messenger_ChatUsername {
	margin:0 0 2px 0;
}

.Messenger_ChatDeliveryStamp {
	font-size:15px;
	font-weight:bold;
	color:#888888;
	float:right;
}

.Messenger_TextSystem {
	color:#CC2233;
}

.Messenger_TextUser {
	color:#22CC33;
}

.Messenger_GroupTitle {
	margin:0 0 2px 0;
}

.Messenger_GroupLastMessage {
	margin:0;
}
/*
.Messenger_ChatMessage {
	float:left;
}*/

.clear {
	clear:both;
}

.VectorMessengerContainerRight {
	float:right;
}

.MarginBottomMd {
	margin-bottom:12px;
}

.MarginBottomLg {
	margin-bottom:16px;
}

.MarginTopMd {
	margin-top:12px;
}

.MarginTopLg {
	margin-top:16px;
}

.ColumnWrapper {
	width:100%;
	height:30px;
	display:table;
/*	margin-left:-15px;
	margin-right:-15px;*/
}

.ColumnWrapper:after {
	clear:both;
}

.ColumnLeft-1,
.ColumnLeft-2,
.ColumnLeft-3,
.ColumnLeft-4,
.ColumnLeft-5,
.ColumnLeft-6,
.ColumnLeft-7,
.ColumnLeft-8,
.ColumnLeft-9,
.ColumnLeft-10,
.ColumnLeft-11,
.ColumnLeft-12 {
	float:left;
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
    box-sizing: border-box;
}

.ColumnLeft-3 {
	width:25%;
}

.ColumnLeft-4 {
	width:33.33333333%;
}

.ColumnLeft-6 {
	width:50%;
}

.ColumnLeft-8 {
	width:66.66666667%;
}

.ColumnLeft-10 {
	width:83.33333333%;
}

.ColumnLeft-12 {
	width:100%;
}

#Maps_CasePOITabWrapper, #analytics_CasePOITabWrapper {
	/*width:800px;*/
	border: 1px solid black;
	/*height: 420px;*/
	/*background:#000;*/
	overflow: visible;
	position: relative;
	border-radius:4px;
	padding-bottom:20px;
}

.CasePOICameraInputGroup {
	z-index: 10;
    overflow: visible;
	position: relative;
	/* float: right; */
	right: 0;
	position: absolute;
}

.CasePOIErrorText
{
	color:#f00;
}

.ColumnWrapper, fieldset {
    box-sizing: border-box;
}

.Fieldset {
/*	-moz-border-image: -moz-linear-gradient(top left, #265012 0%, #265012 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #265012 0%, #265012 100%);
    border-image: linear-gradient(to bottom right, #265012 0%, #265012 100%);*/
    border-image-slice: 1;
    border-color:#265012;
    border-radius:4px;
}

.FieldsetLegend {
	border: 1px transparent solid;
	margin-left: 1em;
}

.hidden {
	display:none !important;
}

.PullLeft {
	float:left !important;
}

.PullRight {
	float:right !important;
}

#Maps_CasePOIDocList, #analytics_CasePOIDocList {
	height:240px;
}

.Maps_CasePOIDocUL, .analytics_CasePOIDocUL {
	line-height: 2.2;
    padding: 0;
    margin-top: -6px;
    height:100%;
    overflow-y:auto;
}

.Maps_CasePOIDocUL li, .analytics_CasePOIDocUL li {
    width: 100%;
    background: #403e3e;
    /* line-height: 1.8; */
    /* padding: 10px; */
    list-style-type: none;
    font-size: 14px;
}

.Maps_CasePOIDocUL li:nth-child(odd), .analytics_CasePOIDocUL li:nth-child(odd) {
	background:#403e3e;	
}

.Maps_CasePOIDocUL li:nth-child(even), .analytics_CasePOIDocUL li:nth-child(even){
	background:#4c4c4c;	
}

#Maps_CasePOIDragHolder, #analytics_CasePOIDragHolder {
	height:130px; 
	width:200px; 
	border:10px dashed gray;
}

#Maps_CasePOIDragHolder img, #analytics_CasePOIDragHolder img {
    max-width: 200px;
    max-height: 130px;
    /* margin: 10px; */
}

.DragHover {
	border:10px dashed #d0d0d0 !important;
}

#Maps_CasePOIImages img, 
#Maps_ViewCasePOIImages img, 
#analytics_CasePOIImages img, 
#analytics_ViewCasePOIImages img {
    width: 70px;
    height: 70px;
    margin-left:5px;
    margin-right:5px;
    border: 1px solid #d2d2d2;
}

#Maps_CasePOIGalleryWrapper, #analytics_CasePOIGalleryWrapper {
	width:750px;
	margin:5px;
}

#Maps_CasePOIImages, #analytics_CasePOIImages {
	overflow-x:auto !important;
	width:100%;
}

#Maps_CasePOIImages::-webkit-scrollbar:horizontal, 
#Maps_ViewCasePOIImages::-webkit-scrollbar:horizontal,
#analytics_ViewCasePOIImages::-webkit-scrollbar:horizontal,
#analytics_ViewCasePOIImages::-webkit-scrollbar:horizontal {
  height:10px;
}

#Maps_CasePOI_Info, #Analytics_CasePOI_Info
{
	width:800px;
}

#Maps_CasePOIDocumentViewList, #analytics_CasePOIDocumentViewList
{
	height:240px;
}

.CasePOIDocumentViewWrapper
{
	width:700px;
}

.CasePOIDocumentItem:hover
{
  	cursor: pointer;
    background: #383838;
    transition: 0.25s all;
}

.Maps_CasePOIImage_Selected, .analytics_CasePOIImage_Selected
{
	border:3px solid #b32020 !important;
}

.JCarousel_Wrapper
{
	position:relative;
}

.JCarousel_Inner
{
	overflow: hidden; 
	cursor: -webkit-grab;
	width: 100%;
	max-width: 25rem;
	margin: 0 auto;
}

.JCarousel_ImgContainer
{
	transition: all 200ms ease-out;
}

.JCarousel_Control
{
	position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    margin-top:auto;
    margin-bottom:auto;
}

.JCarousel_Prev
{
	left:0;
}

.JCarousel_Next
{
	right:0;
}

.Maps_CasePOICarouselItem, .analytics_CasePOICarouselItem
{
	width: 100%;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar:horizontal {
  height:16px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #2d2d2d;
   /* border-top-right-radius: 4px; */
}
 
::-webkit-scrollbar-thumb {
    background-color: #505050;
    border-radius: 4px;
 /*   outline: 1px solid #232323;
    border-radius: 4px;
    cursor:pointer;
    height:20px;*/
}


::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

::-webkit-scrollbar-button {
	background-color: #2d2d2d;
/*	height:13px;
	border-radius:4px;*/
	background-size: 100%;
    height: 16px;
    width: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-button:horizontal {
  background-color: #2d2d2d;
  background-size: 100%;
  height: 10px;
  width: 16px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-button:vertical:decrement {
	background-image:url('scroll-up.png');
	border-top-right-radius: 4px;
	border-top-left-radius:4px;
}

::-webkit-scrollbar-button:vertical:increment {
	background-image:url('scroll-down.png');
	border-bottom-right-radius: 4px;
	border-bottom-left-radius:4px;
}

::-webkit-scrollbar-button:horizontal:decrement {
  background-image:url('scroll-left.png');
  border-top-right-radius: 4px;
  border-bottom-right-radius:4px;
}

::-webkit-scrollbar-button:horizontal:increment {
  background-image:url('scroll-right.png');
  border-top-left-radius: 4px;
  border-bottom-left-radius:4px;
}
::-webkit-scrollbar-corner {
	background:#2d2d2d;
}

.list-group > .list-child > a:hover
{
	cursor:pointer;
}

.Maps_CasePOIGalleryItem:hover, .analytics_CasePOIGalleryItem:hover
{
	border: 3px solid #b32020 !important;
	cursor:pointer;
}

#list_div {
	position:fixed;
	z-index:1000;
	max-height:300px;
	overflow-y:auto;
}

#list_div > .list-group-item {
	cursor:pointer;
	border:1px solid #444;
}

.NewMessageContainer
{
	right:-400px;
	width:400px;
	position:absolute;
    transition:1s;
    -webkit-transition:1s;
    -moz-transition:1s;
    bottom:0;
}

.NewMessageContainer:hover
{
	cursor:pointer;
}

.NewMessageContainer.transitionTo {
	right:0;
}

.NewMessageContainer.transitionBack {
	right:-400px !important;
}

.VectorMapCross {
	position:fixed;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	width:64px;
	height:64px;
	background-image:url("/messenger/artwork/CrossHair.png");
	background-size:cover;
	pointer-events:none;
}

.panicAlers_WrapperDiv {
//	max-width: calc(100vw - 150px);
	width:750px;
	
	position: fixed;
	right:50px;
	bottom:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:20px;
	border-radius: 10px;
	background-color: #400807;
	border-style: solid;
	border-width:5px;
	padding-top: 240px;
	
	background-image: url('/sys_skin/TiledMetal.png');


	border-color: red;
/*
	animation-name: flash_border;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
*/
	
	box-shadow: 10px 10px 8px 5px rgba(0,0,0,0.5);
}

@keyframes flash_border {
	0% {
		border-color: red;
		border-width:5px;
		right:50px;
		bottom:50px;
	}
	50% {
		border-color: black;
		border-width:1px;
		right:54px;
		bottom:54px;
	}
	100% {
		border-color: red;
		border-width:5px;
		right:50px;
		bottom:50px;
	}
}

.panicAlers_WrapperDiv TABLE {
	border-radius:10px;
	border-style: inset;
	border-width:2px;
	width:100%;
}

.panicAlers_WrapperDiv TD{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
//	border-radius: 10px;
}
.panicAlers_WrapperDiv TABLE TH{
	font-size: 20px;
}

.panicAlert_AgeTD {
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-right-style: solid;
	border-color:#555555;
}
.panicAlert_MessageTD {
	border-right-style: solid;
	border-color:#555555;
}
.panicAlert_HeaderDIV{
	border-radius: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 300px;
	background-image: url('/sys_skin/panicHeader.png');
	background-repeat: no-repeat;
	background-position: top;
	z-index:-1;
}

.borderline{
	box-sizing:border-box;
}

.borderline *{
	box-sizing:border-box;
}