.ui-dialog-content {
    background-color: #E9E9E9 !important;
}
/*
.ui-widget-content {
    background-color: #E5E5E5 !important;
}
*/
.ui-buttonset  {
	margin-bottom:3px;
}

.psuedolink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/*
.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;sm
	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;
}

.metro-menu-canvas-wrapper.canvas-wrapper-scenario {
	pointer-events: auto;
	height: 550px !important; 
	/*position: inherit; */
	white-space: nowrap;
}

.canvas-wrapper-scenario .column-metro {
	height: 550px !important;
}

.canvas-wrapper-scenario .column-tab {
	height: 495px !important;
}

.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;
}

#extHelp, #phoneHelp {
	font-size: 15px;
	padding-left:8px;
}

.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.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;
	overflow-x: hidden;
	overflow-y: visible; 
}
/* spa injection area */
.content-area {
	overflow: hidden!important;
	height: 100%; /*was 100% important*/
	width: 100%;
	position: absolute; 
	top: 110px; 
	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/logos/NewLogoStatic.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hub1-logo {
    height: 50px;
    width: 187px;
    background-image: url("/images/logos/NewLogoStatic.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 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;
}
.loc-label {
	font-size: 11px;
	margin: 1px 1px;
	border-radius: 4px;
	background-color: rgb(229 121 121 / 78%);
	border-color: rgb(203 182 182 / 1%);
	padding: 0px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	width: fit-content;
}



.header-bar .section-label-ftoast 
{
	float: right;
	top: 2px;
	font-size: 16px;
	position: relative;
	right: 325px !important;
	text-align: center;
	width: 250px;
	height: 95%;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, rgba(73, 19, 19, 1) 0%, rgb(233 53 48) 5%, rgba(233, 53, 48, 1) 95%, rgba(73, 19, 19, 1) 100%);
	box-shadow: 3px 3px rgba(59, 22, 22, 1);
	overflow: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

    .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-logo {
        background-image: url("/images/logos/NewLogoStatic.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px 50px;

        position: relative;

        float: left;
        height: 100%;
        width: 50px;
        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 {
        color: white; /* ml 4/11/2018 */
        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;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#asapLocationSelect {
	width: 230px;
	margin-top: 0;
	margin-left: 5px;
	display: none;
    color: black;
}

.asapLocationSelect label {
	display: none;
}

.asapLocationSelect {
	margin-left: 25px;
}



	/* 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: 280px;
	height: 80px;
	right: 0px;
}

    .section-buttons .burger-button {
        position: absolute;
        right: 20px;
        top: 10px;
        display: inline-block;
        background-image: url(/images/Menu/hamburger_white.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 .chat-button {
        position: absolute;
        right: 80px;
        top: 5px;
        display: inline-block;
        background-image: url(/images/live_chat_icon.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;
        vertical-align: baseline !important;
    }

	.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.activeEc {
            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.activeWidget {
    background-color: #333333;
    border-top: 3px solid rgb(242, 84, 166);
}

		.link.bottom-link.activePortal {
			background-color: #333333;
			border-top: 3px solid #00CCFF;
		}
        .link.bottom-link.activeFm {
            background-color: #333333;
            border-top: 3px solid rebeccapurple;
        }
		.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--width2_5 {
    width: 390px;
}

.grid-item--width3 {
    width: 470px;
}


.grid-item--width4 {
	width: 630px;
}


.grid-item--height2 {
    height: 310px;
}

.grid-item--height3 {
	height: 470px;
}

.grid-item--height4 {
	height: 633px;
}

/* 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 { 
        cursor:pointer;
	   white-space: normal; 
	   width: 100%;
	   height: 50px!important; 
	   padding: 5px 5px 5px!important; 
		background-color: #ddd;
		margin-bottom: 3px;
	
}

.list-repeater-background .ellipsis {
	vertical-align: middle;
}
	
	.list-repeater-background.selected {
		background-color:#AAA;
	}
.list-repeater-background-oneline {
    cursor: pointer;
    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;
}


.appSM {
	background-color: rebeccapurple !important;
}

.appSMMod {
	background-color: purple !important;
}

.appSMUser {
	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;
}

.appIQ {
    background-color:  cadetblue !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;
}


.appEDU {
    background-color: #497959 !important;
}

.appEDUMod {
    /*background-color: #FF8942  !important;*/
    /* background-color: #c24800 !important; -- dereks */
    background-color: #ff510c !important; /* FPs */
}

.appEDUUser {
    /*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);
	}

	/*** ****************************************************************  ***/

		/* LFG doesnt like the cloud icon */
		#exportDownloadBindingTarget .button-div.download {
			background-image: none;
		}
		
	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;*/
    margin-left: 10px;
    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 */
.oneTime-fade-in-fade-out {
    background-color: #ea4848;
    border-radius:25%;
    -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: 2s;
    animation-iteration-count: 10;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.panic-save-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;
}

.panic-save-fade-in-fade-out {
	animation-name: panic-save-fade-in-fade-out;
}

#save-updated-buttons {
	background-color: #ea4848;
	-webkit-animation-name: panic-save-fade-in-fade-out; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
	animation-name: panic-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; }
}

@-webkit-keyframes panic-save-fade-in-fade-out {
	0%  {background-color: initial; color:black; }
	50%  {background-color: yellow; color:black; }
	100%  {background-color: initial; color:black; }
}

@keyframes panic-save-fade-in-fade-out {
	0%  {background-color: initial; color:black; }
	50%  {background-color: yellow; color:black; }
	100%  {background-color: initial; color:black; }
}

.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;
}

.validationElementBlock > label {
	color:red;
}

.validationMessageSingleLine {
	text-overflow: ellipsis;
	color: red;
	white-space: nowrap;
	display: block;
	overflow-x: hidden;
}

.validationMessageWrap {
	color: red;
	display: block;
	white-space: normal;
}

.disabledState {
	pointer-events: none;
	opacity: 0.4;
}

.help-forum-link {
    background-image: url(/images/nav/wgt_history3.png);
}

.sm-tmpl-link {
    background-image: url(/images/nav/site_template.png);    
}
.sm-events-link {
    background-image: url(/images/nav/site_historyE5.png);
}

.sm-dash-link {
    background-image: url(/images/nav/site_dashboardE5.png);
}
.sm-setting-link {
    background-image: url(/images/nav/site_settings.png);
}

.sm-report-link {
    background-image: url(/images/nav/site_reportsE5.png);
}

.sm-my-link {
    background-image: url(/images/nav/site_mysiteE5.png);
}

.sm-fac-link {
    background-image: url(/images/nav/site_facilitiesE5.png);
}
.sm-sites-link {
    background-image: url(/images/nav/site_facilitiesE5.png);
}
.sm-quest-link {
    background-image: url(/images/nav/site_quest.png);
}




