﻿.btn {
	display: inline-block;
	padding: 6px 6px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.22857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

.center-align {
	text-align: center;
}

.bs-example {
	margin: 20px;
}

.ui-buttonset {
	margin-bottom: 3px;
}


/*
.ui-button-text {
	color: #346F00 !important;
	background-color: white;
	text-transform: capitalize;
	font-size: 13px;
	padding: 10px;
	border: solid 1px grey !important;
}
.radio-on {
	color: white !important;
	background-color: #346f00 !important;
	text-transform: capitalize;
	font-size: 13px;
	padding: 10px;
}
*/

body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.blur-background {
	/* fallback */
	background-color: #2F2727;
	background-image: url(images/radial_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#795d7f), to(#2F2727));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #795d7f, #2F2727);
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #795d7f, #2F2727);
	/* IE 10 */
	background: -ms-radial-gradient(circle, #795d7f, #2F2727);
	/* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
	/*
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
		*/
}


/* font-family: 'Comfortaa', 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif; */


/* font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif; */

.timeline {
	position: relative !important;
	z-index: 10000000 !important;
}

.expando-down li:before {
	content: "\25bc";
}

.expando-closed li:before {
	content: "\25ba";
}

input {
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 300;
}

.metro-menu-canvas {
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: hidden;
	/* pointer-events:none; */
	/*position: relative;*/
}

.metro-menu-canvas .metro-menu-canvas-wrapper {
	pointer-events: auto;
	height: 500px;
	/*position: inherit; */
	white-space: nowrap;
}

.scroller-container {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 480px;
	height: 330px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}

.isLoading {
	z-index: 100000;
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
}

body {
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 200;
	overflow-x: hidden;
	color: white;
	margin: 0;
	padding: 0;
	background-color: #EDEDED;
}

.error-label {
	color: red;
	font-weight: bold;
}

.badge-count {
	text-align: center;
	margin-top: -5px;
	padding-top: 3px;
	display: inline-block;
	border-radius: 50%;
	height: 20px;
	width: 23px;
	background-color: green;
	float: right;
}

.span-link {
	text-decoration: underline;
	cursor: pointer;
}

.button-link {
	height: 18px;
	border: unset;
	background: unset;
	text-decoration: underline;
	cursor: pointer;
}

.bottom-left {
	left: 0px;
	height: 600px !important;
}


/* modal holder */

.overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.6);
	display: none;
	z-index: 100000;
}

.cover {
	z-index: 10000001;
}

.persistant-area {
	z-index: 101;
	position: absolute;
	width: 100%;
	bottom: 50px;
	min-height: 170px !important;
	max-height: 170px !important;
	display: none;
}

.persistant-area.background {
	opacity: 0.75;
	background-size: contain;
	background-color: rgb(80, 80, 80);
	background-position-y: 2px;
	background-position-x: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/quicklinks.png);
}

.main-content {
	width: 100%;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	min-height: 80%;
	/*was 535*/
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: visible;
}


/* spa injection area */

.content-area {
	overflow: hidden!important;
	height: 100%!important;
	/*was 100% important*/
	width: 100%!important;
	position: absolute;
	top: 105px;
	padding-left: 0px;
}

.content-area .menu-expanded {
	left: 100px;
}

.content-area-burger-down {
	top: 145px !important;
	display: inline-block !important;
}

.rotated {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}


/* menu bar*/

.left-bar {
	/*lightTheme background-color: #969696;*/
	background-color: #292929;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 55px;
	width: 0px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 40px;
}

.left-bar.lightTheme {
	background-color: #969696;
}

