body {
	background-color: #	background-color: #BBE4EC;;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Arial";
	color: #414042;
	letter-spacing: 1px;
	font-size: 12px;
}

#scroll_log {
	width: 100%;
	height: 720px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-y: scroll;
}

.timeCheck {
	right: 38px;
	position: absolute;
	padding-top: 6px;
}

.imtDisplay {
	width: 80%;
}

.flowDisplay {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.logsDisplay {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}

.flowListDisplay {
	font-weight: bold;
	font-size: 0.875em;
}

.searchBox {
	margin-left: 3px;
	height: 14px;
}

.logTable {
	border: 1px black solid;
}

.tooltip:hover {
	cursor: help;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #BBE4EC;
	text-align: center;
	border-radius: 6px;
	padding: 7px;
	position: absolute;
	z-index: 1;
	margin-top: 7px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.tooltip .tooltipimpacts {
	text-align: left;
	padding: 15px;
	padding-left: 25px;
}

.tooltip .tooltiptasks {
  width: 500px;
  margin-left: 90px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext label {
	margin-bottom: 5px;
	display: block;
}

.tooltip .tooltiptext .portableGenLbl {
	font-weight: bold;
}

.tooltip .tooltiptext .estFuelRemainingLbl {
	margin-bottom: 10px;
}

.mainBody {
	padding: 10px 0px 10px 0px;
	margin-left: 10px;
	margin-right: 10px;
}


label.btn, button.btn, a.btn, .ui-datepicker .ui-datepicker-buttonpane button {
	text-decoration: none;
	color: #000000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	font-size: 1.2em;
}

.msgBackground {
	width: 99%;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	border: 4px solid #ffbf3f;
	background-color: #ffbf3f;
	border-radius: 5px;
	line-height: 20px;
	color: #414042;
}

.actionErrorMarker {
	font-size: 1.8em;
	color: #f00;
	font-weight: bold;
}

.ticket-form input[type="button"], .ticket-form input[type="submit"] {
	background: #da291c;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 14px 'Arial', sans-serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	-webkit-appearance: none;
}

.ticket-form input[type="button"]:hover, .ticket-form input[type="submit"]:hover
	{
	background: #ffbf3f;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.disabledButton {
	background: #888888;
	border: 1px solid #257C9E;
	border-radius: 5px;
	-webkit-appearance: none;
	color: black;
	padding: 4px 10px 4px 10px;
}

a.smallBtn {
	font-size: 1.3em;
}

button.btn {
	padding: 2px 8px 2px 8px;
	border: none;
}

label.btn {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.aquaBtn, .ui-datepicker .ui-datepicker-buttonpane button {
	background-color: #00A0B7;
}

.aquaBtn:hover, .ui-datepicker .ui-datepicker-buttonpane button:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #DA291C;
}

.grayBtn {
	background-color: #F3F3F3;
}

.divPageSection {
	border-bottom: 3px solid #BBE4EC;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
}

.oneTimer{
	margin-top: 16px;
	margin-bottom: 35px;	
	padding:1px;
}

.oneTimerName{
	font-size:16px;
}

.timerButton{
	margin-left:10px;
	margin-right:10px;
}

.timerButtonDiv{
	float:right;
	width:80%;
}

.divPageFormWithWidth {
	overflow: auto;
	margin-bottom: 50px;
}

.formTable tr td:first-child {
	min-width: 200px;
}

.formTable tr td:first-child label {
	font-weight: bold;
}

.formTable tr td:first-child {
	font-weight: bold;
}

.formTable  tr td:last-child input {
	width: 194px;
}

.formTable  tr td:last-child select {
	min-width: 200px;
}

.formTable.left {
	position: relative;
	left: 10px;
}

.formTable.right {
	float: right;
}

.formTable tr {
	height: 10px;
}

.formTable td {
	height: 24px;
}

.formTable .aCheckBox {
	float: right;
	margin-top: -1px;
}

.formLabel {
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;
	min-height: 16px;
}

.displayLabel {
	font-weight: bold;
}

.formDivButtons {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: right;
}

.loadingImage {
	display: none;
	top: 50%;
	left: calc(50% - 25px);
	z-index: 10000;
	position: absolute;
	width: 50px;
}

.hiddenDiv {
	display: none;
}

.dataTables_filter input, .tableFilterBox {
	width: 130px;
	border: none;
	background: url('../resources/images/filter.jpg') no-repeat scroll 98%
		0px #F3F3F3;
	line-height: 29px;
	padding-left: 5px;
	padding-right: 30px;
	height: 26px;
	margin-bottom: 5px;
}

.btnsDiv {
	text-align: right;
	height: 25px;
}

.btnsDivFloat {
	float: right;
	padding-top: 5px;
}

.btnsDivBottom {
	padding-top: 30px;
}

.btnsDiv a {
	margin-left: 10px;
}

.singleActionBtnColumn {
	width: 30px;
}

.doubleActionBtnColumn {
	width: 50px;
}

.smallActionBtnWithImg {
	width: 20px;
	margin-right: 3px;
	cursor: pointer;
}

.smallDeleteButton, .smallActionButton {
	width: 20px;
	float: right;
	margin-right: 3px;
	cursor: pointer;
}

.searchDivWrapper {
	margin-top: 5px;
}

.searchDiv {
	margin-top: 4px;
	text-align: left;
	float: left;
	height: 29px;
	padding-right: 10px;
}

.searchDiv a {
	margin-left: 3px;
}

.inline-error-wrapper {
	border-width: 10px 10px 10px 5px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	display: inline-block;
	width: 0px;
	border-right: 10px solid rgb(104, 202, 218);
	margin-left: 10px;
}

.inline-error-div {
	margin-top: -8px;
	width: 600px;
	text-align: left;
}

.inline-error {
	margin-left: 10px;
	text-align: left;
	background-color: rgb(104, 202, 218);
	text-decoration: none;
	padding: 8px 10px 7px;
	border-radius: 6px;
}

.error-messages {
	color: red;
	font-weight: bold;
}

.flow-messages {
	color: green;
	font-weight: bold;
}

.ui-dialog {
	position: fixed !important;
	top: 73px !important;
	width: 75% !important;
	z-index: 1006;
	border-radius: 10px;
	padding: 10px;
	background-color: #FFF;
	max-width: 700px;
	margin: auto;
	left: 7% !important;
	right: 7% !important;
}

.deleteDialog {
	z-index: 1007 !important;
}

.ui-dialog-titlebar {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 2px solid #BBE4EC;
}

.ui-dialog-title {
	font-weight: bold;
}

.ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog-buttonpane {
	float: right;
	padding-top: 10px;
}

.toolSuccess {
	background: transparent url("../resources/images/success.png") no-repeat
		scroll 0px 12px;
	vertical-align: middle;
	padding-top: 14px;
	padding-left: 40px;
}

.toolError {
	background: transparent url("../resources/images/error.png") no-repeat
		scroll 0px 0px;
	vertical-align: middle;
	padding-top: 14px;
	padding-left: 40px;
}

select:disabled {
	background: #efefef;
}

.lastRunTimeMobile {
	right: 20px;
	position: absolute;
	display: none;
}

/********************* Main Menu **************************/
.templateHeader {
	background-color: #DA291C;
	width: 100%;
	height: 40px;
}

.logo {
	float: left;
	padding-left: 10px;
	height: 22px;
	width: 108px;
	margin-top: 9px;
	margin-right: 5px;
}

.appTitle {
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	font-size: 16px;
}

.appTitleShort {
	display: none;
}

.userGuideMenuLink {
	padding: 0px;
}

.mobileMenuDiv {
	font-size: 1.3em;
}

.menuMainItemDiv label {
	font-size: 1.2em;
}

.menuMainItemDiv div {
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 0px;
}

.mobileMenuPanel {
	display: none;
}

/********************* Main Menu END **********************/

/********************* Login Page *************************/
.loginHeadBox {
	margin-top: 10%;
	text-align: center;
	font-size: 20px;
}

.loginBox {
	text-align: center;
	width: 450px;
	margin-top: 1%;
	background-color: #DA291C;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}

.usernameBox {
	width: 281px;
	height: 37px;
	margin-top: 56px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 50px;
	border: none;
	background: url('../resources/images/profile_g.jpg') no-repeat scroll
		298px 0px #F3F3F3;
	line-height: 39px;
}

.passwordBox {
	width: 281px;
	height: 37px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 50px;
	border: none;
	background: url('../resources/images/lock.jpg') no-repeat scroll 298px
		0px #F3F3F3;
	line-height: 39px;
}

input:focus {
	outline-color: #00AEC7;
	outline-style: solid;
	outline-width: 3px;
}

a.loginBtn {
	width: 341px;
	display: block;
	margin-left: 55px;
	padding: 10px 0px;
}

a.loginBtn:focus {
	color: #000000;
	background-color: #00AEC7;
}

a.loginBtn:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #00AEC7;
}

.btnLoginCaptcha {
	width: 341px;
	display: block;
	height: 40px;
	margin-left: 54px;
	padding: 10px 0px;
	font-size: 1.2em;
	border-style: solid;
	border-radius: 6px;
	transition-duration: 0.2s
}

.btnLoginCaptcha:hover {
	color: #000000;
	background-color: #00AEC7;
	padding: 10px 0px;
	border: none;
}

.grecaptcha-badge { 
    bottom:70px !important; 
}

a.helpBtn {
	text-decoration: none;
	float: right;
	margin: 10px 60px 0px 0px;
	color: #F3F3F3;
	font-size: 1.3em;
}

a.helpBtn:hover {
	text-decoration: underline;
	color: #00AEC7;
}

.errorBox {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	height: 0px;
	margin-left: 375px;
	border-right: 10px solid #68CADA;
	width: 100px;
	margin-top: -150px;
}

.errorBox table {
	width: 250px;
	text-align: left;
	margin-top: -30px;
	margin-left: 110px;
	padding-left: 10px;
	border: 4px solid #68CADA;
	background-color: #68CADA;
	border-radius: 5px;
	line-height: 40px;
}

.mainErrorPageBox {
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	height: 400px;
}

.errorPageBox {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	height: 0px;
	border-right: 10px solid #68CADA;
	width: 100px;
	margin-top: -260px;
	margin-left: 250px;
}

.errorPageMsg {
	width: 250px;
	text-align: left;
	margin-top: -30px;
	margin-left: 110px;
	padding-left: 10px;
	border: 4px solid #68CADA;
	background-color: #68CADA;
	border-radius: 5px;
	line-height: 40px;
}

.back-login-page {
	margin-top: 275px;
	text-align: center;
}

.footer {
	text-align: right;
	margin-top: 100px;
	background-color: rgb(187, 228, 236);
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
}

.divSupport {
	font-size: 12px;
	font-weight: bold;
}

.divSupport a {
	color: #414042;
}

.divCopyright {
	font-size: 10px;
	font-weight: bold;
}

/********************* Login Page END **********************/

/********************* Base Template ***********************/
.pageTitle {
	font-size: 1.7em;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 3px solid #BBE4EC;
	padding-bottom: 5px;
	padding-right: 35px;
}

/********************* Base Template END *******************/

/****************** Auto-Ticket Specific ********************/
.dataTables_length {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px
}

.dataTables_length {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

.dataTables_paginate {
	text-align: center;
	padding-top: 5px;
}

.paginate_enabled_previous {
	background: url('../resources/images/arrow_previous.jpg') no-repeat
		center left;
	padding-left: 17px;
	text-decoration: underline;
}

.paginate_disabled_previous {
	background: url('../resources/images/arrow_previous_disabled.jpg')
		no-repeat center left;
	padding-left: 17px;
	color: #AAAAAA;
	cursor: default;
}

.paginate_disabled_previous:HOVER {
	text-decoration: none;
}

.paginate_enabled_next {
	background: url('../resources/images/arrow_next.jpg') no-repeat center
		right;
	padding-right: 17px;
	padding-left: 5px;
	text-decoration: underline;
}

.paginate_disabled_next {
	background: url('../resources/images/arrow_next_disabled.jpg') no-repeat
		center right;
	padding-right: 17px;
	padding-left: 5px;
	color: #AAAAAA;
	cursor: default;
}

.paginate_disabled_next:HOVER {
	text-decoration: none;
}

.dataTables_info {
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
	height: 25px;
}

.netcoolParamsMainError {
	float: right;
	width: 100%;
	text-align: right;
}

/**************** Auto-Ticket Specific END ******************/

/********************* User Specific ************************/
.activatedYes {
	color: green;
	font-weight: bold;
}

.activatedNo {
	color: red;
	font-weight: bold;
}

/******************** User Specific END **********************/
.divMiddleSectionForm {
	text-align: center;
	width: 65%;
	margin: auto;
	padding-bottom: 20px;
}

.divMiddleSectionForm table {
	margin-top: 10px;
}

.divMiddleSectionForm a {
	margin-left: 5px;
}

.middleSectionFormTitle {
	text-align: left;
	padding-bottom: 5px;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

.rightsError {
	font-style: italic;
	color: red;
	text-align: center;
}

.unauthorisedImg {
	padding-top: 20px;
	height: 320px;
	width: 100%;
	background: url('../resources/images/unauthorized.jpg') no-repeat center
		center;
}

/*---------------------- Dropdown Menu ----------------------*/
#wrapper {
	float: right
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style: none;
	color: #FFFFFF;
}

.sf-menu li {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: #DA291C;
	white-space: nowrap;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	cursor: default;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	line-height: normal;
	background: #DA291C;
	border-radius: 0px;
	padding: 30px 0px 0px;
	background: url('../resources/images/menuArrow.png') no-repeat scroll
		15px 11px transparent;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
	position: absolute;
}

.sf-menu {
	margin-top: 1.2em;
	margin-bottom: 1em;
}

.sortDel {
	float: right;
}

.sf-menu a {
	color: #FFFFFF;
}

.sf-menu ul li {
	background: #DA291C;
}

.sf-menu ul ul li {
	background: #DA291C;
}

.sf-menu li.sfHover {
	text-decoration: underline;
}

a.sfHover {
	text-decoration: underline;
}

.sf-menu li:hover {
	text-decoration: underline;
}

/*------------------------------------------------------*/
.sf-menu ul li a {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.sf-menu ul li {
	float: none;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 7px 10px;
}

.sf-menu li:hover>ul {
	display: block;
}

.sf-menu li a.logoutBtn {
	padding-left: 0px;
	padding-right: 0px;
}

#wrapper .sf-menu li ul li:first-child {
	padding-top: 10px;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: -1px;
}

#wrapper .sf-menu li ul li:last-child {
	padding-bottom: 10px;
	border-radius: 0px 0px 5px 5px;
	/*-IE-*/
	margin-top: -1px;
	padding-top: 8px;
}

#wrapper .sf-menu li ul li:only-child {
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 0px 0px 5px 5px;
}

.divDevicePing {
	padding: 10px 20px;
}

.sf-menu li.mainMenuImageLi{
	margin-top: -9px;
	padding-left: 0px;
	padding-right:2px;
}

.sf-menu li.mainMenuImageLi:last-of-type{
	padding-right:7px;
	margin-top: -8px;
}

/************************ MOBILE ***************************/
@media screen and (max-width: 1200px) {
	.appTitle {
		display: none;
	}
	.appTitleShort {
		display: block;
		color: #FFF;
		float: left;
		padding-top: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 950px) {
	#wrapper {
		display: none;
	}
	.menu-btn-panel {
		width: 20px;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		height: 20px;
		background: url("../resources/images/bars-white.png") no-repeat scroll
			0% 0%/20px 20px transparent;
	}

	/* Login page */
	.loginHeadBox {
		font-size: 16px;
		width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
	.loginBox {
		width: 265px;
	}
	.usernameBox {
		width: 150px;
		background: url("../resources/images/profile_g.jpg") no-repeat scroll
			175px 0px #F3F3F3;
	}
	.passwordBox {
		width: 150px;
		background: url("../resources/images/lock.jpg") no-repeat scroll 175px
			0px #F3F3F3;
	}
	a.loginBtn {
		width: 210px;
		margin-left: 27px;
	}
	
	.btnLoginCaptcha{
		width: 210px;
		margin-left: 27px;
	}
	
	.grecaptcha-badge { 
    	bottom:100px !important; 
	}
	a.helpBtn {
		margin: 10px 35px 0px 0px;
	}
	.divCopyright {
		width: 200px;
		float: right;
		text-align: right;
	}
	.lastRunTime {
		display: none;
	}
	.lastRunTimeMobile {
		display: block;
	}
}

@media screen and (max-width: 1100px) {
	.errorBox {
		margin-left: 7px;
		height: 0px;
		margin-top: 75px;
		border: 0px;
		width: 0;
		position: absolute;
	}
	.errorBoxWrapper {
		height: 0px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #68CADA;
		width: 0px;
		margin-top: 65px;
		margin-left: 17px;
		position: absolute;
	}
	.errorBox table {
		margin-top: 0px;
		margin-left: 0px;
	}

	/* Error Page */
	.errorPageBox {
		margin-left: -145px;
		height: 0px;
		margin-top: 50px;
		border: 0px;
		width: 0;
	}
	.supportImg {
		width: 200px;
		height: 200px;
	}
	.mainErrorPageBox {
		width: 200px;
	}
}

@media screen and (max-height: 670px) {
	.footer {
		margin-top: 225px;
		position: static;
		width: auto;
		margin-bottom: -8px;
		padding-bottom: 38px;
	}
}

/************************ MOBILE END ************************/

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
	display: none !important;
}

.mm-menu {
	width: 17em;
	min-height: 100vh;
	top: 40px;
	background-color: #FFF;
	padding: 1em;
	max-height: none;
}

.mm-menu div {
	padding-bottom: 7px;
}

.mm-menu div.mobileMenuSiteSearch a:hover {
	border-bottom: none;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0.38) none repeat scroll 0% 0%;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	display: none;
	position: absolute;
}

.mm-menu.mm-current {
	display: block;
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-moz-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		-o-transform: translate(440px, 0);
		transform: translate(440px, 0);
	}
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
	max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen
	{
	max-height: 100%;
}

.mm-menu.mm-measureheight>.mm-panel {
	bottom: auto !important;
	height: auto !important;
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
	position: absolute;
	left: -10000px;
}

label.mm-toggle, label.mm-check {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}

label.mm-toggle:before, label.mm-check:before {
	content: '';
	display: block;
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px;
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
	float: right;
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: 0.1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
	opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
	bottom: auto;
	margin-top: 0;
}

li.mm-vertical label.mm-toggle {
	top: 5px;
}

li.mm-vertical label.mm-check {
	top: 5px;
}

label.mm-toggle, label.mm-check {
	right: 20px;
}

label.mm-toggle+a, label.mm-toggle+span {
	padding-right: 80px;
}

label.mm-check+a, label.mm-check+span {
	padding-right: 60px;
}

a.mm-next+label.mm-toggle, a.mm-next+label.mm-check {
	right: 60px;
}

a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span, a.mm-next+label.mm-check+a,
	a.mm-next+label.mm-check+span {
	margin-right: 50px;
}

a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
	padding-right: 70px;
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
	padding-right: 50px;
}