.widget-checkin-link {
    background-image: url(/images/nav/wgt_checkin.png);
}
.widget-checkinjobs-link {
    background-image: url(/images/nav/wgt_checkin_history.png);
}
.widget-checkinhist-link {
    background-image: url(/images/nav/wgt_checkin_reponses.png);
}


.portal-dashboard-link {
    background-image: url(/images/nav/portal_dashboard.png);
}

.portal-report-link {
    background-image: url(/images/nav/portal_reports.png);
}

.portal-myinfo-link {
    background-image: url(/images/nav/portal_myinfo.png);
}

.portal-privacy-link {
    background-image: url(/images/nav/portal_privacy.png);
}

.portal-msg-link {
    background-image: url(/images/nav/portal_messagefeed2.png);
}

.portal-checkin-link {
    background-image: url(/images/nav/portal_checkin3.png);
}
.portal-panic-link {
    background-image: url(/images/nav/portal_panicbutton.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);
}

.widget-panicbutton-link {
    background-image: url(/images/nav/wgt_panicbutton.png);
}

.widget-pushdevice-link {
    background-image: url(/images/nav/wgt_push_devicesE5.png);
}

.widget-push-link {
    background-image: url(/images/nav/wgt_push.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/iq_dashboard.png);
}

.iq-report-link {
	background-image: url(/images/nav/iq_reports.png);
}

.iq-search-link {
    background-image: url(/images/nav/iq_search.png);
}

.iq-feeds-link {
    background-image: url(/images/nav/iq_feeds.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);
	background-color: transparent;
}

.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.geofence {
    background-image: url(/images/buttons/st_geofence.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);
	background-color: transparent;
}

.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;
			vertical-align: middle; 
			position: relative;
			top:-28px !important;
        }

        .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.geofence {
			background-image: url(/images/buttons/st_geofence.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);
			background-color: transparent;
		}

		.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;
}

.scenario-message-cnt {
	display: flex;
	flex-direction: column;
}

.scenario-message-cnt textarea {
	width: 100%;
}

.scenario-message-cnt label {
	text-align: right;
}

.scenario-message-cnt .note {
	font-size: 12px;
}

#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 { 

   } */
   .header-bar .section-label-label {
	   width: 15%;
   }

   #voloName {
	   display: none;
	   width: 0px;
	   height: 0px;
   }
   
   /* .options-menu {
	   height:60px;
   } */

   .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 { 
		display: none;
		width: 0px;
		height: 0px;
		/* position: absolute;  */
		/* right: 100%;  */
		float:left;
		font-size: 100%!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;
   }
   #needsHelp {
	   left: 25%;
   }
   .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: 20px;
		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 .whiteHamburger {
        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_white.png);
        float: right;
        padding-left: 2px;
        padding-right: 5px;
    }
    .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 .ec {        
        background-image: url(/images/Tile/eventcenter.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;
	}

/* general flex helpers    */
.flexColRow {
	display: flex;
	flex-direction: column;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.wfifty {
	width: 50%;
}

.justify-around {
	justify-content: space-around;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.column-tab-body-flex {
	padding: 10px;
}

#asapTipCenterBindingContext {
	overflow-y: scroll;
	height: 100%;
	color: black;
}

#asapTipCenterBindingContext .tip-header-title {
	width:100%;
	background-color:#292929;
	color:white;
	padding: 5px;
}

.tip-header-title .first-row {
	display: flex;
	justify-content: space-between;
}

.tip-header-title .center-img {
	margin-right: -5px;
}

#asapTipCenterBindingContext .favorite {
	height: 10px;
	width: 10px;
	background-color: orange;
	border-radius: 50%;
}

.tip-header-title img {
	width: 22px;
	height: 22px;
}

.tip-header-right {
	align-items: center;
	padding-right: 8px;
}

.tip-header-right img {
	margin-left: 6px;
	margin-top: -6px;
}

.tip-header-title img.settings {
	width: 30px;
	height: 30px;
	margin-top: 0;
	cursor: pointer;
}

.tip-header-title label {
	margin-left: 30px;
}

.tip-header-title .triangle {
}

.tip-header-title a {
	color: white;
}

.filter-and-top-display {
	background-color:#ddd;
}

.filter-and-top-display select {
	margin: 0;
	height: 20px;
}

.filter-and-top-display .date-time-row {
	justify-content: space-around;
}

.filter-and-top-display label {
	text-align: center;
	padding-bottom: 10px;
}





/*                         */

#content-below {
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: #646464;
	max-height: 177px;
	display: flex;
	width: calc(100vw - 205px);
	padding-right: 10px;
}

#content-below .grid-item {
	min-width: 150px;
}

#content-below.persistant-area {
	background-repeat: no-repeat;
	background-position: 18px;
	display: none;
	background-color: rgba(100,100,100,.8);
}

.persistant-area {
	z-index: 101;
	position: absolute;
	bottom: 50px;
}


/*#content-below .persistant-area {
	width: 10000px;
	overflow-y: hidden;
	width: 100%;
	height: 170px;
}*/

#calendarBC {
	margin: -.5em -1em;
}

#calendarBC .fc-toolbar {
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 0;
}

#calendarBC .fc-toolbar button{
	background: transparent;
	border: 0;
	box-shadow: none;
}

#calendarBC .fc th {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 7px;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
}

#calendarBC .fc-bg {
	background-color: white;
}

#calendarBC .fc td {
	border: 0;
}


#calendarBC .fc thead.fc-head tr,
.tips-label { 
	border-bottom: 1px solid #bdbdbd;
}

#calendarBC .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: none;
}

#calendarBC .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	text-align: center;
	padding-top: 6px;
}

#calendarBC td.selected {
	background-color: transparent;
	color: white;
	display: flex;
    justify-content: center;
    align-content: center;
}

td.selected .circle {
	background-color:#3295FF;
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50px;

}

.white {
	color: white !important;
}

#calendarBC .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	cursor: pointer;
}

#calendarBC .fc-event {
	border: 0;
    background-color: black;
    width: 7px;
    height: 9px;
    border-radius: 15px;
    margin: 0 auto !important;
}

#calendarBC .fc-today .fc-event {
	background-color: white;
}

#calendarBC .tip-list-event {
    padding: 2px 4px;
}


#calendarBC .tip-list-event img,
#calendarBC .tip-list-event .img-cnt {
	width: 18px;
	height: 18px;
	float: left;
}

#calendarBC .tip-list-event .img-cnt {
	margin-right: 8px;
}
.tip-list-event div,
.tip-list-event label,
.tip-list-event a {
	float: left;
}

.tips-label {
	padding: 7px 0 8px;
	text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
#calendarBC button {
	outline: none;
}

.tip-list {
	width: 100%;
}

#calendarBC .psuedolink {
	color: blue;
	margin-left: 25px;
}

.tips-middle {
	text-align: center;
	width: 100% !important;
}

#calendarBC .tip-list-event {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.tip-list-event .attach {
	margin-left: 3px;
}