.left-bar .menu-expander {
	display: inline-block;
	background-image: url(/images/arrowleft_white.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 31px;
	color: white;
	cursor: pointer;
	height: 40px;
	padding-left: 30px;
}

.left-bar .link {
	position: relative;
	width: 205px;
	padding-left: 60px;
	/*height: 40px;*/
	/*padding-left:5px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	float: left;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 1.25em;
	background-size: contain;
	background-position: 8px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#menuItems .link.active {
	background-color: #365D70;
}

.left-menu-expanded {
	width: 200px !important;
}

.left-menu-collapsed {
	width: 60px !important;
}

.logo {
	z-index: 101;
	position: fixed;
	top: 15px;
	left: 15px;
}

.hubImg-logo {
	top: 5px !important;
	left: 100px;
	max-height: 65px;
	max-width: 65px;
	min-height: 45px;
	min-width: 45px;
	height: 6vw;
	/*background-image: url("/images/logo_hub.png"); */
	background-image: url("/images/logos/VOS/circles.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hub1-logo {
	height: 50px;
	width: 150px;
	/* background-image: url("/images/logos/fulllogo/rec_1hub_white.png"); */
	background-image: url("/images/logos/VOLOOSlogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px 50px;
}


/* burger menu items */

.header-bar {
	/*lightTheme: background-color: #969696;*/
	background-color: #292929;
	width: 100%;
	height: 80px;
	padding-left: 205px;
	box-sizing: border-box;
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	min-width: 720px;
}

.header-bar.lightTheme {
	background-color: #969696;
}


/* descriptive element */

.header-bar .section-label-label {
	float: left;
	height: 100%;
	width: 150px;
	text-align: right;
	color: white;
	font-size: 24px;
}

.header-bar .section-label-label span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: 10px;
	height: 90%;
	line-height: 80px;
}


/* vertical black bar */

.header-bar .section-label-divider {
	float: left;
	background: black;
	width: 2px;
	height: 80%;
	top: 10%;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.header-bar .finalCountdown {
	padding-top: 36px;
	position: relative;
	left: 50px;
	font-size: 20px;
}


/* current tool */

.header-bar .section-label-header {
	white-space: nowrap;
	float: left;
	line-height: 80px;
	font-size: 3.25vw;
	display: inline-block;
	text-overflow: ellipsis;
}


/* trapazoidal menu area */

.options-menu {
	height: 30px;
	background-color: #f11c2f;
	width: 100%;
	top: 75px;
	z-index: 100;
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
}


/* diagonals */


/*
	.options-menu .options-left-corner {
		position: absolute;
		left: -4px;
		top: 0;
		width: 20px;
		height: 45px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		/*background-color: #EDEDED; */


/*	background-color: #969696;
		z-index: 5;
	}
	*/


/*
	.options-menu .options-right-corner {
		position: absolute;
		right: -5px;
		top: 0;
		width: 20px;
		height: 45px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		/*background-color: #EDEDED; */


/*
		background-color: #969696;
		z-index: 101;
	}
*/

.options-menu .options-holder {
	position: absolute;
	display: inline-block;
}

.options-menu .options-holder div {
	display: inline-block;
}

.options-menu .options-holder img {
	height: 25px;
	padding-right: 5px;
}

.options-menu .menu-expanded {
	left: 196px !important;
	right: unset !important;
}

.options-menu .menu-collapsed {
	left: 57px !important;
	right: unset !important;
}

.options-menu-burger-down {
	top: 115px !important;
	display: inline-block !important;
}


/* menu items in the header-bar */

.section-buttons {
	position: fixed;
	top: 15px;
	display: inline-block;
	width: 200px;
	height: 80px;
	right: 0px;
}

.section-buttons .burger-button {
	position: absolute;
	right: 20px;
	top: 10px;
	display: inline-block;
	background-image: url(/images/Menu/hamburger.png);
	background-size: 40px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	color: white;
	cursor: pointer;
	height: 40px;
}

.section-buttons .map-button {
	position: absolute;
	right: 80px;
	display: inline-block;
	background-image: url(/images/Menu/map2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	color: white;
	cursor: pointer;
	height: 50px;
}

.section-buttons .username {
	text-align: right;
	text-wrap: none;
	position: absolute;
	right: 150px;
	width: 315px;
	top: 5px;
	display: inline-block;
	font-size: 2vw;
	color: white;
	height: 2vw;
}

.bottom-bar {
	box-sizing: border-box;
	padding-left: 205px;
	/*lightTheme background-color: #969696; */
	background-color: #292929;
	height: 50px;
	width: 101%;
	left: -5px;
	bottom: 0;
	position: fixed;
	z-index: 1000;
	background-image: url(/images/orbs.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	min-width: 50vw;
}

.bottom-bar.lightTheme {
	background-color: #969696;
}

.bottom-bar .persistant-button {
	display: inline-block!important;
	/*prevent hamburger menu from disappearing on full screen page*/
	background-image: url(/images/Menu/quicklink.png);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	color: white;
	cursor: pointer;
	height: 50px;
	padding: 5px;
	bottom: 0;
}

.bottom-bar .link {
	box-sizing: border-box;
	float: left;
	line-height: 50px;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
	cursor: pointer;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	/* ...and now for the proper property */
	transition: .25s ease-out;
}

.bottom-bar .link img {
	height: 40px;
}

.bottom-bar .link:hover {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
	cursor: pointer;
	background-color: #365d70;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	/* ...and now for the proper property */
	transition: .25s ease-out;
}

.link.bottom-link.active {
	background-color: #333333;
	border-top: 3px solid #FF0000;
}

.link.bottom-link.activeRec {
	background-color: #333333;
	border-top: 3px solid #FF0000;
}

.link.bottom-link.activeMsgr {
	background-color: #333333;
	border-top: 3px solid #00FF00;
}

.link.bottom-link.active1Hub {
	background-color: #333333;
	border-top: 3px solid #ff5f00;
}

.link.bottom-link.activeIq {
	background-color: #333333;
	border-top: 3px solid rebeccapurple;
}

.link.bottom-link.activePortal {
	background-color: #333333;
	border-top: 3px solid #00CCFF;
}

.link.bottom-link.activeCom {
	background-color: #333333;
	border-top: 3px solid #EF7C10;
}

.bottom-bar-expanded {
	padding-left: 90px;
}


/* hamburger menu  */

.menu-area {
	top: 75px;
	z-index: 100;
	display: none;
	height: 40px;
	padding-top: 5px;
	background-color: #a59e9e;
	width: 100%;
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 18px;
	color: black;
}

.menu-area .menu-item {
	display: inline-block;
	padding-right: 40px;
	cursor: pointer;
}

.menu-area .menu-item img {
	height: 25px;
	padding-right: 5px;
}

.menu-area .menu-item-right {
	display: inline-block;
	cursor: pointer;
}

.menu-area .menu-item-right img {
	height: 25px;
	padding-right: 5px;
}


/* used with isotope */

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-item {
	box-shadow: 2px 6px 10px #333333;
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px;
	color: white;
}

.grid-item-mobile {
	box-shadow: 2px 2px 1px #888888;
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
	color: white;
}

.report-tile {
	width: 200px;
	height: 200px;
	position: relative;
	pointer-events: auto;
}

.grid-item--width2 {
	width: 310px;
}

.grid-item--height2 {
	height: 310px;
}

.grid-item--width4 {
	width: 630px;
}

.grid-item--height4 {
	height: 470px;
}


/* tiles */

.tile {
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	padding-left: 2px;
}

.tile .tileContentHeader {
	position: absolute;
	background-color: white;
	height: 26px;
	left: 0px;
	right: 5px;
	width: 100%;
	margin-right: 3px;
	top: 0px;
	/* font-family: 'Abel'; */
	/* font-family: 'Comfortaa'; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	color: black;
	margin-bottom: 5px;
	background-position: top left;
	background-size: 25px;
	background-repeat: no-repeat;
}

.tile .tileContentHeader .dashboard {
	background-image: url(/images/Tile/dashboard_grey.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tile .tileContentHeader .messenger {
	/* background-image: url(/images/Tile/communications_grey.png);*/
	background-image: url(/images/Tile/communications_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tile .tileContentHeader .groups {
	background-image: url(/images/Tile/records_grey.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tile .tileContentSubHeader {
	position: absolute;
	top: 30px;
	left: 5px;
	font-size: 18px;
	margin-bottom: 5px;
}

.tile .tileContentBody {
	/*position: absolute;*/
	bottom: 5px;
	font-size: 14px;
}

.tile .tileContentFooter {
	position: absolute;
	font-size: 12px;
	/* font-family: Comfortaa, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	color: black;
	bottom: 0px;
	background-color: white;
	width: 100%;
	left: 0px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.list-repeater-background {
	white-space: normal;
	width: 100%;
	height: 50px!important;
	padding: 5px 5px 5px!important;
	background-color: #ddd;
	margin-bottom: 3px;
}

.list-repeater-background.selected {
	background-color: #AAA;
}

.list-repeater-background-oneline {
	white-space: normal;
	width: 100%;
	height: 25px!important;
	padding: 5px 5px 5px!important;
	background-color: #ddd;
	margin-bottom: 3px;
}

.list-repeater-background-oneline.selected {
	background-color: #AAA;
}


/* tile backgorunds */

.appBack {
	-webkit-filter: initial;
	filter: initial;
	color: white;
	height: 100%;
	width: 100%;
	z-index: 5;
	opacity: 0.8;
	top: 0px;
}

.appTT {
	background-color: #F5F5F5 !important;
}

.appIQ {
	background-color: rebeccapurple !important;
}

.appIQMod {
	/*background-color: #8ad249 !important;*/
	background-color: purple !important;
}

.appIQUser {
	/*background-color: #a5ff53 !important;*/
	background-color: mediumpurple !important;
}

.appMsgr {
	background-color: #6BB726 !important;
}

.appMsgrMod {
	/*background-color: #8ad249 !important;*/
	background-color: #4f9313 !important;
}

.appMsgrUser {
	/*background-color: #a5ff53 !important;*/
	background-color: #346f00 !important;
}

.appPortal {
	background-color: #00CCFF !important;
}

.appRec {
	background-color: #ff0000 !important;
}

.appTT {
	background-color: #FF5f00 !important;
}

.app1Hub-repeater-background {
	/* background-color: #ea4848; */
	background-color: #969696;
	padding: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
}

.appWidget {
	background-color: #f254a6 !important;
}

.appWidgetUser {
	background-color: #ef3e99 !important;
}

.appWidgetDL {
	background-color: #a51861 !important;
}

.appRecUser {
	background-color: #9b0000 !important;
}

.appRecMod {
	background-color: #c60000 !important;
}

.appIc {
	background-color: #666666 !important;
}

.appIcUser {
	background-color: lightslategray !important;
}

.app1Hub {
	background-color: #FF5f00 !important;
}

.app1HubMod {
	/*background-color: #FF8942  !important;*/
	/* background-color: #c24800 !important; -- dereks */
	background-color: #ff510c !important;
	/* FPs */
}

.app1HubHeader {
	/*background-color: #fae0d0 !important;*/
}

.app1HubUser {
	/*background-color: #FFAA78 !important;*/
	background-color: #923600 !important;
}

.appV5 {
	background-color: rgb(255, 95, 0) !important;
}

.appVsb {
	background-color: green;
}

.appVsbUser {
	background-color: lightgreen;
}

.appVbb {
	background-color: #eac202;
	color: grey !important;
}

.appVbbUser {
	background-color: lightgoldenrodyellow;
}


/***********************/

.float-center {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

.options-link {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 24px;
	float: left;
	margin-left: 50px;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	background-image: url(/images/add_white.png);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
}

.options-link.float-left {
	float: left;
	margin-left: 5px !important;
}

.options-link.float-center {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

.options-link.no-float {
	float: unset;
	text-align: center;
	margin-top: unset;
}

.options-link.pad-right {
	padding-right: 15px;
}

.options-link.burger {
	background-image: url(/images/Menu/hamburger.png);
	float: right;
	padding-left: 25px;
	margin-right: 5px !important;
	margin-top: 5px;
	height: 15px;
}

.options-link.burger-dash {
	/*margin-right:-10px !important;*/
	margin-left: unset;
	margin-top: 5px;
	background-image: url(/images/Menu/hamburger.png);
	float: right;
	padding-left: 25px;
	height: 15px;
}

#selectLocations,
#selectGroups {
	right: 50px!important;
}

.options-link.arrow {
	background-image: url(/images/arrow.png);
	background-position: center left;
	/*center right*/
}

.options-link.float-right {
	float: right;
	margin-right: 15px !important;
}

.options-link.none {
	background-image: unset !important;
	text-decoration: underline;
}

.options-link.disabled {
	background-image: unset !important;
	text-decoration: underline;
}

.options-link.quicklaunch {
	background-image: url(/images/download_white.png);
}

.options-link.quicklaunch-grey {
	background-image: url(/images/download_grey.png);
}

.options-link.cancel-grey {
	background-image: url(/images/cancel_grey.png);
}

.options-link.map_feeds {
	background-image: url(/images/map/feeds.png);
}

.options-link.arrow {
	background-image: url(/images/arrow_white.png);
}

.options-link.arrow-grey {
	background-image: url(/images/arrow_grey.png);
}

.options-link.map_weather {
	background-image: url(/images/map/weather.png);
}

.options-link.search {
	background-image: url(/images/import-user.png);
}

.options-link.search-grey {
	background-image: url(/images/import-user-grey.png);
	margin-left: 50px!important;
}

.options-link.check-grey {
	background-image: url(/images/check_grey.png);
}

.options-link.remove-grey {
	background-image: url(/images/remove_grey.png);
}

.options-link.add {
	background-image: url(/images/add_white.png);
}

.options-link.add-grey {
	background-image: url(/images/add_grey.png);
}

.options-link.map_points {
	background-image: url(/images/map/places.png);
}

.options-link.map_controls {
	background-image: url(/images/map/map_controls.png);
}

.options-link.save {
	background-image: url(/images/ok_white.png);
}

.options-link.save-grey {
	background-image: url(/images/ok_grey.png);
}

.options-link.edit {
	background-image: url(/images/edit.png);
}

.options-link.edit-grey {
	background-image: url(/images/edit_grey.png);
}

.options-link.cancel {
	background-image: url(/images/cancel_white.png);
}

.options-link.delete {
	background-image: url(/images/delete_white.png);
}

.options-link.delete-grey {
	background-image: url(/images/delete_grey.png);
}

.options-link.download {
	background-image: url(/images/download_white.png);
}


/*** ****************************************************************  ***/

.button-div {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 24px;
	/* margin-left: 50px; */
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	background-image: url(/images/add_white.png);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
}

.button-div.arrow {
	background-image: url(/images/arrow.png);
	background-position: center left;
	/*center right*/
}

.button-div.none {
	background-image: unset !important;
	text-decoration: underline;
}

.button-div.disabled {
	background-image: unset !important;
	text-decoration: underline;
}

.button-div.mapStyle {
	background-image: url(/images/map/layers.png);
}

.button-div.quicklaunch {
	background-image: url(/images/download_white.png);
}

.button-div.quicklaunch-grey {
	background-image: url(/images/download_grey.png);
}

.button-div.cancel-grey {
	background-image: url(/images/cancel_grey.png);
}

.button-div.map_feeds {
	background-image: url(/images/map/feeds.png);
}

.button-div.arrow {
	background-image: url(/images/arrow_white.png);
}

.button-div.arrow-grey {
	background-image: url(/images/arrow_grey.png);
}

.button-div.map_weather {
	background-image: url(/images/map/weather.png);
}

.button-div.search {
	background-image: url(/images/import-user.png);
}

.button-div.search-grey {
	background-image: url(/images/import-user-grey.png);
}

.button-div.check-grey {
	background-image: url(/images/check_grey.png);
}

.button-div.remove-grey {
	background-image: url(/images/remove_grey.png);
}

.button-div.add {
	background-image: url(/images/add_white.png);
}

.button-div.add-grey {
	background-image: url(/images/add_grey.png);
}

.button-div.map_points {
	background-image: url(/images/map/places.png);
}

.button-div.map_controls {
	background-image: url(/images/map/map_controls.png);
}

.button-div.save {
	background-image: url(/images/ok_white.png);
}

.button-div.save-grey {
	background-image: url(/images/ok_grey.png);
}

.button-div.edit {
	background-image: url(/images/edit.png);
}

.button-div.edit-grey {
	background-image: url(/images/edit_grey.png);
}

.button-div.cancel {
	background-image: url(/images/cancel_white.png);
}

.button-div.delete {
	background-image: url(/images/delete_white.png);
}

.button-div.delete-grey {
	background-image: url(/images/delete_grey.png);
}

.button-div.download {
	background-image: url(/images/download_white.png);
}

.button-div.download-grey {
	background-image: url(/images/download_grey.png);
}


/*** ****************************************************************  ***/

span.options-link.search-grey {}

.map-header {
	z-index: 50;
	position: fixed;
	height: 35px;
	padding-top: 5px;
	top: 110px;
	right: 27px;
	background-color: silver;
	display: none;
}

.map-header .map-header-button {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin-right: 20px;
}

.map-header .map-header-button img {
	height: 18px;
}

.map-head span {
	margin-left: 40px;
	margin-right: 10px;
}


/**user image bubbles */

.user-bubble {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	background-size: 100px 100px;
	background-position: center center;
}

.user-bubble-small {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background-size: 75px 75px;
	background-position: center center;
}

.user-bubble-small.two-line {
	width: 42px !important;
	height: 42px !important;
}

.user-bubble-oneline {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	background-size: 50px 50px;
	background-position: center center;
}


/* buttons */

.view-details-button,
.add-button-white,
.remove-button-white,
.close-button-white {
	text-align: center;
	position: relative;
	top: 0px;
	right: 10px;
	font-size: 0.7vw;
	padding-top: 28px;
	width: 35px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
}

.view-details-button.white {
	background-image: url(/images/arrow_white.png);
}

.view-details-button.grey {
	background-image: url(/images/arrow_grey.png);
}

.close-button-white {
	background-image: url(/images/cancel_white.png);
}

.add-button-white {
	background-image: url(/images/add_white.png);
}

.tileline-detail-text {
	font-size: 24px;
	margin-top: 14px;
	margin-left: 5px;
	width: 250px;
	height: 30px;
}

.tileline-subdetail-text {
	margin-left: 5px;
	width: 300px;
	height: 25px;
}

.switch-account-info {
	display: none;
}


/**** form styling ****/

.column-metro {
	pointer-events: auto;
	/* width: 30vw; */
	margin-left: 1vw;
	color: black;
	height: 500px;
	min-width: 350px;
	display: inline-block;
	position: relative;
	top: 0;
	overflow-x: hidden;
}

.column-metro-detail {
	pointer-events: auto;
	margin-top: 2vw;
	/* width: 30vw; */
	margin-left: 2vw;
	margin-right: 2vw;
	color: black;
	min-width: 350px;
	display: inline-block;
	position: relative;
	top: -400px;
}

.column {
	margin-top: 2vw;
	width: 30vw;
	margin-left: 2vw;
	position: relative;
	overflow: hidden;
	float: left;
	color: black;
	min-width: 350px;
	display: inline-block;
}

.column-cover {
	background: rgba(128, 128, 128, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.column-title {
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: white;
}

.column-header {
	width: 50%;
	float: left;
	height: 40px;
	color: green;
	font-weight: 400;
}

.column-header.active {
	background: white;
	color: red;
}

.column-header-title {
	width: 50%;
	float: left;
	font-size: 14px;
	padding-left: 1vw;
}

.column-header-count {
	text-align: right;
	font-size: 28px;
	box-sizing: border-box;
	padding-right: 1vw;
}

.column-item {
	display: none;
	width: 100%;
	float: left;
	border-bottom: 2px solid #EDEDED;
	padding: 1vw;
	box-sizing: border-box;
}

.column-tab {
	/*position: relative;*/
	overflow: hidden;
	float: left;
	width: 100%;
	height: 445px;
	/*lightTheme: background: white; */
	background: #CCC;
}

.column-tab.lightTheme {
	background: white !important;
}

.column-tab.active .column-item {
	display: inherit;
}

.column-tab.active {}

.titletext {
	font-size: 20px;
	/* padding-left: 10px; */
}

.subtext {
	font-size: 14px;
}

.column-title {
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}


/**** INPUT ****/

.input-label {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 16px;
}

.radio-input {
	border: 1px solid silver;
	height: 20px;
	background-color: #DDD;
}

.single-line-input {
	padding-left: 1px;
	margin-right: -3px;
	border: 1px solid silver;
	/*float: right;*/
	width: 100%;
	margin-top: 5px;
	height: 20px;
	/*lightTheme: background-color: #DDD;*/
	background-color: white;
}

.single-line-input.lightTheme {
	background: #ddd!important;
}

.single-line-label {
	float: left;
	width: 100%;
	margin-top: 5px;
	height: 14px;
	padding-left: 10px;
}

.single-line-value {
	width: 100%;
	vertical-align: top;
	padding-top: 5px;
	height: 22px;
}

.single-line-input-area {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: hidden;
}

.multi-line-input {
	border: 1px solid silver;
	float: left;
	width: 100%;
	height: 150px;
	background-color: #DDD;
	resize: none;
}

.horizontal-button,
.horizontal-button-right {
	margin-top: 3px;
	margin-bottom: 4px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding-right: 35px;
	cursor: pointer;
}

.horizontal-button-right {
	float: right;
}

.horizontal-button span,
.horizontal-button-right span {
	padding-bottom: 5px;
}

.horizontal-button-right.right,
.horizontal-button.right {
	background-image: url(/images/arrow_white.png);
}

.horizontal-button-right.clear,
.horizontal-button.clear {
	background-image: url(/images/cancel_white.png);
}

.action-bar {
	background-color: #f11c2f;
	color: white;
	height: 30px !important;
	margin-bottom: 5px;
	/*
		display: table;
		padding-left: 5px;
		*/
}

.action-bar.ic {
	background-color: #666666;
}


/* tile buttons */

.tileLinkBar {
	margin-top: 5px;
	position: absolute;
	bottom: -27px;
	height: 70px;
	width: 155px;
}

.tileLinkCenter {
	padding-bottom: 5px;
	cursor: pointer;
	position: absolute;
	font-size: 18px;
	text-align: center;
	padding-left: 2px;
	height: 40px;
	margin-left: 5px;
	width: 135px;
	background-color: #969696;
	color: white;
}

.tileLinkLeft {
	cursor: pointer;
	position: absolute;
	font-size: 18px;
	text-align: center;
	padding-left: 5px;
	height: 40px;
	margin-left: 1px;
	width: 68px;
	background-color: #969696;
	color: white;
}

.tileLinkRight {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 10px;
	height: 40px;
	text-align: center;
	width: 68px;
	background-color: #969696;
	color: white;
}

.bottom-right-area {
	z-index: 10000;
	position: fixed;
	background-color: orangered;
	width: 300px;
	height: 310px;
	display: none;
	bottom: 0px;
	right: 5px;
}

.input-group,
.input-group-light {
	border-radius: 1px;
	background-color: #DDD;
	padding: 2px;
	width: 100%;
	margin-bottom: 5px;
}

.input-group .single-line-input,
.input-group-light .single-line-input {
	border: 1px solid silver;
	float: right;
	width: 100%;
	margin-top: 5px;
	height: 22px;
	background-color: white;
}

.input-group-light {
	background-color: #EEE;
}


/******* overrides for JQueryUI ******/

.ui-accordion .ui-accordion-content {
	padding: 5px;
	/* font-family: 'Comfortaa', 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
}

.ui-accordion .ui-state-default {
	background-color: #DDD;
}

.ui-state-default,
.ui-widget-header {
	background-image: unset;
}

.ui-widget,
.ui-widget button,
.ui-widget select,
.ui-widget input {
	/* font-family: 'Comfortaa', 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	line-height: unset !important;
	font-size: unset !important;
}

.ui-dialog,
.ui-accordion,
.ui-accordion-header,
.ui-button,
.ui-dialog-title {
	border-radius: 0px;
}

.ui-button.primary {
	background: unset;
	background-color: lightgreen !important;
}

.ui-button:disabled {
	background-color: white !important;
	cursor: not-allowed !important;
}

.menu-expander-plus-minus {
	width: 15px;
	display: inline-block;
	height: 25px;
	line-height: 10px;
	vertical-align: middle;
	cursor: pointer;
}


/*** FADE IN / FADE OUT */

.save-fade-in-fade-out {
	background-color: #ea4848;
	-webkit-animation-name: save-fade-in-fade-out;
	/* Chrome, Safari, Opera */
	-webkit-animation-duration: 3s;
	/* Chrome, Safari, Opera */
	animation-name: save-fade-in-fade-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

@-webkit-keyframes save-fade-in-fade-out {
	0% {
		background-color: initial;
		color: white;
	}
	50% {
		background-color: yellow;
		color: black;
	}
	100% {
		background-color: initial;
		color: white;
	}
}

@keyframes save-fade-in-fade-out {
	0% {
		background-color: initial;
		color: white;
	}
	50% {
		background-color: yellow;
		color: black;
	}
	100% {
		background-color: initial;
		color: white;
	}
}

.fade-in-fade-out {
	-webkit-animation: fadeinout 3s linear forwards;
	animation: fadeinout 3s linear forwards;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeinout {
	0%,
	75%,
	100% {
		opacity: 1;
	}
	85% {
		opacity: 0;
	}
}

@keyframes fadeinout {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
}


/*** FADE IN / FADE OUT */

.validationElement,
.validationMessage {
	float: left;
	color: red;
}

.disabledState {
	pointer-events: none;
	opacity: 0.4;
}

.help-forum-link {
	background-image: url(/images/nav/wgt_history3.png);
}

.widget-dashboard-link {
	background-image: url(/images/nav/wgt_dashboard3.png);
}

.widget-setting-link {
	background-image: url(/images/nav/wgt_settings.png);
}

.widget-panic-link {
	background-image: url(/images/nav/wgt_panic.png);
}

.widget-history-link {
	background-image: url(/images/nav/wgt_history3.png);
}

.widget-pop-desktop-link {
	background-image: url(/images/nav/wgt_desktop.png);
}

.widget-pop-group-link {
	background-image: url(/images/nav/wgt_desktopgroup2.png);
}

.msgr-scen-link {
	background-image: url(/images/nav/mgr_scenario.png);
}

.msgr-tmpl-link {
	background-image: url(/images/nav/mgr_template.png);
}

.msgr-il-link {
	background-image: url(/images/nav/mgr_instalaunch.png);
}

.msgr-sched-link {
	background-image: url(/images/nav/mgr_scheduled.png);
}

.msgr-dashboard-link {
	background-image: url(/images/nav/mgr_dashboard.png);
}

.msgr-report-link {
	background-image: url(/images/nav/mgr_reports.png);
}

.msgr-settings-link {
	background-image: url(/images/nav/mgr_settings.png);
}

.msgr-jobs-link {
	background-image: url(/images/nav/mgr_jobs.png);
}

.msgr-voicefiles-link {
	background-image: url(/images/nav/mgr_voicefiles.png);
}

.msgr-huntgroup-link {
	background-image: url(/images/nav/mgr_huntgroup.png);
}

.rec-search-link {
	background-image: url(/images/nav/rec_search.png);
}

.setting-link {
	background-image: url(/images/tile/messengersettings_grey3.png);
}

.rec-groups-link {
	background-image: url(/images/nav/rec_groups.png);
}

.rec-dashboard-link {
	background-image: url(/images/nav/rec_dashboard.png);
}

.rec-report-link {
	background-image: url(/images/nav/rec_reports.png);
}

.new-record-link {
	background-image: url(/images/nav/rec_add.png);
}

.location-link {
	background-image: url(/images/nav/rec_locations.png);
}

.hub-dashboard-link {
	background-image: url(/images/nav/admin_dashboard.png);
}

.hub-report-link {
	background-image: url(/images/nav/admin_reports.png);
}

.hub-user-link {
	background-image: url(/images/nav/admin_user.png);
}

.hub-role-link {
	background-image: url(/images/nav/admin_roles.png);
}

.hub-license-link {
	background-image: url(/images/nav/admin_license.png);
}

.hub-settings-link {
	background-image: url(/images/nav/admin_settings.png);
}

.iq-dashboard-link {
	background-image: url(/images/nav/mgr_dashboard.png);
}

.iq-report-link {
	background-image: url(/images/nav/mgr_reports.png);
}

.msgr-settings-link {
	background-image: url(/images/nav/mgr_settings.png);
}

.report-link {
	background-image: url(/images/tile/reports.png);
}

.settings-link {
	background-image: url(/images/tile/settings.png);
}

.license-link {
	background-image: url(/images/tile/user_licenses.png);
}

.role-link {
	background-image: url(/images/tile/my_info.png);
}

.user-link {
	background-image: url(/images/tile/users.png);
}

.dashboard-link {
	background-image: url(/images/tile/dashboard_white.png);
}

select.geomType option {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 30px;
	background-color: #DDD;
}

select#geomType option[value="1"] {
	background-image: url(/images/map/point.png);
}

select#geomType option[value="2"] {
	background-image: url(/images/map/point.png);
}

select#geomType option[value="3"] {
	background-image: url(/images/map/point.png);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #99FF99;
	font-weight: normal;
	color: #212121;
}

.warn ul {
	width: 750px;
	margin-bottom: 10px;
	overflow: hidden;
}

.warn li {
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
}

#double li {
	width: 50%;
}

#triple li {
	width: 33.333%;
}

#quad li {
	width: 25%;
}

#cinque li {
	width: 20%;
}

#six li {
	width: 16.666%;
}

.side-tab {
	background-color: #EEE;
	height: 15px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid silver;
	position: relative;
	cursor: pointer;
}

.side-tab.double-line {
	height: 30px;
}

.side-tab.double-line.imgspec {
	background-position: 2% 90%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.side-tab.double-line.imgspec.location {
	background-image: url(/images/buttons/location.png);
}

.side-tab.double-line.imgspec.group {
	background-image: url(/images/buttons/groups.png);
}

.side-tab.double-line.imgspec.address {
	background-image: url(/images/buttons/addresses.png);
}

.side-tab.double-line.imgspec.email {
	background-image: url(/images/buttons/email.png);
}

.side-tab.double-line.imgspec.phone {
	background-image: url(/images/buttons/phone.png);
}

.side-tab.double-line.imgspec.portal {
	background-image: url(/images/buttons/portal.png);
}

.side-tab.imgspec {
	background-position: 2% 90%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.side-tab.imgspec.records {
	background-image: url(/images/buttons/st_record.png);
}

.side-tab.imgspec.messages {
	background-image: url(/images/buttons/st_messages.png);
}

.side-tab.imgspec.reports {
	background-image: url(/images/buttons/st_reports.png);
}

.side-tab.imgspec.history {
	background-image: url(/images/buttons/st_history.png);
}

.side-tab.imgspec.groups {
	background-image: url(/images/buttons/groups.png);
}

.side-tab.imgspec.locations {
	background-image: url(/images/buttons/locations.png);
}

.side-tab.imgspec.huntgroups {
	background-image: url(/images/buttons/st_hunt.png);
}

.side-tab.imgspec.geography {
	background-image: url(/images/buttons/st_geography.png);
}

.side-tab.imgspec.nocontact {
	background-image: url(/images/buttons/st_donotcall.png);
}

.side-tab.imgspec.phone {
	background-image: url(/images/buttons/phone.png);
}

.side-tab.imgspec.email {
	background-image: url(/images/buttons/email.png);
}

.side-tab.imgspec.text {
	background-image: url(/images/buttons/st_text.png);
}

.side-tab.imgspec.push {
	background-image: url(/images/buttons/push.png);
}

.side-tab.imgspec.conference {
	background-image: url(/images/buttons/st_conference.png);
}

.side-tab.imgspec.survey {
	background-image: url(/images/buttons/st_survey.png);
}

.side-tab.fourty {
	height: 40px;
	width: 100px;
}

.side-tab-fourty.content {
	height: 43px;
	position: relative;
	left: -9px;
	top: -37px;
	width: 104px;
	display: inline-block;
	text-align: center;
}

.side-tab-fourty.content.grey-border {
	border: solid 3px grey;
	width: 95px;
	height: 45px;
	top: -39px;
}

.side-tab-fourty.content.green-border {
	border: solid 3px green;
	width: 95px;
	height: 45px;
	top: -39px;
}

.side-tab-fourty.content.red-border {
	border: solid 3px red;
	width: 95px;
	height: 45px;
	top: -39px;
}

.side-tab-fourty.sidelight {
	height: 52px;
	width: 10px;
	display: inline-block;
	position: relative;
	left: -5px;
	top: -6px;
}

.side-tab-fourty.sidelight.grey {
	background-color: grey;
}

.side-tab-fourty.sidelight.green {
	background-color: green;
}

.side-tab-fourty.sidelight.red {
	background-color: red;
}

.imgspecCenter {
	background-position: 48% 90%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.imgspecLeft {
	background-position: 7% 90%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.bg-img.address {
	background-image: url(/images/buttons/addresses.png);
}

.bg-img.portal {
	background-image: url(/images/buttons/portal.png);
}

.bg-img.records {
	background-image: url(/images/buttons/st_record.png);
}

.bg-img.messages {
	background-image: url(/images/buttons/st_messages.png);
}

.bg-img.reports {
	background-image: url(/images/buttons/st_reports.png);
}

.bg-img.history {
	background-image: url(/images/buttons/st_history.png);
}

.bg-img.groups {
	background-image: url(/images/buttons/groups.png);
}

.bg-img.locations {
	background-image: url(/images/buttons/locations.png);
}

.bg-img.scenarios {
	background-image: url(/images/buttons/scenario.png);
}

.bg-img.huntgroups {
	background-image: url(/images/buttons/st_hunt.png);
}

.bg-img.geography {
	background-image: url(/images/buttons/st_geography.png);
}

.bg-img.nocontact {
	background-image: url(/images/buttons/st_donotcall.png);
}

.bg-img.phone {
	background-image: url(/images/buttons/phone.png);
}

.bg-img.email {
	background-image: url(/images/buttons/email.png);
}

.bg-img.text {
	background-image: url(/images/buttons/st_text.png);
}

.bg-img.push {
	background-image: url(/images/buttons/push.png);
}

.bg-img.conference {
	background-image: url(/images/buttons/st_conference.png);
}

.bg-img.survey {
	background-image: url(/images/buttons/st_survey.png);
}

.bg-img.desktop {
	background-image: url(/images/buttons/btn_desktop.png);
}

.bg-img.message {
	background-image: url(/images/buttons/btn_popup.png);
}

.bg-img.selection {
	background-image: url(/images/buttons/btn_popup_selection.png);
}

.side-tab.highlighted {
	-webkit-box-shadow: -5px 0px 23px 0px rgba(241, 28, 47, 0.75);
	-moz-box-shadow: -5px 0px 23px 0px rgba(241, 28, 47, 0.75);
	box-shadow: -5px 0px 23px 0px rgba(241, 28, 47, 0.75);
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-wrap {
	white-space: pre;
	/* CSS 2.0 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3.0 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	white-space: -moz-pre-wrap;
	/* Mozilla */
	word-wrap: break-word;
}


/* square up the jqui stuffs*/

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-radius: 0px !important;
}

.ui-dialog-title {
	color: white !important;
}

.map-blur {
	/* -moz-filter: blur(7px);
	-webkit-filter: blur(7px);
	filter: blur(7px);
		
	opacity: 0.8;
		*/
	background-color: rgba(96, 96, 96, 0.59);
	position: absolute;
	pointer-events: none;
	padding-left: 15px;
	height: 100%;
	width: 100%;
	z-index: 99;
}

#grid-items {
	pointer-events: auto;
}

.grid-left-half {
	height: 25px;
	padding-left: 5px;
	border-bottom: solid 1px lightgrey;
	border-left: solid 1px lightgrey;
	border-top: solid 1px lightgrey;
}

.grid-right-half {
	height: 25px;
	border-bottom: solid 1px lightgrey;
	border-right: solid 1px lightgrey;
	border-top: solid 1px lightgrey;
}

.grid-full {
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px lightgrey;
}

#scenarioOpts .ui-button,
#questionDiv .ui-button {
	height: 22px;
}

#scenarioOpts .ui-button-text,
#questionDiv .ui-button-text {
	font-size: small;
}

select {
	/* font-family: 'Comfortaa', 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
}

.report-title {
	text-align: center;
	position: absolute;
	width: 100%;
	right: 5px;
	top: 0px;
	font-size: 24px;
	margin-bottom: 5px;
}

#userScroller {
	overflow-y: auto!important;
}


/**********************MEDIA QUERY*********************************/

@media only screen and (max-width: 480px) {
	.main-content {
		height: 100%!important;
		min-height: 100%!important;
		max-height: 100%!important;
		width: 100%!important;
	}
	.metro-menu-canvas {
		height: 100%;
	}
	.mobile-login-logo {}
	.metro-menu-canvas-wrapper {
		padding-top: 3%;
		width: 100%!important;
		margin-left: 0!important;
		height: 400px;
		overflow: auto;
	}
	.column-metro {
		padding: 10px;
		width: 100%;
		overflow: auto!important;
	}
	#content-holder {
		overflow: scroll!important;
		padding-left: 0!important;
		height: 100%;
	}
	.section-label-header {
		position: absolute;
		right: 60%;
		font-size: 260%!important;
	}
	.header-bar {
		padding-left: 0!important;
	}
	.menu-area {
		text-align: center !important;
		top: 65px !important;
		height: 11% !important;
		padding: 1% !important;
		width: 100%;
	}
	.menu-area .menu-item img,
	.menu-item-right img {
		display: none;
	}
	#menuHolder {
		margin-right: 0 !important;
	}
	.menu-item {
		padding-right: 2% !important;
	}
	.options-link {
		margin-left: 10px!important;
	}
	div.options-menu.options-menu-burger-down {
		top: 130px !important;
	}
	.grid-item {
		white-space: nowrap;
		clear: right !important;
		display: inline-block !important;
	}
	.persistant-area {
		left: 0!important;
		bottom: 0!important;
		width: 30em !important;
		overflow-x: auto;
		white-space: nowrap!important;
		height: 15%!important;
	}
	.persistant-button.link {
		margin-left: 15px!important;
	}
	select {
		margin-top: 15px;
	}
	.titletext {
		padding-top: 0!important;
	}
	.scroller-container {
		height: 75%!important;
		width: 95%!important;
		overflow: scroll;
	}
	.subtext {
		margin-top: 10px;
	}
	.map-button,
	.burger-button {
		width: 20%!important;
	}
	.section-label-divider {
		display: none;
	}
	.burger-button {
		background-size: 30px 20px!important;
	}
	.map-button {
		height: 35px!important;
		top: -5px!important;
		right: 70px!important;
	}
	.hubImg-logo {
		max-height: 35px!important;
		min-height: 35px!important;
		top: 15px!important;
	}
	.section-label-divider {
		margin-left: -50px!important;
	}
	.bottom-bar,
	.link {
		margin-right: 7%!important;
	}
	.ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable no-close {
		height: 30%!important;
		width: 100%!important;
	}
	.column-tab {
		margin: 1%;
		height: 85%;
		/*was !important*/
	}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
	.main-content {
		/*overflow: hidden; */
	}
	.header-bar {
		padding-left: 20px!important;
	}
	.menu-area {
		text-align: center;
		top: 70px!important;
		right: 0;
		padding-top: 0!important;
		padding-left: 5%;
		width: 100%!important;
		height: 60px!important;
	}
	#menuHolder {
		margin-right: 1% !important;
	}
	.options-holder {
		width: 100%!important;
	}
	.options-link,
	.options-right {
		margin-left: 3%;
	}
	div.options-menu.options-menu-burger-down {
		top: 130px!important;
	}
	.persistant-area {
		overflow: scroll!important;
	}
	.persistant-button.link {
		margin-left: 15px!important;
	}
	.grid-item {
		white-space: normal;
	}
	select {
		margin-top: 15px;
	}
	.titletext {
		padding-top: 0!important;
	}
	.subtext {
		margin-top: 10px;
	}
}


/*****************************************************************************************************/

.tileTemplate {
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	/*padding-left: 2px;*/
}

.tileTemplate .tileBackground {
	background-color: rgb(85, 85, 85);
}

.tileTemplate.tileBackground {
	background-color: rgb(85, 85, 85);
}

.tileTemplate .bigtext {
	font-size: 25px;
	padding-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-left: 10px; */
}

.tileTemplate .bignumber {
	font-size: 40px;
	padding-top: 26px;
	/* padding-left: 10px; */
}

.tileTemplate .mediumtext {
	font-size: 20px;
}

.tileTemplate .subtext {
	font-size: 14px;
}

.tileTemplate .tileTemplateContentHeader {
	position: absolute;
	/* background-color: #ADADAD; */
	color: white !important;
	height: 24px;
	padding-top: 2px;
	left: 0px;
	right: 5px;
	width: 100%;
	margin-right: 3px;
	top: 0px;
	/* font-family: 'Abel';*/
	/* font-family: 'Comfortaa'; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	color: black;
	margin-bottom: 5px;
	background-position: top left;
	background-size: 20px;
	background-repeat: no-repeat;
}

.tileTemplate .tileTemplateContentBody {
	/*position: absolute;*/
	bottom: 5px;
	font-size: 14px;
}

.tileTemplate .tileTemplateBody {
	padding-left: .4em;
}

.tileTemplate .tileTemplateContentFooter {
	position: absolute;
	font-size: 12px;
	/* font-family: Comfortaa, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	color: white !important;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/*lightTheme: background-color:#ADADAD; */
	background-color: #393939;
}

.tileTemplate .tileTemplateContentFooter.lightTheme {
	background-color: #ADADAD;
}

.tileTemplate .tileTemplateContentHeader .hamburger {
	margin-top: 3px;
	height: 14px;
	width: 10px;
	line-height: 15px;
	background-size: 15px;
	background-position: center left;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(/images/Menu/hamburger.png);
	float: right;
	padding-left: 2px;
	padding-right: 5px;
}

.tileTemplate .tileTemplateSplitFooter {
	position: absolute;
	font-size: 12px;
	/* font-family: Comfortaa, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	color: black;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tileTemplate .tileTemplateSplitFooter .splitButton {
	/*lightTheme: background-color: #ADADAD; */
	background-color: #393939;
	color: white !important;
	width: 49%;
	height: 26px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
}

.tileTemplate .tileTemplateSplitFooter .splitButton.lightTheme {
	background-color: #ADADAD;
}

.tileTemplate .tileTemplateContentHeader .dashboard {
	background-image: url(/images/Tile/dashboard_grey.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .locations {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .messenger {
	/* background-image: url(/images/Tile/communications_grey.png);*/
	background-image: url(/images/Tile/communications_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .portal {
	/* background-image: url(/images/Tile/portal.png); */
	background-image: url(/images/Tile/portal_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .scenario {
	/* background-image: url(/images/Tile/communications_grey.png);*/
	background-image: url(/images/Tile/communications_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .widget {
	/* background-image: url(/images/Tile/widget.png);*/
	background-image: url(/images/Tile/widget_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .timeline {
	/*background-image: url(/images/Tile/dashboard_grey.png);*/
	background-image: url(/images/Tile/dashboard_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .groups {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .newRecord {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .search {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .data {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.tileTemplate .tileTemplateContentHeader .admin {
	/* background-image: url(/images/Tile/admin_grey3.png); */
	background-image: url(/images/Tile/admin_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}


/*
	.tileTemplate .tileTemplateContentSubHeader {
		position: absolute;
		top: 30px;
		left: 5px;
		font-size: 18px;
		margin-bottom: 5px;
	}
		*/


/*****************************************************************************************************/

.villageTemplate {
	border-radius: 2em;
	border-radius: 2em;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	background-color: white;
	/*padding-left: 2px;*/
}

.villageTemplate .bigtext {
	font-size: 25px;
	padding-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-left: 10px; */
}

.villageTemplate .bignumber {
	font-size: 40px;
	padding-top: 26px;
	/* padding-left: 10px; */
}

.villageTemplate .mediumtext {
	font-size: 20px;
}

.villageTemplate .subtext {
	font-size: 14px;
}

.villageTemplate .villageTemplateContentHeader {
	position: absolute;
	height: 24px;
	padding-top: 2px;
	left: 0px;
	right: 5px;
	width: 100%;
	margin-right: 3px;
	top: 0px;
	/* font-family: 'Abel';*/
	/* font-family: 'Comfortaa'; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	color: black;
	margin-bottom: 5px;
	background-position: top left;
	background-size: 20px;
	background-repeat: no-repeat;
}

.villageTemplate .villageTemplateContentBody {
	/*position: absolute;*/
	bottom: 5px;
	font-size: 14px;
}

.villageTemplate .villageTemplateBody {
	padding-left: .4em;
}

.villageTemplate .villageTemplateContentFooter {
	position: absolute;
	font-size: 12px;
	/* font-family: Comfortaa, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	color: black;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.villageTemplate .villageTemplateContentHeader .hamburger {
	margin-top: 3px;
	height: 14px;
	width: 10px;
	line-height: 15px;
	background-size: 15px;
	background-position: center left;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(/images/Menu/hamburger.png);
	float: right;
	padding-left: 2px;
	padding-right: 5px;
}

.villageTemplate .villageTemplateSplitFooter {
	position: absolute;
	font-size: 12px;
	/* font-family: Comfortaa, sans-serif; */
	font-family: 'jura', 'Segoe UI', 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	color: black;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.villageTemplate .villageTemplateSplitFooter .splitButton {
	background-color: white;
	width: 49%;
	height: 26px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
}

.villageTemplate .villageTemplateContentHeader .dashboard {
	background-image: url(/images/Tile/dashboard_grey.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .locations {
	/* background-image: url(/images/Tile/fey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .messenger {
	/* background-image: url(/images/Tile/communications_grey.png);*/
	background-image: url(/images/Tile/communications_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .scenario {
	/* background-image: url(/images/Tile/communications_grey.png);*/
	background-image: url(/images/Tile/communications_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .timeline {
	background-image: url(/images/Tile/dashboard_grey.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .groups {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .newRecord {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .search {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .data {
	/* background-image: url(/images/Tile/data_grey3.png); */
	background-image: url(/images/Tile/data_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.villageTemplate .villageTemplateContentHeader .admin {
	background-image: url(/images/Tile/admin_white.png);
	padding-left: 26px;
	background-position: inherit;
	background-size: inherit;
	background-repeat: inherit;
}

.errorStyle {
	background-color: #ffd800;
	color: #808080;
	font-size: 13px;
	padding: 5px 5px;
	border-radius: 5px;
	margin-top: 7px;
}

.schencontainer {
	float: left;
	width: 100%;
}

	.schencontainer div {
		float: left;
	}

/* DivTable.com */
.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50px;
	height: 20px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #707070;
	transition: background-color ease 0.3s;
}

.toggle:before {
	content: "on off";
	display: block;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: #fff;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	font: 9px/19px Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: -27px;
	word-spacing: 37px;
	color: #fff;
	text-shadow: -1px -1px rgba(0,0,0,0.15);
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
        background-color: #4CD964;
}

.toggle:checked:before {
	left: 32px;
}