em.mm-counter+a.mm-next+label.mm-toggle, em.mm-counter+a.mm-next+label.mm-check
	{
	right: 100px;
}

em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span,
	em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span
	{
	margin-right: 90px;
}

.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
	background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}

.mm-menu label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu
	{
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu
	{
	-webkit-transform: translate3d(30%, 0, 0);
	-moz-transform: translate3d(30%, 0, 0);
	-ms-transform: translate3d(30%, 0, 0);
	-o-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu
	{
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
	opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li
	{
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(1)
	{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(2)
	{
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(3)
	{
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(4)
	{
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(5)
	{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(6)
	{
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(7)
	{
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(8)
	{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(9)
	{
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview>li
	{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after
	{
	content: none;
	display: none;
}

.mm-menu.mm-pageshadow:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-moz-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	-o-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-moz-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		-o-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-moz-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		-o-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
	}
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	z-index: 0 !important;
}

.mm-menu.mm-front {
	z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

.ui-widget-overlay {
	background: rgba(3, 2, 1, 0.38) none repeat scroll 0% 0%;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 200%;
	overflow: hidden;
	position: fixed;
}

.sf-menu li a.searchBtn {
	padding: 6px;
	top: 1px;
	left: 83%;
	padding-left: 26px;
}

@media screen and (max-height: 600px) {
	.ui-dialog {
		top: 40px !important;
	}
}

.specialEventsAddDiv {
	margin-top: 4px;
	text-align: left;
	height: 29px;
	padding-right: 10px;
}

.specialEventsAddDiv a, .specialEventsAddDiv input, .specialEventsAddDiv label {
	margin-right: 5px;
}

#specialEventsListForm .DTTT_container {
	float: right;
}

#specialEventsListForm  .DTTT_container button.btn {
	margin-left: 5px;
	padding: 4px 10px 4px 10px;
	margin-top: 1px;
}

#specialEventsListForm div.btnsDiv a {
	margin-left: 5px;
}

.specialEventsHiddenDiv {
	margin-bottom: 20px;
}

.ui-datepicker {
	padding: .2em .2em 0;
	display: none;
	width: 275px;
}

.ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 15px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
		cursor: pointer;
}

.ui-datepicker-header a span:hover {
	text-decoration: underline;
}

.ui-datepicker-header a.ui-state-disabled span:hover {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	font-weight: normal;
	border: none;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
	background: #68CADA;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
	border-radius: 4px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


.ui-datepicker.ui-widget-content {
	border: 1px solid #BBE4EC;
	background: #FFF;
	padding: 5px;
	margin-top: 5px;
}

.ui-datepicker-header {
	text-align: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #BBE4EC;
	font-weight: bold;
}

.ui-datepicker .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
	cursor: pointer;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
	cursor: default;
}

.ui-datepicker-calendar a:hover {
	border: 1px solid #fbcb09;
	background: #FFBF3F;
	font-weight: bold;
	color: #414042;
}

.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #00A0B7;
	background: #00A0B7;
	font-weight: bold;
	color: #FFF;
}

.ui-datepicker .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; padding-left: 10px;}
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-div dl dt.ui_tpicker_time_label{
	margin-bottom: -30px;
}

.ui_tpicker_time {
	text-align: center;
}

.ui_tpicker_time_input {
	text-align: center;
	width: 50%;
	margin: auto;
}

legend {
	font-size: 1em;
}

.ui-datepicker .ui-priority-secondary {
	opacity: .9;
	filter:Alpha(Opacity=90); /* support: IE8 */
	font-weight: normal;
}

.scheduleDialog {
	max-width: 1000px !important;
}

.resultSet {
	border: 1px solid #BBE4EC;
	border-radius: 8px;
	padding: 10px;
}

.schedulesLeftFieldset {
	float: left;
	height: 100%;
	width: 130px;
}

.schedulesRightFieldset {
	height: 100%;
}

#scheduleForm\:createScheduleButton {
	position: absolute;
bottom: 53px;
}

.scheduleDialog button {
	margin-left:  5px;
}

.scheduleDialog .schedulesRightFieldset a {
	margin-left: 5px;
}

.scheduleDialog .ui-dialog-buttonpane {
	width: 100%;
	text-align: right;
}

.scheduleEditByTable {
	width: 100%;
	margin-bottom: 15px;
}

.scheduleEditByTable td:last-child {
	padding-left: 140px;
}

.scheduleEditByTable td label:first-child {
	font-weight: bold;
}

.saveMessageLabel {
	padding: 7px 10px 7px 10px;
	background-color: #ffbf3f;
	border-radius: 10px;
	display: inline-block;
	white-space: pre-wrap;
}

.scheduleParamsTable {
	width: 50%;
	margin-bottom: 15px;
}

.scheduleParamsTable tr td:first-child label {
	font-weight: bold;
}

.schedulesLeftFieldset table tr {
	border-radius: 10px;
}

.schedulesLeftFieldset table tr a {
	padding: 5px;
}

/********************** SITE LIST PAGE **********************/
.sites {
	order: 1;
	margin-left: 10px;
	margin-right: 10px;
}

.sites .site-list {
	padding: 0;
	margin-top: 0px;
	list-style: none;
	width: 100%;
	
}

.sites .site-list li {
	border-bottom: 1px solid #BBE4EC;
	padding: 3px 5px;
	cursor: pointer;
}

.sites .site-list li h3 {
	margin: 0;
	font-size: 12px;
}

.sites .site-list li h3 small {
	float: right;
	font-size: 11px;
	font-weight: normal;	
}

.sites .site-list li p {
	margin: 5px 0;
	margin-top: 10px;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sites .site-list li:hover {
	background-color:  #BBE4EC;
}



.statusImg{
	float: right;
	margin-top:-2px;
}

/****************** FILTER BOX  ******************/
.filterBoxSites {
	float: right;
	width: 130px;
	border: none;
	background: url('../resources/images/filter.jpg') no-repeat scroll 98% 0px #F3F3F3;
	line-height: 29px;
	padding-left: 5px;
	padding-right: 30px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 44px;
}
.tableFilterBox {
	float: left;
	width: 130px;
	border: none;
	background: url('../resources/images/filter.jpg') no-repeat scroll 98% 0px #F3F3F3;
	line-height: 29px;
	padding-left: 5px;
	padding-right: 30px;
	margin-top:30px;
	height: 26px;
	margin-bottom: 5px;
	margin-right:20px
}

.filterStyle label {
	line-height: 90px;
}

.filterStyle{
	position: absolute;
	top:73px;
	
}


/**************** FILTER BOX END ***************/

.mobileMenuDiv {
	font-size: 1.2em;
}

.searchBoxSites {
	width: 91%;
	border: none;
	background: url('../resources/images/searchG.png') no-repeat scroll 98% 5px #F3F3F3;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 30px;
	height: 33px;
	margin-top: -12px;
	margin-left: -19px;
	font-size: 1em;
}

.mobileMenuPanel {
	display: none;
}

.siteListIndicatorsPanel {
	text-align: right;
	float: right;
	margin-top: -15px;
}

.siteListIndicator {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	width: 22px;
	border-radius: 12px;
	
}

.indicatorMaintenance {
	margin-top: -9px
}

.indicatorDoor {
	margin-top: -9px;
}

.maintenanceIndicatorImg {
	width: 23px;
	height: 23px;
	top: 10px;
	position: relative;
}

.doorIndicatorImg {
	top: 9px;
	position: relative;
}

.siteListIndicator label {
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	line-height: 22px;
	cursor: pointer;
}

.emptyList {
	display: none;
}


/********************** SITE LIST PAGE END ******************/

/******************** SITE DETAIL PAGE **********************/
.divSiteTools {
	height: 35px;
	margin-top: -44px;
}

.divSiteInfo {
 border-bottom: 0px;
}

.divSiteStatus {
	padding-top: 3px;
}

.divSiteOtherInfo {
	height: auto;
	min-height: 200px;
	padding-bottom: 10px
}

.iconDivs {
	text-align: right;
	margin-bottom: 6px;
	margin-top: 6px;
}

.directionsBtn {
	width: 38px;
	cursor: pointer;
}

.specialDispatchBtn {
	width: 36px;
	cursor: pointer;
}

.mapsBtn {
	width: 36px;
	cursor: pointer;
}

.divSiteInfo label{
	width: 80%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.divSiteInfo label.detailTitle {
	padding-top: 5px;
	font-weight: bold;
}

.divGenMgt label, .divGenMgt select {
	display: block;
}

.divGenMgt label.detailTitle{
	padding-top: 8px;
	font-weight: bold;
}

.mobileMapsLink {
	display: none;
}

.desktopMapsLink {
	display: initial;
}

.siteDetailIndicator {
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 30px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

.ticketIndicator {
	display: inline-block;
	margin-right: 2px;
}
	
.indicatorClear {
	background: #00CD00 !important;
}

.indicatorCritical {
	background: #FF0000 !important;
}

.indicatorCritical label {
	color: #FFFFFF;
}

.indicatorCritical.alarmEntry label {
	color: #414042;
}


a.indicatorCritical {
	color: #FFFFFF;
}

.indicatorMinor {
	background: #FFFF00 !important;
}

.indicatorMajor {
	background: #FFB329 !important;
}

.indicatorInformational {
	background: #B23AEE !important;
}

.indicatorInformational:not(li) {
	color: #FFF;
}

.indicatorInformational label {
	color: #FFFFFF;
}

.indicatorInformational.alarmEntry label {
	color: #414042;
}


.indicatorWarning {
	background: #63B8FF !important;
}

.indicatorInactive {
	background: rgba(0, 0, 0, 0.1);
}

a.indicatorInactive {
	color: gray;
}

/*Color variants for expired alarms*/
.indicatorClearExpired {
	background: repeating-linear-gradient(-45deg, #00CD00, #00CD00 10px, black 10px, black 15px);
}

.indicatorCriticalExpired {
	background: repeating-linear-gradient(-45deg, #FF0000, #FF0000 10px, white 10px, white 15px);
}

.indicatorMinorExpired {
	background: repeating-linear-gradient(-45deg, #FFFF00, #FFFF00 10px, black 10px, black 15px);					 
}

.indicatorMajorExpired {
	background: repeating-linear-gradient(-45deg, #FFB329, #FFB329 10px, black 10px, black 15px);				 
}

.indicatorInformationalExpired {
	background: repeating-linear-gradient(-45deg, #B23AEE, #B23AEE 10px, white 10px, white 15px);			   
}

.indicatorWarningExpired {
	background: repeating-linear-gradient(-45deg, #63B8FF, #63B8FF 10px, black 10px, black 15px);				 
}

.siteStatusIndicatorsPanel{
	background: #BBE4EC;
	text-align: center;
	padding: 2px 0px;
	height: 40px;
}

.sitesTicketIndicatorLbl {
	position: relative;
  	top: 20px;
  	left: -5px;
}

.siteStatusIndicatorsPanel a, .siteStatusIndicatorsPanel img{
	vertical-align: top;
}

.remedyTicketListPanel{
	text-align: center;
}

.alarms, .tickets {
	order: 1;
	border-top: 1px solid #BBE4EC;
	border-left: 1px solid #BBE4EC;
	border-right: 1px solid #BBE4EC;
}

.alarms .alarm-list, .tickets .ticket-list {
	padding: 0;
	margin-top: 0px;
	list-style: none;
	width: 100%;
}

.alarms .alarm-list li {
	cursor: pointer;
}

.alarms .alarm-list li a {
	text-decoration: none;
	color: inherit;
}

.alarmInfo, .maintenanceInfo, .ticketInfo {
	flex: 1;
	order: 2;
	padding: 3px 5px 3px 5px;
	background: white;
	border-bottom: 1px solid #BBE4EC;
}
.alarmInfoAse{
	padding: 5px 5px 6px 5px !important;
}

.maintenanceInfo {
	padding: 3px 30px 3px 5px;
}

.alarmInfo {
	margin-left: 15px;
	white-space:nowrap;
}

.jstree-leaf .alarmInfo {
  margin-top: -24px;
}

.jstree-children:not(.jstree-container-ul) .alarmInfo {
	padding-left: 15px;

}

.jstree-children:not(.jstree-container-ul) .alarmEntry:last-child {
		border-bottom: 2px solid #BBE4EC;
}

.alarmInfo h3, .maintenanceInfo h3, .ticketInfo h3 {
	margin: 0;
	font-size: 0.9em;
}

.alarmInfo h3 small, .maintenanceInfo h3 small, .ticketInfo h3 small{
	float: right;
	font-weight: normal;	
}

.alarmInfo p, .maintenanceInfo p, .ticketInfo p {
	margin: 3px 0px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
}
.alarmInfoAse p {
	margin: 5px 0px 5px !important;
}

.alarmInfo p, .ticketInfo p {
	white-space: nowrap;
}

.alarmInfo:hover, .maintenanceInfo:hover, .ticketInfo:hover {
	background-color:  #BBE4EC;
}

.displayedIndicator {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	margin-right: 30px;
	
}

.alarmTicketIcon {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 5px;
}

.dischargeStatusIcon {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: -24px;
	margin-right: 30px;
	margin-top: 3px;	
}

.dischargeStatusNetcool {
	float: right;
	width: 28px;
	height: 28px;
	margin-left: -24px;
	margin-right: 30px;
	margin-top: 3px;
}

.dischargeCheckBox {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	margin-top: -42px;
	margin-right: 6px;
}

.dischargeButton {
	float: right;
	margin-top: 10px;
	margin-right: 6px;
}

.dischargeDisabled{
	float: right;
	margin-top: -12px !important;
	color: red;
}

.dischargeWarning{
	float: right;
	margin-top: -12px !important;
	color: orange;
}

.currentFilter {
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.54) inset;
}

.maintenanceInfo .deleteButton{
	float: right;
	top: -35px;
	position: relative;
	right: -25px;
	height: 20px;
}

.maintenanceInfo .deleteButton img{
	height: 22px;
}

.siteSectionHeader {
	vertical-align: top;
	font-weight: bold;
}

.toolWrap {
	float: right;
}

.toolImg {
	margin-left: 10px;
	cursor: pointer;
	height: 30px;
}

.ui-dialog {
	position: fixed !important;
	top: 73px !important;
	width: 75% !important;
	z-index: 1006;
	border-radius: 10px;
	padding: 10px;
	background-color: #FFF;
	max-width: 500px;
	margin: auto;
	left: 7% !important;
	right: 7% !important;
}

.ui-dialog-titlebar{
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 2px solid #BBE4EC;
}

.ui-dialog-title {
	font-weight: bold;
}

.ui-dialog-titlebar-close{
	display: none;
}

.dialogSection {
	display: none;
	max-height: calc(100vh - 200px) !important;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
	min-height: auto !important;
}

.callInSection {
	margin-bottom: 30px;
}

.tlanDialogSection {
	display: none;
	max-height: calc(100vh - 200px) !important;
	word-wrap: break-word;
	min-height: auto !important;
}

.tlanDevicesDiv {
	overflow-y: hidden;
	max-height: calc(100vh - 200px) !important;
}

.tlanSelectDiv {
	margin-top: 5px;
	text-align: center;
}

.tlanSelectDiv a {
    margin-right: 5px;
}

.tlanResultsDiv {
	margin-top: 10px;
}

.tlanResultsTable {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 50%;
	
}

.tlanResultsTable tbody tr:nth-child(even) {
	background: #EBF7F9;
}

.tlanResultsTable thead {
	background: #BBE4EC;
}

.tlanResultsTable thead th {
	font-weight: normal;
}

.tlanResultsHeader {
	font-weight: bold;
	display: block;
}

.tlanResultsDeviceHeader {
	font-size: 1.05em;
	padding-bottom: 2px;
}

.tlanResultsTable td {
	white-space: nowrap;
}

.tlanResultsTable td.centeredContent {
	text-align: center;
}

.device-list {
	list-style: none;
	margin-left: -15px;
}

.device-list li {
	padding-bottom: 5px;
	margin-top: 5px;
}

.ui-dialog-buttonpane {
	padding-top: 10px;
}

.ui-dialog-buttonset {
	float: right;
}

.ui-dialog-buttonset button {
	margin-left: 5px;
	font-size: 1.1em;
	cursor: pointer;
}

.dialogBtnDiv {
	float: right;
	bottom: 30px;
	padding-bottom: 5px;
	right: 0;
	margin-top: 15px;
}

.dialogBtnDiv a {
	margin-left: 5px;
	font-size: 1.1em;
}

.tlanBtnDiv {
	display: none;
}

.callInCreateDialog{
	max-width: 300px;
}

.callInBtnDiv {
	float: right;
	bottom: 0px;
	position: absolute;
	padding-bottom: 10px;
	right: 0;
	padding-right: 10px;
}

.callInSection select {
	margin-bottom: 15px;
	width: 200px;
}

.callInSection span {
	display: none;
}

.divSiteMaintenance {
	padding-bottom: 4px;
	margin-top: -47px;
	margin-right: 120px;
	border-bottom: 0px;
	cursor: pointer;
	margin-bottom: 10px;
}

.divSiteMaintenance img {
	float: left;
	height: 30px;
	float: right;
}

.toolResultDiv, .searchErrorDiv {
	border-radius: 6px;
	background: #BBE4EC;
	padding: 10px 20px 20px 20px;
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.searchErrorDiv {
	margin-bottom: 20px;
}

.toolSuccess {
	padding-left: 40px;
	background: transparent url("../resources/images/success.png") no-repeat scroll 0px 12px;
	min-height: 26px;
	vertical-align: middle;
	padding-top: 10px;
	white-space: pre-wrap;
}

.toolError, .searchErrorImg {
	padding-left: 40px;
	background: transparent url("../resources/images/error.png") no-repeat scroll 0px 12px;
	min-height: 26px;
	vertical-align: middle;
	padding-top: 10px;
}

.tlanToolSuccess {
	padding-top: 13px;
	padding-bottom: 10px;
	background: transparent url("../resources/images/success.png") no-repeat scroll 0px 0px;
	padding-left: 35px;
	margin-left: 10px;
}

.tlanToolFailure {
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url("../resources/images/error.png") no-repeat scroll 0px 0px;
	padding-left: 35px;
	margin-left: 10px;
}

.bubbleTitle {
	text-align: center;
	font-weight: bold;
}

.siteDirectionsLbl {
	white-space: pre-wrap;
	font-size: 0.9em;
}

.specialDispatchLbl {
	white-space: pre-wrap;
	font-size: 0.9em;
}

.maintenanceError{
	margin-left: 132px;
	margin-top: -113px;
	position: absolute;
}

.emergencyContainer {
	left: 10px;
	text-align: center;
	border-bottom: 3px solid #BBE4EC;
	margin-right: 20px;
	position: relative;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.emergencyContainer div {
	background: red;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color: #FFF;
	position: relative;
	max-width: 860px;
	margin: auto;
}

.emergencyContainer a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: -5px;
}

.emergencyContainer a:hover {
  text-decoration: underline;
}

.emergencyContainer div label {
	top: -5px;
	position: relative;
}

.emergencyContainer img {
	width: 33px;
	top: 2px;
	position: relative;
}

/******************** SITE DETAIL PAGE END ******************/


/******************** TAC/NOC Wireless Search Page ******************/

.divSearchOr {
	padding-top: 15px;
	padding-bottom: 15px;
}

.divDropDownSearch label {
	padding-left: 15px;
	padding-right: 5px;
}

.divDropDownSearch label:first-child {
	padding-left: 0px;
}

.searchFilterDiv {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.formDivButtonsSearch {
	float: right;
}

.divDropDownSearch {
	display: inline-block;
	width: 100%;
}

/******************** TAC/NOC Wireless Search Page END******************/


/*---------------------- Dropdown Menu ----------------------*/
#wrapper{
	float: right;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style: none;
	color: #FFFFFF;
}

.sf-menu li {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: #DA291C;
	white-space: nowrap;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	cursor: default;
}

.sf-menu li .searchBoxSites{
	width: 130px;
	background: #F3F3F3 url("../resources/images/searchG.png") no-repeat scroll 98% 1px;
	line-height: 27px;
	height: 25px;
	margin-top: -5px;
	margin-left: 0px;
	float: right;
	padding-left: 5px;
	color: #414042;
}

.sf-menu ul {
	position: absolute;
	display: none;	
	top: 100%;
	left: 0;
	z-index: 99;
	line-height: normal;
	background: #DA291C;
	border-radius: 0px;
	padding: 30px 0px 0px;
	background: url('../resources/images/menuArrow.png') no-repeat scroll 15px 11px transparent;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;	
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
	position: absolute;
	padding-left: 18px;
  	padding-top: 0px;
	background: transparent url("../resources/images/menuArrowLeft.png") -1px 15px no-repeat;
  	margin-top: -10px;
}

.sf-menu {
	margin-top: 1em;
	margin-bottom: 1em;
}

.sortDel {
	float: right;
}

.sf-menu a {	
	color: #FFFFFF;
}

.sf-menu ul li {
	background: #DA291C;
}

.sf-menu ul ul li {
	background: #DA291C;
}

.sf-menu li.sfHover{
	text-decoration: underline;
}

a.sfHover{
	text-decoration: underline;
}

.sf-menu li:hover{
	text-decoration: underline;
}

/*------------------------------------------------------*/

.sf-menu ul li a {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.sf-menu ul li {
	float: none;	 
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 7px 10px;
}

.sf-menu li:hover > ul {
	display: block;
}

.sf-menu li a.logoutBtn{
    padding-left: 0px;
    padding-right:0px;
}

#wrapper .sf-menu li ul li:first-child{
    padding-top: 10px;
    border-radius: 5px 5px 0px 0px;
	margin-bottom: -1px;
}

#wrapper .sf-menu li ul li:last-child{
	padding-bottom: 10px;
	border-radius: 0px 0px 5px 5px;
	/*-IE-*/
	margin-top: -1px; 
	padding-top: 8px;
}

#wrapper .sf-menu li ul li:only-child{
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 5px 5px 5px 5px;
}

.divDevicePing {
	padding: 10px 20px;
}

/**************************USERLIST*************************/

.activatedYes {
	color: green;
	font-weight: bold;
}

.activatedNo {
	color: red;
	font-weight: bold;
}

/************************ MOBILE ***************************/
@media screen and (max-width: 1410px) {
	
	/* Menu */
	.appTitle {
		display: none;
	}
	
	.appTitleShort {
		display: block;
		color: #FFF;
		float: left;
		padding-top: 10px;
		font-size: 16px;
	}
}
/************************ MOBILE ***************************/
@media screen and (max-width: 1210px) {
	
	/* Menu */
	.appTitle {
		display: none;
	}
	
	.appTitleShort {
		display: block;
		color: #FFF;
		float: left;
		padding-top: 10px;
		font-size: 16px;
	}
	
	.menu-btn-panel{
		width: 20px;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		height: 20px;
		background: url("../resources/images/bars-white.png") no-repeat scroll 0% 0% / 20px 20px transparent;
	}
	
	#wrapper {
		display:none;
	}
	
	.desktopMapsLink {
		display: none;
	}
	
	.mobileMapsLink {
		display: initial;
	}

	/* Login page */
	.loginHeadBox {
		font-size: 16px;
		width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.loginBox {
		width: 265px;
	}
	
	.usernameBox {
    	width: 150px;
    	background: url("../resources/images/profile_g.jpg") no-repeat scroll 175px 0px #F3F3F3;
	}
	
	.passwordBox {
		width: 150px;
		background: url("../resources/images/lock.jpg") no-repeat scroll 175px 0px #F3F3F3;
	}
	
	a.loginBtn {
	    width: 210px;
	    margin-left: 27px;
	}
	
	a.helpBtn {
		margin: 10px 35px 0px 0px;
	}
	
	.divCopyright {
		width: 200px;
		float: right;
		text-align: right;
	}
	
	.siteDirectionsLbl, .specialDispatchBtn{
		font-size: 9px;
	}
	
	.tlanResultDivPanel {
		font-size: 9px;
	}
	
	.tlanResultsTable {
		width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	.errorBox{
		margin-left: 7px;
		height: 0px;
		margin-top: 75px;
		border: 0px;
		width: 0;
		position: absolute;
	}
	
	.maintenanceError {
		margin-top: 55px;
	}
	
	.errorBoxWrapper {
		height: 0px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #68CADA;
		width: 0px;
		margin-top: 65px;
		margin-left: 17px;
		position: absolute;
	}
	
	.maintenanceWrapper {
		margin-top: 45px;
	}
	
	.errorBox table {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	
	/* Error Page */
	.errorPageBox {
		margin-left: -145px;
		height: 0px;
		margin-top: 50px;
		border: 0px;
		width: 0;
	}
	
	.supportImg {
		width: 200px;
		height: 200px;
	}
	
	.mainErrorPageBox {
		width: 200px;
	}
	
	.unauthorizedErrorPageBox {
		width: 200px;
	}

}

@media screen and (max-height: 670px) {
	.footer {
		margin-top: 225px;
		position: static;
		width: auto;
		margin-bottom: -8px;
		padding-bottom: 38px;
	}
}

/*********************** CONTENT ALIGN **********************/
.accContentL {
	width: 45%;
	height: 28px;
	padding-left: 2em;
}

.accContentL input {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
	height: 18px;
}

.accContentR {
	width: 45%;
	float: right;
	text-align: right;
	height: 28px;
	padding-right: 2em;
}

.accContentL select {
	left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 20px;
}

.accContentLCheckBox {
	width: 45%;
	float: left;
	height: 28px;
	padding-left: 2em;
	font-weight: bold;
	font-size: 13px;
}

/********************* END CONTENT ALIGN ********************/


/************************ MOBILE END ************************/


/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
  display: none !important; }

.mm-menu {
  width: 17em;
	min-height: 100vh;
	top: 40px;
	background-color: #FFF;
	padding: 1em;
	max-height: none;
}

	
.mm-menu div a {
		font-size: 1em;
		font-weight: 500;
		text-decoration: none;
		color: #414042;
		font-family: Arial;
	}
	
.mm-menu div a:hover {
		color: #DA291C;
		border-bottom: 3px solid #DA291C;
}

.mobileMenuSiteSearch{
	height: 25px;
}
.mm-menu div.mobileMenuSiteSearch a:hover{
	border-bottom: none;
}
.searchBtn {
	position: relative;
	top: -30px;
	left: 90%;
	padding: 5px;
	padding-left: 25px;
}

#mm-blocker  {
  background: rgba(3, 2, 1, 0.38) none repeat scroll 0% 0%;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}



html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: absolute; }
.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }




/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }


/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }



/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.ui-widget-overlay {
	background: rgba(3, 2, 1, 0.38) none repeat scroll 0% 0%;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 200%;
	overflow: hidden;
	position: fixed;
	
}

.sf-menu li a.searchBtn {
	padding: 6px;
	top: 1px;
	left: 83%;
	padding-left: 26px;
}

@media screen and (max-height: 600px){
	
	.ui-dialog {
		top: 40px !important;
	}
	
}

/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2 
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container{ margin-right:9px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out; 
    transition: width .2s ease-out .2s, height .2s ease-out .2s, 
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out; 
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

.mCS-3d.mCSB_scrollTools, 
.mCS-3d-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 9px;
   
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #00A0B7; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 9px; }


.scrollToTop {
	background: transparent url("../resources/images/scrollTop.png") no-repeat scroll 0% 0%;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	display: none;
}

a.lightLink {
	text-decoration: none;
	color: #00A0B7;
	font-weight: bold;
}

input.fileUpload {
    display:none;
}

label.fileUpload {
    -webkit-appearance: none;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    
    display:table;
    background: #da291c;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    margin-top: 6px;
    
}

label.fileUpload:hover {
    background: #ffbf3f;
}

.detach-btn {
	border-radius: 20px !important;
	padding: 2px 6px 2px 6px !important;
	background: #da291c;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 14px 'Arial', sans-serif;
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	text-decoration: none;
	margin-left: 5px;
}

.detach-btn:hover {
	background: #ffbf3f;
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.specialPanel{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.errorBoxUpload {
	text-align: center;
	margin-top: 5px;
	padding-left: 10px;
	border: 4px solid #ffbf3f;
	background-color: #ffbf3f;
	border-radius: 5px;
	line-height: 20px;
	color: #414042;
	display: inline-block;
	width: 80%;
	margin-left: 9%;
}

.preferencesSection {
	padding-bottom: 10px;
	padding-top: 10px;
}

.preferencesSection select {
	margin-bottom: 10px;
	max-width: 350px;
}

.preferencesSection a {
	margin-left: 5px;
}

.preferencesSection a.deleteButton {
	position: absolute;
	left: 325px;
}

.preferencesSection a.deleteButton img {
	width: 12px;
}

.techTools {
	overflow: visible;
}

.oneTimer{
	margin-top: 16px;
	margin-bottom: 35px;	
	padding:1px;
}

.oneTimerName{
	font-size:16px;
}

.timerButton{
	margin-left:10px;
	margin-right:10px;
}

.timerButtonDiv{
	float:right;
	width:75%;
}

.sideTab {
	background: rgb(218, 41, 28) none repeat scroll 0% 0%;
	left: -15px;
	width: 120px;
	position: fixed;
	top: calc(50vh + 30px);
	text-align: center;
	padding: 5px 7px 5px 7px;
	height: 18px;
	transform: translate(-38px) rotate(-90deg);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: white;
	font-size: 1.2em;
	cursor: pointer;
}

.sideTab label {
	cursor: pointer;
}

.outageEditDialog {
	max-width: 1000px;
	top: 40px !important;
}

.outageEditDialog .dialogBtnDivLeft  {
  float: left;
  margin-top: 15px;
}

.outageEditDialog input {
	margin-bottom: 10px;
}

.outageEditDialog label.subSectionLabel {
	padding-top: 15px;
}

.outageEditDialog table {
	margin-top: 7px;
}

.outageEditDialog select {
	margin-right: 3px;
	margin-bottom: 10px;
}

.spocLbl {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}

.outageEditDialog #eocOutageForm\:setSpocLink {
	float: right;
	margin-top: -25px;
}

.outageKeyInformationDiv {
	margin-top: -50px;
	float: right;
	margin-bottom: 10px;
}

.outageKeyInformationDiv label {
	display: block;
}

.outageKeyInformationDiv label.clickable:hover {
	cursor: pointer;
}

.outageKeyInformationDiv label:nth-last-child(1), .outageKeyInformationDiv label:nth-last-child(2) , .outageKeyInformationDiv label:nth-last-child(3) , .outageKeyInformationDiv label:nth-last-child(4)  {
	display: inline
}

.outageKeyInformationDiv .highlightGreen {
	color: green;
	font-weight: bold;
}

.outageKeyInformationDiv .highlightRed {
	color: red;
	font-weight: bold;
}

#eocOutageForm a {
	margin-left: 3px;
}

.eocSelectOutage {
	margin-bottom: 10px;
}

.nextRefreshHeaderChrono {
	right: 74px;
	position: absolute;
	padding-top: 7px;
	top: 44px;
}

.nextRefreshChrono {
	font-size: 0.89em;
	right: 0px;
	position: absolute;
	background: url('../resources/images/chrono.png') no-repeat 30px 4px;
	background-size: 25px 25px;
	padding-top: 11px;
	padding-bottom: 25px;
	width: 70px;
	margin-top: -4px;
	top: 44px;
}

#outageMainTable td:not(.tooltip table td):first-child {
	width: 3px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

#outageMainTable td:not(.tooltip table td):nth-of-type(2) {
	text-align: left;
	width: 500px;
	height: 10px;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#outageMainTable td:not(.tooltip table td):nth-of-type(3){
	width: 349px;
}

#outageMainTable td:not(.tooltip table td):nth-of-type(4){
	width: 280px;
}

@media screen and (max-width: 1165px) {
	
	table.eocTaskTable, .eocTaskTable thead, .eocTaskTable tbody, .eocTaskTable th, .eocTaskTable td, .eocTaskTable tr {
		display: block;
	}
	
	.eocTaskTable {
		border:none;
	}

	.eocTaskTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.eocTaskTable tr { 
		border-top: 1px solid #68CADA;
		border-left: 1px solid #68CADA;
		border-right: 1px solid #68CADA;
		padding-left: 2px;
		background: #BBE4EC;
	}

	.eocTaskTable td {
		border: none;
		border-bottom: 1px solid #BBE4EC;
		position: relative;
		padding-left: 27%;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #FFF;
		height: 13px;
		white-space: nowrap;
	}
	
	.eocTaskTable tr:nth-child(even) td{
		background: #F3F3F3;
	}

	.eocTaskTable td:before {
		position: absolute;
		left: 0px;
		width: 19%;
		padding-right: 24px;
		white-space: nowrap;
		content:""attr(data-label)"";
		background: #BBE4EC;
	}
		
	.eocTaskTable tr:nth-child(even) td:before {
		background: #68CADA;
	}
	
	.eocTaskTable .editActionBtn img {
		display: none;
	}
	
	.eocTaskTable .editActionBtn {
		padding: 0px;
	}
	
	.eocTaskTable .editActionBtn label {
		display: block !important;
		width: 100%;
		text-align: center;
		background: #00A0B7;
		height: 18px;
		padding: 0xp 2px 0px 2px;
	}
	
	.eocTaskTable .editActionBtn label:hover {
		cursor: pointer;
		background-color: #DA291C;
	}
	
	.eocTaskTable td:last-child {
		position: relative;
		padding: 0px;
		padding-bottom: 10px;
	}
	
	.eocTaskTable td:last-child:before {
		display: none;
		content="""";
	}
	
	.eocTaskTable tr:last-child td:last-child {
		padding-bottom: 2px;
	}

	.eocTaskTable {
		margin-top: 60px;
	}
	
	.eocTechOutageDiv {
		margin-top: -60px;
	}
	
}

.eocTaskTable {
	display: inline-table;
	text-align: center;
	border-radius: 8px;
	border-spacing: 0px;
	border: 1px solid #BBE4EC;
	background: #68CADA;
	width: 100%;
	font-size: 11px;
}

.eocTaskTable tbody {
	background-color: #FFF;	
}

.eocTaskTable thead th {
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}

.dashboardDetailsTable .headerSortUp, .tablesorter-headerAsc{
	background: url('/resources/images/sort_arrow_up_black.png') no-repeat center right;
}

.dashboardDetailsTable th.headerSortDown, .tablesorter-headerDesc {
	background: url('/resources/images/sort_arrow_down_black.png') no-repeat center right;
}

.dashboardDetailsTable a {
	text-decoration: none;
	color: inherit;
}

.eocTaskTable a {
	text-decoration: underline;
	color: #414042;
}

.eocTaskTable .editActionBtn {
	padding: 0px;
}

.eocTaskTable .editActionBtn img {
	position: relative;
	left: -5px;
}

.taskEditDialog .dialogBtnDiv, .taskEditDialog .dialogBtnDivLeft  {
  bottom: 15px;
	right: 20px;
  margin-top: 30px;
}

.taskEditDialog .dialogBtnDivLeft  {
  float: left;
}

.taskEditDialog input, .taskEditDialog select {
	margin-bottom: 10px;
}

.taskEditDialog {
	height: auto !important;
}

.genMgtDiv input, .genMgtDiv label, .genMgtDiv select {
	display: block;
	font-size: 1.1em;
	min-height: 16px;
}

.genMgtDiv label {
	margin-top: 10px;
	margin-bottom: 2px;
}

.genMgtDiv .btn {
	position: fixed;
	margin-top: 60px;
	display: inline-block;
	right: 30px;
}

.eocTechOutageDiv {
	float: right;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

.eocTechOutageDiv .outageNameLbl {
	display: block;
	margin-bottom: 7px;
	padding-right: 25px;
}

.eocTechOutageDiv .statusSelect {
	position: relative;
	right: -16px;
}

.eocTechOutageDiv img {
	margin-top: -28px;
	height: 25px;
	width: 27px;
	margin-right: -12px
}

.eocTechOutageDiv .btn {
	margin-left: -10px;
	position: relative;
	right: -16px;
}

.eocTechOutageDiv .outageSelect {
	margin-left: 5px;
}

#outageMainTable .indicator {
	font-weight: bold;
	padding: 4px;
	border-radius: 6px;
	display: inline-block;
  width: 45px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#outageMainTable .indicatorDown {
	color: white;
	background-color: red;
}

#outageMainTable .indicatorOK {
	background-color: #00CD00;
}

#outageMainTable .indicatorPartial {
	background-color: #FFB329;
}

#outageMainTable .indicatorRunning {
	background-color: #FFB329;
}

#outageMainTable .indicatorN\/A {
	background-color: #d9d8d8;
	color: gray;
}

.eocToolsDialog {
	max-width: 900px !important;
	width: 900px !important;
}

.eocToolsDialog a {
	margin-left: 5px;
}

.eocToolsDialog label {
	/*! display: block; */
	margin-top: 10px;
	margin-bottom: 2px;
}

.eocToolsDialog table {
}

.eocToolsDialog .dialogBtnDiv {
	margin-top: 15px;
}

.eocToolsDialog select option[disabled] { 
	display: none; 
}

.light-header-table  {
	border-radius: 10px !important;
	border-spacing: 0px;
	border: 1px solid #BBE4EC;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

.light-header-table tbody td {
	padding: 2px 5px 2px 5px;
}

.light-header-table th {
	background-color: #68CADA !important; 
	color: #414042 !important;
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #DA291C;
	border-color: #ffffff;
}

.light-header-table th:first-child {
	border-top-left-radius: 10px;
}

.light-header-table th:last-child {
	border-top-right-radius: 10px;
}

.light-header-table tbody tr:hover td {
	background: #BBE4EC;
}

.light-header-table a {
	color: #414042;
}

.eocToolsDialog fieldset, .outageEditDialog fieldset {
	border: 1px solid #BBE4EC;
  	border-radius: 8px;
	margin-bottom: 8px;
}

.eocToolsDialog fieldset table {
}

.outageEditDialog .disabledBtn {
	cursor: default;
	background-color: #CCCCCC;
	text-decoration: none;
  color: #000000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	font-size: 1em;
}

.outageEditDialog .formLabel:nth-child(1){
	display: inline;
	margin-right: 10px;
}

.outageEditDialog .selectDiv {
  height: 25px;
}

.outageEditDialog .selectDiv:nth-of-type(2) {
  margin-top: 15px;
}

.outageEditDialog .scrollable {
  max-width: 100%;
	height: 170px;
}

.outageEditDialog .scrollable table {
	margin-top: -1px;
}

.outageEditDialog .scrollable table {
	border-radius: 0px 0px 10px 10px !important;
}

.outageEditDialog .scrollable table {
	border-radius: 0px 0px 10px 10px !important;
}

.outageEditDialog .scrollable-headers {
	border-radius: 10px 10px 0px 0px !important;
}

.outageEditDialog .scrollable .mCSB_dragger {
	height: 30px !important;
}

.eocToolsDialog {
	top: 30px !important;
}

#assignedTechsDialog label.techName {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.outageEditDialog .scrollableAssignedTechs, .outageEditDialog .scrollableDeployedGenerators {
	max-width: 100%;
	height: 500px;
}

.outageEditDialog fieldset label {
	display: block;
}

.outageEditDialog .genName {
  	font-weight: bold;
	margin-top: 10px;
}

.powerSystemNameLbl {
	margin-top: 15px;
	font-weight: bold;
}

.powerSystemBBULbl {
	margin-left: 10px;
	height: 22px;
}

.powerSystemSrvsLbl {
	margin-left: 10px;
}

.eocSummaryHourLbl {
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;
	min-height: 16px;
	font-weight: bold;
}

ul, li {
    margin: 0;
    padding: 0;
}

.container {
    text-align: center;
}

.container .eocSummaryTitleLbl {
	font-size: 16px;
}

.timeline {
    position: relative;
    margin: 0 auto;
    width: 55%;
    margin-top: 15px;
}

.timeline ul li {
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.point {
    min-width: 22px;
    height: 22px;
    background-color: #68CADA;
    border-radius: 100%;
    z-index: 2;
    position: relative;
    left: 1px;
}

.timeline ul li .content {
    width: 50%;
    padding: 0 20px;
}

.timeline ul li:nth-child(odd) .content {
    padding-left: 0;
}

.timeline ul li:nth-child(odd) .date {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .content {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .date {
    padding-left: 0;
}

.timeline ul li .date {
    width: 50%;
    padding: 0 20px;
    font-weight: normal;
}

.timeline ul li .date h4 {
    background-color: #e1ccec;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.timeline ul li .content h3 {
    padding: 10px 20px;
    background-color: #68CADA;
    margin-bottom: 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
}

.timeline ul li .content .kpiSection {
    padding: 0px 20px;
    border: 1px solid #BBE4EC;
    margin-top: 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.kpiSection table {
	width: 85%;
	margin: auto;
}

.kpiSection tr td:first-of-type{
	text-align: left;
}

.timeline ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline ul li:nth-child(even) .date h4 {
    float: right
}

.timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 50%;
    background-color: #BBE4EC;
}

.eocSummaryOutageInfo {
	width: 50%;
	border: 1px solid #BBE4EC;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 140px;
}

.eocSummaryOutageInfo.closedOutage {
	width: 100%;
}

.eocSummaryOutageInfo div {
	padding: 7px 10px;
  	background-color: #68CADA;
  	margin-bottom: 0;
  	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

.eocSummaryOutageInfo label {
	margin-left: 10px;
}

.eocSummaryTeamsInvolved {
	float: right;
  	width: 49.5%;
	border: 1px solid #BBE4EC;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 140px;
}

.eocSummaryTeamsInvolved div {
	padding: 7px 10px;
 	background-color: #68CADA;
  	margin-bottom: 0;
  	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

.eocSummaryTeamsInvolved label {
	margin-left: 10px;
}

#eocSummaryForm .detailDashboardIndicators {
	text-align: center;
}

#eocSummaryForm .detailDashboardIndicators .titleLabel {
	font-size: 16px;
	position: relative;
	top: -45px;
}

.eocSelectOutage option[disabled] { 
	display: none; 
}

.eocOutageSelectDiv {
	float: left;
}

.eocOutageSelectDiv div {
	display: block;
}

.eocOutageSelectDiv .spocLblPre {
	font-weight: bold;
}

.nextRefreshChronoSiteDetails {
	position: absolute;
	top: 44px;
	left: 135px;
} 

@media screen and (max-width: 1366px) {
	.tooltip .tooltiptasks {
		margin-left: -300px !important;
	}
}

.baseTemplateIcon {
	cursor: pointer;
}

/***********ASE************/

.timeBtn, .sortableField, .exportAlarmsBtn, .exportLifecycleBtn, .queryFormBtn, 
.querySelectedValues label:not(.querySelectedValueField), .paginationDiv a,
.lifecyclePaginationDiv a {
	text-decoration: none;
	color: #00A0B7;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
}

.querySelectedValues label:not(.querySelectedValueField) {
	padding: 0px 0px 0px 0px;
}

.timeBtn:hover, .sortableField:hover, .exportAlarmsBtn:hover, .exportLifecycleBtn:hover, 
.queryFormBtn:hover, .querySelectedValues label:not(.querySelectedValueField):hover,
.paginationDiv a:hover, .lifecyclePaginationDiv a:hover {
	color: #DA291C;
	text-decoration: underline;
	cursor: pointer;
}

.searchDisabledBtn {
	background-color: #CCCCCC;
}

.searchDisabledBtn:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	color: initial;
}

.queryFieldsFormTable {
	width: 100%;
}

/*** First Page - Activity ***/
.activitytilecontainer {
	margin: auto;
	display: block;
	max-height: calc(100vh - 386px);
	overflow-y: hidden;
	text-align: center;
}

.activityTile {
	width: 19vw;
	height: 231px;
	border-radius: 8px;
	display: inline-block;
	margin: 15px;
	background: #BBE4EC;
	box-shadow: 4px 4px 12px 4px #CCCCCC;
	border-spacing: 0px;
	max-width: 319px;
	min-width: 220px;
	cursor: pointer;
}

.activityTileHeader th {
  padding-left: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	background: #68CADA;
  	width: 319px;
}

.activityTileContent {
	 text-align: left;
}

.activityTileContent label {
	color: #6F6F6F;
	font-weight: bold;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 12px;	  
}

.queryHistoryDiv, .templateDiv {
	width: 50%;
	float: left;
	left: 0;
	right: 50vw;
	bottom: 0;
	min-height: 260px;
	padding-bottom: 10px;
}

.queryHistoryDiv table, .templateDiv table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.queryHistoryDiv table td, .templateDiv table td {
	padding: 2px;
	font-size: 1.2em;
	text-align: left;
	padding-left: 5px;
}

.templateDiv table td:last-child {
	text-align: right;
}

.queryHistoryDiv table label, .templateDiv table label {
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.queryHistoryDiv table tbody tr:nth-child(odd), .templateDiv table tbody tr:nth-child(odd) {
	 background: RGBA(187, 228, 236, 0.15);
}

.queryHistoryDiv table td:hover, .templateDiv table tr:hover td {
	background:  #BBE4EC;
}

.queryHistoryDiv table thead th, .templateDiv table thead th {
  font-size: 1.7em;
	margin-left: 10px;
	border-bottom: 3px solid #BBE4EC;
	font-weight: normal;
  text-align: left;
  padding-left: 5px;
}

.templateDiv {
	width: calc(50% - 2px);
	height: 100%;
	float: right;
	border-left: 2px solid #BBE4EC;			  
}

.templateDiv .deleteButton{
	height: 14px;
	width: 14px;
}

.historyContainer {
	padding-top: 0px;
	border-top: 3px solid #BBE4EC;
	bottom: 0;
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 1001;
	background: white;
}

.sideQueryTab {
	background: rgb(218, 41, 28) none repeat scroll 0% 0%;
	left: 0px;
	width: 80px;	 
	position: fixed;
	top: calc(50vh - 100px);
	text-align: center;
	padding: 5px 7px 5px 7px;
	height: 18px;
	transform: translate(-38px) rotate(-90deg);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: white;
	font-size: 1.2em;
	cursor: pointer;
}

.sideQueryTab label {
	cursor: pointer;
}

.lifecycleDialog {
	top: 40px !important;
	position: fixed !important;
}

.userFieldsDialog {
	min-height: 550px !important;
	height: 70vh !important;
	width: 60% !important;
	min-width: 640px !important;
}

.confirmDialog {
	width: 300px !important;
	height: 80px !important;
	text-align: right;
}

.superDialog {
	width: 400px !important;		 
	text-align: right;
	z-index: 1008 !important;
}

.confirmDialog .ui-dialog-title, .superDialog .ui-dialog-title {
	font-size: 0.9em;		  
}

.superDialog label {
	position: relative;
	bottom: -15px;
	margin-left: 10px;
}

.queryDialogQueryDiv {
	position: absolute;
	left: 40px;
	top: 50px;
}

.querySelectedValues {
	position: absolute;			   
	right: 40px;
	top: 50px;				 
}

.querySelectedValueField {
	display: block;
	font-weight: bold;
}

.querySelectedValues label.querySelectedValueField {
	margin-top: 10px;			  
}

.querySelectedValues label:nth-child(2) {
	margin-top: 0px;			  
}

.queryDialogAvailableDiv {
	bottom: 145px;			
	position: absolute;
	left: 60px;
	height: 50px !important;
	width: calc(55% - 110px);
	text-align: left;
	padding: 0px !important;
	padding-left: 10px !important;
	padding-top: 5px !important;
}

.queryDialogAvailableDiv label, .queryDialogAvailableDiv select, .queryDialogAvailableDiv a {						  
	margin-right: 10px;					 
}

.queryDialogQueryDiv div {
	margin-top: 10px;
  	margin-bottom: 15px;
  	text-align: center;
}

.queryDialogQueryDiv {
	width: calc(55% - 80px);
}

.querySelectedValues {
  width: calc(45% - 80px);
}

.querySelectedValues, .queryDialogQueryDiv {
	height: calc(100% - 200px);				
}

.queryDialogAvailableDiv, .queryDialogQueryDiv, .queryDialogTimeDiv, .querySelectedValues {
	border: 1px solid #BBE4EC;
	border-radius: 8px;
	padding: 10px;
}

.querySelectedValues {
	padding-top: 0px;
	height: calc(100% - 190px);
}

.queryDialogTimeBtnDiv {
	height: 32px;
	margin-top: -17px;
}

.queryDialogTimeDiv {
	position: absolute;
	bottom: 20px;
	left: 40px;
	width: calc(55% - 80px);
	text-align: center;
	padding-top: 25px;
	height: 55px;
}

.queryDialogTimeDiv label {			 
	padding-right: 10px;
}

.queryDialogTimeDiv label:last-of-type {
	padding-left: 30px;
}

.queryDialogBtnDiv {
	position: absolute;
	bottom: 20px;
	right: 40px;
}

.queryDialogBtnDiv a, .queryDialogBtnDiv label {
	margin-left: 10px;		
}

.queryDialogTemplateDiv {	
	position: absolute;
	bottom: 58px;
	right: 40px;
	border: 1px solid #BBE4EC;
	width: calc(45% - 80px);
	padding: 10px;
	text-align: right;
	border-radius: 8px;
}

.queryDialogTemplateDiv label {
	margin-left: 10px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 100010 !important;
	background: #FFF;
	max-height: 200px;
  	overflow-y: scroll;
  	overflow-x: hidden;
	padding: 2px;
	padding-left: 5px;
	box-shadow: 4px 4px 12px 4px #CCCCCC;
	border: 1px solid #BBE4EC;
}

.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-state-focus {
	background: #BBE4EC;
}

.ui-helper-hidden-accessible {
	display: none;							   
}

.journal {
	cursor: default;
}

.alarmInfo:not(.journal) {		
	margin-left: 5px;
}

.alarmInfo.journal p {
	white-space: pre-line;
}

.alarmInfo p.alarmTimeSection {
	float: right;
	position: relative;
	top: -25px;
	right: 40px
}

.alarmInfo p.alarmUserFieldsSection{
	font-size: 0.99em;
	opacity: 0.75;
	padding-top: 4px;
	white-space: normal;
}

.alarmInfo .alarmIconDiv {
	float: right;
  margin-top: -25px;
	width: 70px;
}

.foundAlarmsLbl {
	position: absolute;
	right: 180px;
	top: 50px;
	font-size: 1.2em;
}

.userFieldsSettingsImg {
	position: absolute;
	right: 10px;
	top: 43px;
	font-size: 1.2em;
	width: 30px;
	cursor: pointer;
	background: url('../resources/images/settings.png') no-repeat 0px 0px;
	height: 30px;
}

.exportAlarmsBtn {
	position: absolute;
	right: 45px;
	top: 46px;
	font-size: 1.2em;
}

.exportLifecycleBtn {
	position: absolute;
	right: 15px;
	font-size: 1.1em;
	top: 10px;
}

.alarmFieldDisplay {		
	font-weight: bold;
	color: black !important;
}

li:nth-child(even) > div {
	background: rgb(223, 245, 249) none repeat scroll 0% 0%
}

.fieldSeparator {
	margin-left: 7px;
	margin-right: 7px;
}

.alarmTimeSection {
	text-align: right;	   
}

.firstAlarmSection {
	float: left;	   
}

/* ------------------
 styling for the tables 
   ------------------   */
#rounded-corner {
	font-size: 11px;
	width: 50%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;			 
}

.sorting_asc {
	background: #DA291C url('../resources/images/sort_arrow_up.jpg') no-repeat center right !important;
}

.sorting_desc {
	background: #DA291C url('../resources/images/sort_arrow_downH.jpg') no-repeat center right !important;			 
}

#rounded-corner th:last-child {
   border-top-right-radius: 10px;
}

#rounded-corner th:first-child {
   border-top-left-radius: 10px;
}

#rounded-corner th {
	padding: 4px;
	font-size: 13px;
	background: #DA291C no-repeat center right;
}

#rounded-corner th.header {
	cursor: pointer;			
}

#rounded-corner td {
	padding: 2px 5px 2px 5px;
}

#rounded-corner td.foot-left {
	background: #F7F7F7 url('../resources/images/tables/botleft.png') left bottom no-repeat;			
}

#rounded-corner td.foot-right {
	background: #F7F7F7 url('../resources/images/tables/botright.png') right bottom no-repeat;		   
}

#rounded-corner tbody tr:hover td {
	background: #BBE4EC;
}

.imtSummarySelection {
	float: right;
	text-align: center;
	padding-bottom: 10px;
}

.imtSummarySelection div label, .imtSummarySelection div input{
	margin-right: 5px;
}

#rounded-corner.displayFieldsTable {
	padding-bottom: 10px;
	font-size: 12px;			  
}

#rounded-corner.displayFieldsTable tbody tr:hover td {
	background: none;				
}

.displayFieldsTable tr:first-child {
	font-weight: bold;		 
}

.displayFieldsTable tr, .imtSummaryTable td {
	height: 100%;				 
}

.displayFieldsTable tr:nth-last-child(1) td {
  border: 1px solid;
  min-width: 300px;
  margin: auto;
}

.ui-sortable-handle{
	cursor: pointer;	  
}

.sortable-list { 
	list-style-type: none; 
	padding: 5px; 
	height: 100%;
	min-width: 268px;
	margin: auto;
	clear: both;
	min-height: 350px;
	width: 258px;
}

.sortable-list li { 
	margin: 5px; 
	padding: 3px; 
	width: 250px;  
	word-wrap:	break-word;
	border: black 1px solid;
	background: #BBE4EC;
	font-weight: bold;
}

.sortableField {
	padding-left: 10px;
	padding-right: 10px;
}

.sortableFieldResultPageSection {
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.userFieldsSettingsImg:hover {
	background: url('../resources/images/settingsHover.png') repeat;			   
}

.sortableField.sortField.descending {
	background: url('../resources/images/descending.png') no-repeat right;
}

.sortableField.sortField.descending:hover {
	background: url('../resources/images/descendingHover.png') no-repeat right;
}

.sortableField.sortField.ascending {
	background: url('../resources/images/ascending.png') no-repeat right;
}

.sortableField.sortField.ascending:hover {
	background: url('../resources/images/ascendingHover.png') no-repeat right;			 
}

.sortableField.sortField {
	padding-right: 12px;					 
}

.sortableField.sortField {
	background-size: 10px 10px !important;;
}

.mandatoryFieldDiv {
	text-align: center;
	padding: 5px;
	border: 1px solid #BBE4EC;
	width: calc(50% - 10px);
	margin: auto;
	margin-bottom: 10px;
	min-width: 592px;
}

.mandatoryFieldDiv label {
	font-weight: bold;
}

.displayedIndicator {
	float: right;
}

.imtTicket {
	background: url('../resources/images/ticketIMT.png') repeat;
	width: 30px;
	height: 30px;
	float: left;
}

.nctTicket {
	background: url('../resources/images/ticketNCT.png') repeat;
	width: 30px;
	height: 30px;
	float: left;
					
				 
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed"); */
	padding: 3px;
	min-height: calc(100% - 210px);
	position: absolute;
	right: 10px;
	top: 50px;
	bottom: 100px;
	left: 10px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0px;
	padding: 0.2em .2em 0;
	height: 30px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 2px .2em 0 0;
	padding: 0;
	white-space: nowrap;
	margin-top: 3px;
}

.ui-tabs .ui-state-default {
	margin-top: 1px;
		background: #BBE4EC;
		border-top-left-radius: 10px;
	border-top-right-radius: 10px;				   
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	border:  1px solid #BBE4EC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px;
	color: #414042;
	width: 60px;
	text-align: center;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: default;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0 1.4em;
	background: none;
	padding-top: 10px;
	border: 1px solid #BBE4EC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: 2px;
	min-height: 100%;
	max-height: 100%;
}

.ui-tabs .ui-tabs-active {
	background: #FFF !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ui-tabs li:not(.ui-state-active):hover a:not(.convert) {
	background: #FFF;
}

.lifecycleLineDiffDiv {
	width: 50%;
	margin-left: -8px;
	max-height: 1000px; /* This is to fix mCustomScrollbar not appearing in ASE dialog*/
	overflow: auto;
	position: absolute;
	bottom: -5px;
	top: 55px;
}

.lifecycleDetailsDiv {
	width: calc(50% - 40px);
	max-height: 1000px; /* This is to fix mCustomScrollbar not appearing in ASE dialog*/
	overflow: auto;
	position: absolute;
	bottom: -25px;
	top: 55px;
  left: calc(50% + 5px);
	padding-left: 20px;
}

.lifecycleDetailsDiv .alarmFieldDisplay {
	margin-top: 10px;
	display: block;
	border-bottom: 1px solid #68CADA;
	margin-right: 10px;
	font-size: 1.2em;	
}

.lifecyclePaginationDiv {
	width: 50%;
  margin-left: -8px;
  position: absolute;
  bottom: -33px;
	text-align: center;
}

.journalDiv {
  width: calc(100% - 50px);
  max-height: 1000px;
  overflow: auto;
  position: absolute;
  bottom: -24px;
  top: 55px;
}

.lifecycleDetailsDiv .alarmFieldDisplay:nth-child(1) {
	margin-top: 0px;
}

.lifecycleDetailsDiv .detailsLabel {
	font-weight: bold;	   
}

.lifecycleDetailsDiv label {
	display: block;
}

.lifecycleDetailsDiv label.detailsLabel {
	padding-top: 5px;
}

.resultPageEmptyResults {
	position: absolute;
	width: 400px;
	top: calc(50vh - 100px);
	left: calc(50vw - 200px);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.searchAlarmsPageEmptyResults {
	text-align: center;
}

.journalEmptyResults {
	position: absolute;
	width: 400px;
	top: calc(50vh - 100px);
	left: calc(50% - 200px);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.journalDiv .alarmFieldDisplay {
	color: #414042;
}

.highlight {
	background: #68CADA;			
	border:  1px solid #00A0B7;
		   
}

.hiddenField {
	display: none;				
}

/*Styles for ticket number to be underlined*/
.convert {
	color: #414042 !important;
	text-decoration: underline !important;
}

.convert:hover {
	color: #DA291C;
}

.alarmInfo:hover > div a.convert {
	background-color: #BBE4EC;		
}

.errorMsg {
	color: red;
	font-weight: bold;
}

.selectedLine {
	border: 4px solid #00A0B7;
	border-left: none;
}

.resultPageFooter {
	margin-bottom: 10px;
	margin-top: 10px;
}

.paginationDiv {
	margin-top: 10px;
	text-align: center;
}

.paginationDiv a, .lifecyclePaginationDiv a{
	padding: 2px 2px 2px 2px;
	display: inline-block;
}

.paginationDiv label, .lifecyclePaginationDiv label {
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 2px 2px 2px;
}

.confirmDialog label {
	margin-left: 10px;
}

.ASEDialog {
	max-width: none !important;
	height: 90vh !important;
	width: 96% !important;
 	left: 31px !important;
 	bottom: 31px !important;
}

#resultsForm {
	padding: 0px 10px 0px 20px;
}

.alarmFieldDisplayDiv:first-of-type{
	margin-top: 12px;
}

.automationTable {
	width: 30vw;
	height: 7vw;
	border-radius: 8px;
	margin: 15px;
	border: 1px solid #BBE4EC;
	border-spacing: 0px;
	min-width: 220px;
}

.automationTable  th {
  padding-left: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	background: #68CADA;
  	min-width: 220px;
  	height: 25px !important;
}

.automationTable tr td{
	min-width: 6vw !important;
}

.automationTable tr td:last-child input {
  width: 15px !important;
}

.automationTable label {
  padding-left: 5px;
}

.error-messages .errorAutoTAutomation{
  margin-top: 5vw;
}

.imtSummarySelectionHidden{
  display: none;
}

.SnowCategoryTable{
	margin-bottom:-70px;
}

.ShortDescriptionSelection{
	padding-top:50px;
}

.scheduleAutomationOccDropdown {
	margin-left:10px;
}

.automationDropdown {
	min-width:350px;
}

.warning-messages-break{
	color: #e87d1a;
	font-weight: bold;
	white-space: pre;
}