.tip-list-event div {
	width: 100px;
}

.tip-list-event .favorite {
	width: 10px !important;
}

.tip-list-event .favorite-cnt {
	width: 18px;
	margin-left: 7px;
}

.tip-list-event a {
}

.cntr-label {
	margin-left: 0px;
	width: 113px;
}




/* Tip Center Settings Module Styles */
.config-top-row {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.config-top-row a,
.config-recipient-footer a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.config-center-row {
	padding-top: 20px;
	text-align: center;
}

.config-recipient-cont {
	display: flex;
	border: 1px solid black;
	flex-direction: column;
	width: 100%;
}

.config-recipient-cont-header {
	background-color: #bbb;
	border-bottom: 1px solid black;
	display: flex;
}

.config-recipient-header-row {
	display: flex;
	width: 100%;
	text-align: left;
	padding: 2px;
}

.config-recipient-cont-body {
	display: block;
	overflow-y: scroll;
	height: 200px;
}

.config-body-row {
	display: flex;
	text-align: left;
	padding: 2px;
}

.config-check {
	width: 25px;
}

.config-recip-std {
	width: 150px;
}

.config-recip-wide {
	width: 180px;
}

.config-attch {
	text-align: center;
	width: 94px;
}

.config-recipient-footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

.config-recipient-footer a {
	margin-left: 30px;
}

.tip-config-check {
	cursor: pointer;
}

.datetime-cnt {
	position:relative;
	display:flex
}

.datetime-cnt img {
	height: 35px;
	cursor: pointer;
	margin-top: -4px;
}

#tipCenterConfigBindingContext a,
#tipCenterConfigBindingContext button {
	outline: none;
	cursor: pointer;
}

#tipCenterConfigBindingContext .none-selected {
	color: #999999;
}

.tip-rec-select-top-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Classes for main tip center list */
.tip-search-filter {
	background-color: #ddd;
	padding: 10px 3px 11px;
	position: relative;
}

.tip-search-filter a {
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
.tip-search-filter input {
	width: 100%;
    max-width: 373px;
	padding: 5px 0 5px 5px;
	text-align: left;
}


/* Styles for record select in ASAP config */
.config-select-cnt {
	border:solid 1px black;
}

.tip-select-bdy {
	height: 255px;
}

.dialog-message {
	display: inline-block;
	font-size: 14px;
	max-width: 435px;
}

/* Styles for sms popup in ASAP */
.tip-sms-view-footer,
.tip-web-view-footer {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.tip-web-view-footer {
	position: absolute;
    bottom: 10px;
    width: 100%;
	max-width: 470px;
}

input[type="checkbox"] {
	cursor: pointer;
}

.tip-phone-view-footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

/* Styles for Date Range */
#tipCenterRangeBC {
	display: flex;
	flex-direction: column;
}

#tipCenterRangeBC .calSelect {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#tipCenterRangeBC .fc-toolbar.fc-header-toolbar {
	font-size: 12px;
	background-color: #7898a5;
}

#tipCenterRangeBC .fc-unthemed td.fc-today {
	background: transparent;
}

#tipCenterRangeBC td.selected {
	background-color: #7898a5 !important;
}

#tipCenterRangeBC .fc-toolbar.fc-header-toolbar h2 {
	font-size: 16px;
	margin-top: 3px;
}

#tipCenterRangeBC .calSelect p {
	margin: 0;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
}

#tipCenterRangeBC .fc-toolbar.fc-header-toolbar button {
	background-color: transparent;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#tipCenterRangeBC .calSelect:first-child {
	padding-right: 6px;
}

#tipCenterRangeBC .calSelect:nth-child(2) {
	padding-left: 6px;
}

#tipCenterRangeBC .fc-basic-view .fc-body .fc-row {
	height: 40px;
	min-height: 40px;
}

#tipCenterRangeBC button {
	outline: none;
}

#tipCenterRangeBC .fc th,
#tipCenterRangeBC .fc td {
	border: 0;
	text-align: center;
	cursor: pointer;
}

#tipCenterRangeBC .fc td span {
	float: none;
	margin-top: 3px;
	display: block;
}

.tipRange-row {
	display: flex;
}

#tipCenterRangeBC .range-error p{
	color: crimson;
	margin-bottom: 0;
}

#tipCenterRangeBC .circle {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	margin-top: 25px;
}

.rangeNotifier {
	background-color: #999;
    display: flex;
    font-size: 14px;
	align-items: center;
	color: white;
    padding: 4px 0 4px 30px;
}

.rangeNotifier span.range-filter {
	color: blue;
}
.rangeNotifier button {
	background: transparent;
	border: 0;
	cursor: pointer;
	margin-left: 15px;
	outline: none;
}


/* tipcenter info details */

#tcisBindingContext .webform-title {
	margin-top: 40px;
    margin-bottom: 12px;
    text-decoration: underline;
}

#tcisBindingContext {
	height: 100%;
}

.tip-view-footer {
	position: absolute;
	bottom: 15px;
	align-self: flex-end;
}

/* tipCenterUserPrefBC  */
#tipCenterUserPrefBC label {
	font-weight: normal;
}

#tipCenterUserPrefBC .alertPrefs label {
	font-weight: bold;
}

#tipCenterUserPrefBC p {
	margin: 0;
}

#tipCenterUserPrefBC .indexer {
	margin-left: 5px;
}

#tipCenterUserPrefBC .phone-name {
	margin-left: 7px;
}

#tipCenterUserPrefBC span.pref-value {
	margin-left: 15px;
}

#tipCenterUserPrefBC .titleRow {
	padding: 20px 0 20px;
}

#tipCenterUserPrefBC .alertPrefs {
	padding-top: 5px;
}

#tipCenterUserPrefBC .alertPrefs label {
	margin-bottom: 8px;
	margin-left: 5px;
}

#tipCenterUserPrefBC h4 {
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 7px;
}

#tipCenterUserPrefBC .rowContent {
	margin-bottom: 5px;
}

#tipCenterUserPrefBC .media-attach {
	padding-top: 20px !important;
}

#tipCenterUserPrefBC .media-attach input[type="radio"] {
	display: none;
}

.btn-disabled {
	opacity: 0.3;
}

.panic-button {
	background-repeat: no-repeat;
    background-size: 32px;
    width: 48px;
    height: 48px;
	background-position: center;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.yesnoconfirm .panic-button {
    width: 50px;
    height: 50px;
}

#buttonEditBC ul.dd-options {
	height: 200px !important;
	width: 286px !important;
}
#buttonEditBC .dd-option {
	cursor: pointer;
}

#buttonEditBC #scenarioSelect > #scenarioSelectTarget > div > .acidjs-css3-treeview {
    height: 149px !important;
}


.select-fire-btn,
.select-aslive-btn,
.select-astest-btn,
.select-checkin-btn,
.select-allclear-btn,
.select-allclearlive-btn,
.select-clearfalse-btn,
.select-checkinlive-btn,
.select-broadcast-btn,
.select-codepink-btn,
.select-email-btn,
.select-emergency-btn,
.select-evacuate-btn,
.select-explosion-btn,
.select-medical-btn,
.select-nurse-btn,
.select-phone-btn,
.select-police-btn,
.select-robbery-btn,
.select-security-btn,
.select-staff-btn,
.select-weather-btn {
	width: 20px;
    height: 20px;
    padding: 6px;
    border-radius: 5px;
}

.yesnoconfirm {
	display: flex;
}

.allclear,
.false-clear,
.allclearlive {
	background-image: url('/images/asap/buttons/allclear@3x.png');
}

.allclear,
.select-allclear-btn {
	background-color: #6D6D6D;
}

.allclearlive,
.select-allclearlive-btn {
	background-color: #85DD98;
}

.astest,
.aslive {
	background-image: url('/images/asap/buttons/aslive@3x.png');
}

.astest,
.select-astest-btn {
	background-color: #75713C;
}

.aslive,
.select-aslive-btn {
	background-color: #FF574C;
}

.checkin,
.checkinlive {
	background-image: url('/images/asap/buttons/checkin@3x.png');
}

.checkin,
.select-checkin-btn {
	background-color: #5E6D7E;
}

.checkinlive,
.select-checkinlive-btn {
	background-color: #83ADDE;
}

.falseclear,
.select-clearfalse-btn {
	background-color: #F8DE1C;
}

.default-scenario-icon {
	background-color: #808080;
}

.broadcast {
	background-image: url('/images/asap/buttons/broadcast@3x.png');
}


.select-broadcast-btn,
.broadcast {
	background-color: #7d8691;
}

.codepink,
.select-codepink-btn {
	background-color: #dda4d5;
}

.select-codepink-btn {
	width: 10px;
}

.codepink {
	background-image: url('/images/asap/buttons/codepink@3x.png');
	background-size: 25px !important;
}

.select-email-btn {
	width: 28px;
	background-color: #806fed
}

.email {
	background-image: url('/images/asap/buttons/email@3x.png');
	background-color: #806fed;
}

.panic-list-item span.email {
	background-size: 17px 10px !important;
}

.select-emergency-btn,
.emergency {
	background-color: #ffc47c;
}

.emergency {
	background-image: url('/images/asap/buttons/emergency@3x.png');
}

.select-evacuate-btn,
.evacuate {
	background-color: #81c3c9;
}

.evacuate {
	background-image: url('/images/asap/buttons/evacuate@3x.png');
}

.select-explosion-btn,
.explosion {
	background-color: #ee8f65;
}

.explosion {
	background-image: url('/images/asap/buttons/explosion@3x.png');
}

.fire,
.select-fire-btn {
	background-color: #F5A623;
}

.fire {
	background-image: url('/images/asap/buttons/fire@3x.png');
}

.medical {
	background-image: url('/images/asap/buttons/medical@3x.png');
}

.select-medical-btn,
.medical {
	background-color: #6e839c;
}

.nurse {
	background-image: url('/images/asap/buttons/nurse@3x.png');
}

.select-nurse-btn,
.nurse {
	background-color: #4a90e2;
}

.phone {
	background-image: url('/images/asap/buttons/phone@3x.png');
}

.select-phone-btn,
#asapPanicBindingContext .phone,
#panicConfigBC .phone,
#buttonEditBC .phone,
.yesnoconfirm .phone {
	background-color: #72c8da;
}

.select-police-btn,
.police {
	background-color: #485380;
}

.police {
	background-image: url('/images/asap/buttons/police@3x.png');
}

.select-robbery-btn,
.robbery {
	background-color: #de686a;
}

.robbery {
	background-image: url('/images/asap/buttons/robbery@3x.png');
}

.select-security-btn,
.security {
	background-color: #3c4878;
}

.security {
	background-image: url('/images/asap/buttons/security@3x.png');
}


.select-staff-btn,
.staff {
	background-color: #B8E986;
}

.staff {
	background-image: url('/images/asap/buttons/staff@3x.png');
}

.select-weather-btn,
.weather {
	background-color: #f9e97a;
}

.weather {
	background-image: url('/images/asap/buttons/weather@3x.png');
}


.panic-quick-container {
	padding-left:30px;
	padding-right: 30px;
	background-color: #292929;
}

.panic-quick-container .slick-slider {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.panic-quick-container .slick-initialized .slick-slide {
	display: flex;
	outline: none;
}

.panic-quick-fire {
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent;
	height: 58px;
}

.panic-quick-fire label{
	font-size: 12px;
	margin-top: 2px;
}

.panic-quick-fire .flexColRow {
	justify-content: center;
	align-items: center;
}

.panicList {
	font-size:14px;
	background-color:#bbb;
	height:520px;
	overflow-y:scroll;
	overflow-x:hidden;
	display: flex;
	flex-direction: column;
}

.panicList .faded {
	opacity: 0.5;
}

.panic-list-item {
	background-color: #ddd;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 1px;
	padding: 4px 2px 8px 8px;
}

.open-item {
	background-color: #e3b0a7;
}

.panic-list-item .last-column{
	text-align: right;
	padding-right: 10px;
}

.panic-list-item .flexColRow div {
	line-height: 1.3;
}

.panic-list-item .pad-top {
	padding-top: 5px;
}

.panic-list-item .list-item-first-row {
	display: flex;
	align-items: center;
}

.panic-list-item img {
	width: 25px;
    margin-bottom: -7px;
    margin-left: 3px;
    margin-right: 3px;
}


.panic-list-item .list-item-first-row .config-scenario-icon {
	width: 25px;
    height: 25px;
    background-size: 18px 18px;
}

.panic-cal-list {
	font-size: 14px;
	height: 242px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.panic-list-item .flexRow {
	justify-content: space-between;
}

#calendarBC .panic-cal-list .psuedolink {
	margin-left: 0;
}


/* status updates */
#pbStatusUpdate p {
	line-height: 1.5;
	margin-bottom: 40px;
}

.status-notification {
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-status-update {
	height: 25px;
    width: 25px;
	padding: 7px;
	margin-right: 12px;
}

.as-clear {
	background-color: #85DD98;
}

.routine-clear {
	background-color: #6D6D6D;
	height: 25px;
    width: 25px;
	padding: 10px;
	margin-right: 12px;
}

.routine-close-img {
	position: relative;
}

.routine-close-img label{
	position: absolute;
	top: 12px;
	left: 4px;
	color: white;
}

.false-clear {
	background-color: #F8DE1C;
}

/* alert Report */
#alertReportBC .flexRow{
	min-height: 25px;
}

#alertReportBC > .flexRow > label > span {
	margin-left: 5px;
}

#alertReportBC > .flexRow > a {
	display: flex;
}

#alertReportBC > .checkin-row {
	margin-bottom: 40px;
}

#alertReportBC .event-timeline {
	background-color: #4A4A4A;
	text-align: center;
	color: white;
	font-size: 16px;
	padding: 7px;
	margin-top: 10px;
}

#alertReportBC .time-body table {
	width: 100%;
	border-collapse: collapse;
}

#alertReportBC .time-body table thead th{
	background-color: #D8D8D8;
	border: 1px solid #979797;
}

#alertReportBC .time-body table tr td {
	background-color: white;
	border: 1px solid #CFCBCB;
	padding: 5px;
	text-align: center;
}

#alertReportBC .time-body table tr td.first {
	text-align: left;
	max-width: 115px;
}

#alertReportBC .launch-report {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#alertReportBC .allClear {
	color: #6FA7E8;
}

#alertReportBC .download-row {
	margin-top: 20px;
	margin-bottom: 10px;
}


/*  alert launch report */
#nonShooterBC section,
#launchBC section {
	margin-bottom: 30px;
}

#nonShooterBC section > label,
#launchBC section > label {
	line-height: 1.5;
}

/* Live Map ASAP */
#asapLiveMapBC {
	position: 'relative';
	/*height: 630px;*/
	overflow: hidden;
}

.full-map-container .title-bar,
#asapLiveMapBC .title-bar {
	background-color: #292929;
	color: white;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 5px 4px 5px 5px;

}

.fullAsapMap {
	width: 100%;
	height: calc(100% - 63px) !important;
}

.full-map-container .halfAsapMap,
.full-map-container .fullAsapMap {
	width: 100%;
	height: calc(100% - 28px) !important;

}

#asapLiveMapBC .halfAsapMap {
	width: 100%;
	height: calc(70% - 56px) !important;
}

.map-viewport {
	position: relative;
}

#asapMap,
#asapFullMap {
	height: 100%;
	width: 100%;
}

#mapQuickLaunchBox,
#maxMapQuickLaunchBox {
    z-index: 1000;
    position: absolute;
    background-color: rgba(218, 218, 218, 0.8);
    color: black;
    border-radius: 5px;
    text-align: center;
    padding: 6px 2px;
    box-shadow: 2px 6px 10px #333333;
}

#mapQuickLaunchBox {
    top: 3px;
    left: 398px;
}

#maxMapQuickLaunchBox {
    top: 3px;
    left: 80%;
}

#mapQuickLaunchUsersSelected,
#maxMapQuickLaunchUsersSelected {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    font-weight: bold;
}

.mapQuickLaunchButtonsLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 5px;
    box-shadow: 2px 1px 8px #333333;
    float: left;
    background-color: rgba(218, 218, 218, 1);
}
.mapQuickLaunchButtonsRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 5px;
    box-shadow: 2px 1px 8px #333333;
    float: right;
    background-color: rgb(128, 128, 128, 1);
}

#markerToggler {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(218, 218, 218, 0.6);
	border-radius: 5px;
	text-align: center;
	padding: 6px 2px;
	box-shadow: 2px 6px 10px #333333;
}

.markerButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	padding: 6px;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 5px;
	box-shadow: 2px 1px 8px #333333;
}

.mbOk {
	background-color: #B0D8BD;
}

.mbHelp {
	background-color: #FFBAA4;
}

.mbUnknown {
	background-color: #D0CECE;
}

.mbPanic {
	background-color: #D3E7FF;
}

#markerToggler .title {
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

#markerToggler img {
	width: 30px;
}

#markerToggler .reduced-opacity {
	opacity: 0.3;
}

.standin {
	height:22px;
}

.check-hidden {
	height: 0;
}

.full-checkin {
	height: 29%;
}

.checkins-title {
	background-color: #494949;
	color: white;
	display: flex;
	padding: 1px 4px;
	align-items: center;
	text-align: center;
	min-height: 26px;
}


img.expand{
	height: 21px;
	color: white;
	flex: 0 0 auto;
	cursor: pointer;
}

.checkins-title label {
	flex: 1 1 auto;
}

.info-icon{
	height: 23px;
}

.yesnoconfirm p{
	margin: 0;
	margin-left: 30px;
	margin-bottom: 10px;
}

.contacted {
	margin-top: 20px;
}


/* Panic button config */

#panicConfigBC .inputCnt {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

#panicConfigBC .inputCnt .input-label{
	margin-bottom: 4px;
}

#panicConfigBC h4 {
	margin-bottom: 0;
}

#panicConfigBC p.config-note {
	max-width: 470px;
    font-size: 14px;
    line-height: 1.3
}

.panic-config-scenario-cnt {
	border: 1px solid #808080;
	margin-top: 10px;
	margin-bottom: 30px;
}

.panic-config-scenario-cnt .config-header{
	background-color: #808080;
    color: white;
    text-align: center;
    font-size: 17px;
    padding: 3px 0 6px;
}

.panic-config-scenario-cnt .config-body {
	background-color: #D8D7D7;
	padding: 5px 15px 10px;
}

.panic-config-scenario-cnt > .config-body > .flexRow > .flexRow > .flexColRow {
	margin-left: 10px;
}

.panic-config-scenario-cnt p {
	margin: 0;
	font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.panic-config-scenario-cnt .config-body label,
.panic-config-scenario-cnt .config-body a {
	font-size: 15px;
}

.panic-config-scenario-cnt .config-body .scenario-cnt a {
	color: blue;
	text-decoration: underline;
}

.panic-config-scenario-cnt .config-scenario-icon {
	color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
}

.panic-config-scenario-cnt .config-body a {
	cursor: pointer;
	text-transform: capitalize;
}

.panic-config-scenario-cnt .config-body .scenario-cnt {
	width: 235px;
	margin-top: 20px;

}

#scenarioSelectTarget p {
	margin-top: 0;
	display: inline-block;
}

#scenarioSelectTarget p a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.full-map-container {
	display: none;
	width: 100%;
	flex-direction: column;
}


.fullMap {
	/*height: 575px;*/
}

.tileMap {
	height: 630px;
	/*height: 325px;*/
}

#checkIns {
	/*height: 250px;*/
	background-color: white;
	overflow-y: scroll;
}

.full-map-container #checkIns {
	position: absolute;
    top: 211px;
    left: 55px;
	height: 500px;
	overflow: hidden;
}

.full-map-container #checkIns .placeholder {
	padding-left: 20px;
	padding-right: 20px;
}

.full-map-container #checkIns #maxMap-table {
	height: auto;
}

.full-map-container #checkIns #maxMap-table td,
.full-map-container #checkIns #maxMap-table th {
	padding-left: 5px;
	padding-right: 5px;
}

.checkin-table {
	color: black;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.checkin-table th {
	background-color: #D8D7D7;
	border: 1px solid #B2B2B2;
}

.checkin-table td {
	border: 1px solid #DAD8D8;
	padding: 2px;
	padding-left: 10px;
	padding-right: 0;
}

.checkin-table td.centered {
	text-align: center;
}

.checkin-table tr.selected {
	background-color: #C1DDF4;
}

.mbOk,
#alertReportBC td.ok,
.gm-style-iw label.o,
.checkin-table td.o {
	color: #537D32;
}

.mbHelp,
#alertReportBC td.n,
#alertReportBC td.needs-help,
.gm-style-iw label.n,
.checkin-table td.n {
	color: crimson;
	font-weight: bold;
}

.mbPanic,
#alertReportBC td.panic,
.gm-style-iw label.panic,
.checkin-table td.panic {
	color: #74A6E4;
	font-weight: bold;
}

.mbUnknown,
#alertReportBC td.unknown,
.gm-style-iw label.u,
.checkin-table td.u {
	color: #A9A9AA;
}

.gm-style-iw .main-info {
	flex: 2;
}

.gm-style-iw .status-info {
	flex: 1;
	text-align: center;
}

.gm-style-iw .panic-status-info {
	display: flex;
    flex-direction: column;
    margin-left: 35px;
}

.gm-style-iw .panic-status-info .config-scenario-icon {
	margin: auto;
	margin-bottom: 7px;
}

.gm-style-iw .panic-status-info .as-live,
.gm-style-iw .panic-status-info .routine-close-img {
	margin: auto;
    margin-bottom: 7px;
}

.gm-style-iw .panic-status-info .test-label {
	color: white;
    margin-left: 4px;
    margin-top: 8px;
}

.gm-style-iw .status-info label {
	font-size: 14px;
}

.gm-style-iw .status-info label.last-checkin {
	color: #777678;
}

.gm-style-iw .status-info label.last-checkin,
.gm-style-iw .status-info label.checkintime {
	font-size: 12px;
}

.detailed-info-window img {
	width: 35px;
	margin: 0 auto;
}

#checkIns .placeholder {
	height: 100%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-header .edit {
	height: 15px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}


/* edit user buttons for asap */

#buttonEditBC .scenario-cnt {
	margin-bottom: 20px;
	padding-right: 20px;
	width: 241px;
}

#buttonEditBC #currentButtons {
	flex-wrap: wrap;
	padding-left: 10px;
}

#buttonEditBC .scenario-border {
	border: 1px solid #979797;
	padding: 3px 5px;
	font-size: 14px;
}

#buttonEditBC .main-info {
	margin-left: 10px;
	margin-bottom: 13px;
}

#buttonEditBC .scenario-cnt a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#buttonEditBC .scenario-cnt label {
	margin-bottom: 5px;
}

#buttonEditBC select {
	width: 100%;
	cursor: pointer;
}

#buttonEditBC .disabled-shooter {
	opacity: 0.5;
}

#buttonEditBC .edit-cont {
	background-color: #D8D8D8;
	border: 1px solid #979797;
	padding: 3px 6px;
}

#buttonEditBC p {
	text-align: center;
	margin-top: 0;
}

#buttonEditBC .title {
	text-align: center;
    margin-bottom: 8px;
    margin-top: 3px;
}

#buttonEditBC .add-new {
	margin-top: 20px;
	padding-bottom: 11px;
}

#buttonEditBC .add-new .config-scenario-icon {
	width: 70px;
	height: 70px;
	background-size: 50px 50px;
	border: 1px solid #979797;
	border-radius: 50%;
	margin-top: -16px;
	margin-bottom: 10px;
}

#buttonEditBC .add-new .default-scenario-icon {
	background-color: #E1E1E1;
}

#buttonEditBC .image-selector {
	align-items: center;
}

#buttonEditBC .new-info-col {
	justify-content: space-between;
    align-items: flex-end;
	flex: 1;
	padding-left: 20px;
}

#buttonEditBC .new-info-col input {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#buttonEditBC .image-selector a {
	color: blue;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
	align-self: flex-start;
}

#buttonEditBC .image-selector .dd-container a,
#currentButtons .dd-container a{
	color: black;
	text-decoration: none;
	margin-top: 0;
}

/* #buttonEditBC .existing {
	max-height: 215px;
    overflow: hidden;
    overflow-y: scroll;
} */

#buttonEditBC .scenario-select {
	width: 100%;
	border: 1px solid #979797;
	height: 270px;
	text-align: center;
	padding-top: 5px;
}

#buttonEditBC .form-error {
	color: crimson;
	align-self: flex-start;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
	max-width: 100px;
}

#scenarioSelect > #scenarioSelectTarget > div {
	padding: 0 15px;
	height: 222px;
	text-align: left;
}

#scenarioSelect > #scenarioSelectTarget > div > input {
	width: 150px;
    margin-left: 10px;
}

#scenarioSelect > #scenarioSelectTarget > div > .acidjs-css3-treeview {
	height: 182px !important;
}

#scenarioSelect > #scenarioSelectTarget > div > br {
	display: none;
}

.gm-style-iw label {
	color: black;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 5px;
}

.gm-style-iw label.name {
	text-decoration: underline;
}




#asapDrawToolsMapBC .asapDrawMenu {
	background-color: rgba(208, 208, 208, 0.8);
	color:black;
	height:45px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.asapDrawMenu img {
	width: 25px;
    background-color: #ffffff;
    margin: 0 3px;
    padding: 3px;
    border-radius: 3px
}

#layerLiveDraw {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #fefefe;
    color: black;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 2px;
    font-weight: bold;
}

#drawLiveMenu {
	bottom: 20px;
	left: 20px;
	position: absolute;
}

.draw-btn {
	background-color: #ffffff;
	padding: 2px;
	color: black;
	margin: 0 5px;
	border-radius: 2px;
	font-weight: bold;
}

#mapDraw,
#maxMapDraw,
#mapDrawQuickLaunch {
    font-size: 13px;
}

#maxMapDraw .dd-selected,
#mapDraw .dd-selected,
#mapDrawQuickLaunch .dd-selected {
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
}


#maxMapDraw .dd-selected-image,
#mapDraw .dd-selected-image,
#mapDrawQuickLaunch .dd-selected-image {
	margin-top: 5px;
}

.geo-note {
	font-size: 14px;
}

.full-map-container .save,
#asapLiveMapBC .save {
	float: left;
    margin-right: 10px;
    margin-top: 0px;
    padding: 3px 10px;
	border-radius: 3px;
	cursor: pointer;
}


.options-menu #UserFeedback {
	float: right;
}

.options-menu .asapLocationSelect {
	float: left;
	display: inline-block;
	margin-top: 2px;
}

.center-span {
	margin: 0 auto;
}

#buttonEditBC #add-button {
	text-decoration:none;
	color: #000;
	padding: 3px 5px;
	border-radius: 3px;
}

.job-recip-image {
	display: inline-block;
}

.terms-of-service {
    padding: 5px;
    width: 350px;
    height: 200px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.export-scenario {
	display: inline-block;
	margin-top: 6px;
	margin-left: 16px;
	cursor: pointer;
	text-decoration: none;
	color: white;
}


#close-download {
	padding: 6px 8px;
	float: right;
	background: #ccc;
	cursor: pointer;
}

.ui-widget-overlay.ui-front {
	z-index: 1000;
}

.sort-arrow {
	font-size: 17px;
}


#custom-tree-view{
	position: relative;
  /*border: 1px solid #dfdfdf;*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.09);*/
  width: 350px;
  height: 323px;
  margin-left: 20px;
	margin-bottom: 20px;
}


/* Custom Tree View Styling */

.dhxtreeview_material div.dhxtreeview_cont {
	background-color: white;
}

#custom-tree-view {
	margin-top: 10px;
}

.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text div.dhxtreeview_item_icon i.dhxtreeview_icon.dhxtreeview_icon_folder_opened,
.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text div.dhxtreeview_item_icon i.dhxtreeview_icon.dhxtreeview_icon_folder_closed {
	background-image: url(/images/Lists/rec_locationfolderE5.png);
	background-size: 100%;
	width: 30px;
	height: 30px;
}

.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text div.dhxtreeview_item_icon {
	width: 30px;
	height: 30px;
}

.dhxtreeview_item_label {
	margin-left: 11px;
}

.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text div.dhxtreeview_item_icon i.dhxtreeview_icon.dhxtreeview_icon_file {
	background-image: url(/images/Lists/rec_locations3.png);
	background-size: 100%;
	width: 23px;
	height: 25px;
}

.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text {
	border-left: 0;
}

.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text:hover div.dhxtreeview_item_label,
.dhxtreeview_material div.dhxtreeview_cont div.dhxtreeview_area div.dhxtreeview_item div.dhxtreeview_item_text:hover {
	background-color: #ebebeb;
	border: 0;
}

.facInfoBubble {
	width: 75px;
}

#hubSettingBindingTarget .left-column {
	display: inline-block;
	width: 150px;
}

#hubSettingBindingTarget .side-tab.fourty {
	background-color: #ddd;
}

#hubSettingBindingTarget .side-tab-fourty.content.grey-border {
	top: -21px;
}

.portalSettings .second-column {
	margin-left: 50px;
}

.portalSettings {
	width: 430px;
}

.portalSettings .headerRow {
	justify-content: center;
	align-items: center;
}

.portalSettings .headerRow label {
	margin-bottom: 5px;
}

.portalSettings label.btn-label {
	padding: 6px 0;
}

.portalSettings .action-bar {
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}
.portalSettings .save {
	background-image: url(/images/ok_white.png);
	background-repeat: no-repeat;
	display: flex;
	width: 48px;
	background-size: 20px;
	background-position: 5px;
	padding-left: 34px;
	padding-top: 5px;
	cursor: pointer;
}
/* Bulletin Board */

.appBB {
	background-color: #F6B22B !important;
}

.bb-dash-link {
  background-image: url(/images/nav/bbdash.png);
}

.bb-setting-link {
	background-image: url(/images/nav/bbsettings.png);
}

.bb-calls-lnk {
    background-image: url(/images/nav/bbcalls.png);
}

.bb-history-link {
	background-image: url(/images/nav/bbhistory.png);
}

.bb-report-link {
	background-image: url(/images/nav/bbreports.png);
}

#BBSetBindingTarget {
	display: flex;
}

#BBSetBindingTarget .flexRow input {
	margin-left: 6px;
	cursor: pointer;
}

#BBSetBindingTarget .inputRow {
	line-height: 40px;
  justify-content: space-between;
  align-items: center;
}

.settings-column {
	width: 530px;
}

#BBSetBindingTarget .gen-mess {
	top: -20px;
  text-align: left;
	padding-left: 7px;
}

#BBSetBindingTarget .side-tab.fourty {
	margin-bottom: 20px;
}

#BBSetBindingTarget .tts-option {
	margin-left: 20px;
}

#BBSetBindingTarget .title-setting {
	margin-bottom: 40px;
}

#BBSetBindingTarget .dial-inst {
	list-style: none;
	margin-top: 6px;
	padding-left: 10px;
}

#BBSetBindingTarget .dial-inst li {
	line-height: 1.4;
  margin-bottom: 7px;
}

#BBSetBindingTarget textarea {
	width: 100%;
	resize: none;
}

#BBHistoryBindingTarget .action-bar,
#BBSetBindingTarget .action-bar {
	display: flex;
	justify-content: flex-end;
	padding-right: 5px;
	align-items: center;
}

#BBHistoryBindingTarget .action-bar .options-link,
#BBSetBindingTarget .action-bar .options-link {
	margin: 0;
	margin-right: 20px;
}

#BBSetBindingTarget .bbset-opts {
	margin: auto;
}

#BBSetBindingTarget .bbset-opts .ui-button-text-only .ui-button-text {
	padding: 4px;
	font-size: 16px;
}

.tts-cont label {
	width: 100px;
}

.tts-cont .title-label {
	margin-bottom: 20px;
	width: 100%;
}

.tts-cont .btn-row {
	margin-top: 10px;
	justify-content: flex-end;
}

.general-vip {
	width: 469px;
}

.general-vip .ui-state-default {
	padding: 6px 14px;
}

.bb-buttonset {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#BB

#BBReportBindingTarget .date-pick,
#BBHistoryBindingTarget .date-pick {
	height: 50px;
	align-items: center;
}

#BBReportBindingTarget .date-pick img,
#BBHistoryBindingTarget .date-pick img{
	width: 50px;
	cursor: pointer;
}

#BBHistoryBindingTarget .date-pick img {
	margin-top: 15px;
}

#BBHistoryBindingTarget input {
	margin-left: 5px;
}

#BBHistoryBindingTarget .files-cont {
	background-color: transparent;
	height: 300px;
	width: 100%;
}

#BBHistoryBindingTarget .files-cont ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: scroll;
}

#BBHistoryBindingTarget .files-cont li {
	border-bottom: 1px solid #CCC;
  background: white;
	padding: 8px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

#BBHistoryBindingTarget .files-cont li:hover {
	background-color: #f2f2f2;
}

#BBHistoryBindingTarget .history-file-cont {
	width: 400px;
}

#BBReportBindingTarget table thead tr,
#callsVM table thead tr,
#BBHistoryBindingTarget .sort-headers-files {
	background-color: #666;
  color: white;
  align-items: center; 
}


#BBHistoryBindingTarget .sort-headers-files {
	justify-content: space-between;
  padding: 5px 24px 5px 10px;
}

#BBHistoryBindingTarget .sort-headers-files  div {
	cursor: pointer;
}

#BBHistoryBindingTarget .rowSelect,
#BBHistoryBindingTarget ul li.active,
#BBHistoryBindingTarget .files-cont li.active:hover {
    background-color: #999;
    color: #dfdfdf;
}

#BBReportBindingTarget .isVip,
#callsVM .isVip,
#BBHistoryBindingTarget .isVip {
	background-image: url(/images/check_grey.png);
	background-size: cover;
}

#BBReportBindingTarget .notVip,
#callsVM .notVip,
#BBHistoryBindingTarget .notVip {
	background-image: url(/images/x_grey.png);
	background-size: cover;
}

#BBHistoryBindingTarget .isVip,
#BBHistoryBindingTarget .notVip,
#BBReportBindingTarget .isVip,
#BBReportBindingTarget .notVip {
	width: 20px;
	height: 20px;
}

#BBCallsBindingTarget .selected {
    background: #DDD;
}

#BBReportBindingTarget .isVip,
#BBReportBindingTarget .notVip,
#callsVM .isVip,
#callsVM .notVip {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.selected-file label{
	margin-right: 10px;
	margin-bottom: 15px;
}

.selected-file .btn-row,
.selected-file .selected-top {
	justify-content: space-between;
	padding-right: 35px;
}

.selected-file .desc-row {
	justify-content: flex-end;
  padding-right: 35px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.selected-file button {
	padding: 8px 18px;
}

#BBReportBindingTarget th,
#BBReportBindingTarget td,
#callsVM th,
#callsVM td {
	font-weight: normal;
	text-align: center;
}

#BBReportBindingTarget table,
#callsVM table {
	border-spacing: 0;
	width: 100%;
}

#BBReportBindingTarget thead th,
#callsVM thead th {
	padding: 8px 0;
}

#BBReportBindingTarget tbody td,
#callsVM tbody td {
	padding: 6px 0;
	border-bottom: 1px solid #CCC;
}

#BBReportBindingTarget table tbody tr,
#callsVM table tbody tr {
	background: white;
}

#callsVM .name-fil {
	margin-top: 10px;
	margin-bottom: 30px;
}


#BBReportBindingTarget .date-pick {
	margin-right: auto;
	align-items: flex-start;
	height: 88px;
}

#BBReportBindingTarget .date-pick .flexRow {
	height: 50px;
}

#BBReportBindingTarget .date-pick label {
	margin-top: 9px;
}

#BBReportBindingTarget .button-set-row {
	margin-bottom: 20px;
}

#BBReportBindingTarget .button-labels label{
	height: 32px;
	display: flex;
	align-items: center;
	margin-right: 15px;
	justify-content: flex-end;
}

#BBReportBindingTarget thead th {
	padding-left: 5px;
	padding-right: 5px;
}

#BBReportBindingTarget tbody td {
	padding-left: 8px;
	padding-right: 8px;
}


#BBReportBindingTarget tbody tr.selected,
#BBReportBindingTarget tbody tr:hover {
	cursor: pointer;
	background-color: #ededed;
}


#BBReportBindingTarget .report-top-row {
	justify-content: flex-end;
}

#BBReportBindingTarget .table-scroll-cont {
	overflow-y: scroll;
	height: 218px;
}

#BBReportBindingTarget .button-btm-row {
	margin-bottom: 5px;
}

.history-detail .top-details {
	margin-bottom: 10px;
	height: 21px;
}

.history-detail .top-details label {
	margin-right: 5px;
}

.report-phone-cont,
.currentPhone-row {
	background-color: #ddd;
  padding: 4px;
	border-radius: 3px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
	width: 330px;
}

.currentPhone-row .loc-label {
	min-height: 30px;
  line-height: 30px;
}


.report-phone-cont {
	width: 98%;
	margin-bottom: 10px;
}

.report-phone-cont .currentPhone-row {
	margin-bottom: 0;
}

#BBReportBindingTarget .rangeNotifier {
	width: 217px;
	padding-left: 1px;
	padding-right: 1px;
}

#BBReportBindingTarget .history-detail button {
	margin-left: 1px;
	padding: 5px 10px;
}

.crit-alert-cb-text {
    position: relative;
    top: -2px;
}

.crit-alert-cb {
    margin-left: -5px;
    font-size: 12px;
}

/* Highcharts */
.highcharts-credits {
	display:none;
}

/* QL Templates */

.ql-templates-toolbar-container {
	margin-top: 24px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #292929;
}

.ql-templates-list {
	font-size: 14px;
	background-color: #ccc;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 56px;
	bottom: 0;
	width: 100%;
}

.ql-template-placeholder {
	cursor: pointer;
}

.ql-template-placeholder.system {
	color: blue;
}

.ql-template-placeholder.custom {
	color: red;
}

.ql-template-placeholder.selected {
	background-color: #BBFFFF;
}

.ql-template-item {
	border-bottom: 1px solid #999;
	padding-left: 10px;
	height: 50px;
	cursor: default;
}

.ql-template-item:hover, .ql-template-item:focus, .ql-template-item:active {
	background-color: rgba(0,0,0,.1);
}

.ql-template-item-content {
	float: left;
	width: 100%;
}

.ql-template-item:hover > .ql-template-item-content,
.ql-template-item:focus > .ql-template-item-content,
.ql-template-item:active > .ql-template-item-content {
	width: 170px;
}

.ql-template-item-content > h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ql-template-item-edit {
	float: right;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-color: rgb(99,99,99);
	color: #fff;
	border: 1px solid #999;
	border-bottom: none;
	display: none;
}

.ql-template-item:hover > .ql-template-item-edit,
.ql-template-item:focus > .ql-template-item-edit,
.ql-template-item:active > .ql-template-item-edit {
	display: block;
}

.ql-template-item-launch {
	float: right;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-color: rgb(107,183,38);
	color: #fff;
	border: 1px solid #999;
	border-bottom: none;
	display: none;
}

.ql-template-item:hover > .ql-template-item-launch,
.ql-template-item:focus > .ql-template-item-launch,
.ql-template-item:active > .ql-template-item-launch {
	display: block;
}

/* Authenticated Domains */

.cname-table {
	border-spacing: 0;
	border: 1px solid #888;
}

.cname-table td,
.cname-table th {
	padding: 5px;
	border: 1px solid #888;
}

.cname-table-record-type {
	background-color: #888;
	color: white;
	text-transform: uppercase;
}

.cname-table-value {
	background-color: #ddd;
}

#OSVersion:hover {
	cursor:pointer !important
}


.p-asap-text{
	color:white;
	font-size:120%;
	font-weight:bold;
	padding-top: 20px;
}

.img-asap-panicbutton{
	height:60px;
	width:65px;
	filter:invert(1);
	padding-top:30px;
}

.img-asap-panic-button-email{
	height:40px;
	width:50px;
}

.img-asap-buttons{
	height:45px;
	width:40px;
}

.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;
}


.voice-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: steelblue;
	transition: background-color ease 0.3s;
}

	.voice-toggle:before {
		content: "Male Fem";
		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: -31px;
		word-spacing: 27px;
		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;
	}

	.voice-toggle:checked {
		background-color: #4CD964;
	}

		.voice-toggle:checked:before {
			left: 32px;
		}