@charset "utf-8";
@-ms-viewport{
    width: device-width;
}

.center-text { 
	text-align: center !important;
	} 
  .bold-green-font {
    font-weight: bold;
    color: green;
  }

  .bold-font {
    font-weight: bold;
  }

  .right-text {
    text-align: right;
  }

  .large-font {
    font-size: 15px;
  }

  .italic-darkblue-font {
    font-style: italic;
    color: darkblue;
  }

  .italic-purple-font {
    font-style: italic;
    color: purple;
  }

  .underline-blue-font {
    text-decoration: underline;
    color: blue;
  }

  .gold-border {
    border: 3px solid gold;
  }

  .deeppink-border {
    border: 3px solid deeppink;
  }

  .orange-background {
    background-color: orange;
  }

  .orchid-background {
    background-color: orchid;
  }

  .beige-background {
    background-color: beige;
  }

body {
    font-family: Sans-serif, "Helvetica Neue", Gotham, Arial;
 /*   overflow-y: hidden; */
    color: #000932;
	cursor: default;
}
#Banner {
  	color: #fdfdfd;
	height: 30px;
	background-color: #0027b7;
	background: linear-gradient(0deg, #0027b7, #1F5AC1);
}
#BannerText {
    position: absolute;
    width: 100%;
    top: -10px;
    font-size: 13px;
    font-weight: bolder;
    text-align: center;
	z-index: 2;
}
.fixedHeader {
    position: fixed;
    background-color: #fdfdfd;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#logo {
    float: left;
    padding-bottom: 0px;
    width: 20%;
    margin-top: 3px;
    background-color: transparent;
}
#logo img {
  	height: 40px;
}
#navigationBar {
    position: relative;
    top: -34px;
}
.navLink {
    position: relative;
    top: 10px;
    width: 35px;
	margin: 0px 5px 0px 0px;
}
#navigationBar ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
#navigationBar ul > li {
    position: relative;
    display: block;
    float: right;
    top: 30px;
    height: 51px;
    width: 150px;
}
#navigationBar li > a {
    display: block;
    text-decoration: none;
    text-align: center;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #010101;
}
#navigationBar ul ul {
    margin-top: 0px;
    display: none;
    position: relative;
    z-index: 10;
    border: 1px #9a9a9a solid;
    box-shadow: 1px 1px 4px #666666;
    background-color: #fefefe;
}
#navigationBar ul ul li {
    float: none;
    top: 0px;
    height: auto;
}
#navigationBar ul ul li > a {
    line-height: 25px;
    font-size: 12px;
	font-weight: normal;
}
#navigationBar li:hover > a {
	  background-color: #bbccdb;
}
#navigationBar li:hover > ul {
	  display: block;
}
.navHoverLine {
    position: relative;
    top: 0px;
    height: 8px;
    z-index: 6;
}
.navSpaceHover {
	  height: 0px;
}
#navigationBar li:hover .navHoverLine {
	  background-color: #0038C8;
}
.headerLine1 {
    background-color: #0038C8;
    height: 8px;
    clear: both;
}
.ackdAlarmHeaderLine1{
	background-color: red;
    height: 8px;
    clear: both;
}
.unackdAlarmHeaderLine1 {
    background-color: red;
    height: 8px;
    clear: both;
    background: blink;
}
.mainbody {
    position: absolute;
    top: 83px;
    left: 0px;
    margin: 0px;
    width: 100%;
}
table.map_bubble {
  	border: 1px solid black;
  	padding: 5px;
	  border-collapse: collapse;
}
table.map_bubble > tbody > tr {
  	border: 1px solid black;
  	padding: 5px;
}
table.map_bubble > tbody > tr > td {
 	  border: 1px solid black;
  	padding: 5px;
}
#mainbody {
    background-color: #D7D8EC;
    background-image: url(../images/Backgrounds/BodyBackL-01.png), url(../images/Backgrounds/BodyBackR-01.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: left top, right top;
}
#content {
  	margin-top: 5px;
}
#content .sidebar {
    box-shadow: 2px 2px 8px #888888;
    float: left;
    width: 200px;
    margin-top: 5px;
    margin-right: 0%;
    margin-left:1%;
	margin-bottom: 5px;
    text-align: center;
    background-color: #fdfdfd;
}
.sidebarLine {
    background-color: #0038C8;
    height: 8px;
}
.Active img {
    height: 50px;
    padding-top: 12px;
}
.Active .desc {
    position: relative;
    top: -12px;
    color: #010101;
}
.inActive img {
    height: 50px;
    padding-top: 12px;
}
.inActive .desc {
    position: relative;
    top: -12px;
    color: #0038C8;
}
.sidebar #menubar .menu ul li a {
	  text-decoration: none;
}
#menubar .menu ul li a {
    font-weight: bold;
}
.menu ul li .inActive:hover {
	  background-color: #bbccdb;
}
#mainWrapper {
    width: 95%;
    padding-left: 2.5%;
}
#mainWrapper2 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.menu ul li {
    width: 80%;
    display: block;
}
.rtuAckdAlarm .desc2C, .rtuUnackdAlarm .desc2C, .ackdAlarm {
    color: red;
    font-weight: bold;
}
.clearedAlarm {
    font-weight: bold;
}
.mainContent .mapDiv {
  	float: left;
    padding-left: 0%;
    box-shadow: 2px 2px 8px #888888;
    padding-right: 0%;
    margin: 5px 1% 5px 1%;
    width: 65%;
    height: 600px;
    background-color: #fdfdfd;
}
.mainContent .mapDiv img {
  	overflow:auto;
}
/* By SPS */
#map {
	  height: 100%;
}
/**********/
.mainContent {
	float: left;
	margin: 5px 0% 10px 1%;
	padding: 0%;
	width: 48%;
	box-shadow: 2px 2px 8px #888888;
	background-color: #ededed;
}

#alarmRowContent {
	height: 250px;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 5px 1% 5px 1%;
}
#alarmRowTitle {
	float: left;
	width: 100%;
	background-color: #0038C8;
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 0px;
}

.itemRow {
	margin-top: 0%;
}
.mainContent .itemRow .itemInfo {
    text-align: center;
    float: left;
    padding: 5px 1% 5px 1%;
    margin: 5px 1% 5px 1%;
    width: 96%;
    background-color: #fdfdfd;
}
.mainContent .itemRow .itemInfo:hover {
	  background-color: #bbccdb;
}
.itemTop {
	width: 100%;
}
.itemHeader {
	height: 100%;
}
.itemRow .itemInfo .itemName {
	  font-size: 18px;
	  margin: 5px 0px 0px 0px;
	  width: 60%;
	  float: left;
}
.itemBottom {
	clear: left;
	width: 100%;
}
.itemRow .itemInfo .itemDescBox {
	width: 100%;
	clear: left;
}
.itemRow .itemInfo .itemDesc {
	  font-size: 16px;
	  float: left;
	  margin: 5px 0% 5px 5%;
	  text-align: left;
}
div .rtuImage img {
	  height: 50px;
	  margin: 10px;
}
.displayNone {
    display: none;
}
.rtuImage {
background-position: center;
margin: 0 auto;
width: 20%;
padding-top: 15px;
padding-bottom: 10px;
position: relative;
float: left;
}
.ackButton {
    font-size: 16px;
    line-height: 32px;
    margin: 5px 0px 5px 0px;
    padding: 4px 15px 4px 15px;
}
.rtuUnackdAlarm .desc1C, .unackdAlarm {
color: red;
font-weight: bold;
text-decoration: blink;
}
.rtuUnackdAlarm .desc1C, .unackdAlarm, .unackdAlarmHeaderLine1 {
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 0.5s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 0.5s;
animation-timing-function: linear; 
animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.5; }
100% { opacity: 1.0; } 
}
@-webkit-keyframes blinker { 
0% { opacity: 1.0; }
50% { opacity: 0.5; }
100% { opacity: 1.0; } 
} 
@keyframes blinker { 
0% { opacity: 1.0; } 
50% { opacity: 0.5; } 
100% { opacity: 1.0; } 
}
.rtuCommsOK .descGroup2 {
display: none;
}
.rtuCommsLate .rtuImage {
background-image: url("images/Alarm_Status_Icons/CommsLate.gif");
}
.rtuCommsFail p {
color: #969696;
}
.rtuCommsFail .descGroup1, .rtuCommsLate .descGroup1, .rtuAckdAlarm .descGroup1, .rtuUnackdAlarm .descGroup1 {
display: none;
}
.alarmLogTitleFont {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 0px;
	line-height: 30px;
}
#alarmLogViewTitle {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 0px;
	line-height: 30px;
}
#alarmLogView {
	float: left;
	width: 48%;
    padding: 0%;
    box-shadow: 2px 2px 8px #888888;
    margin: 5px 0% 5px 1%;
    background-color: #fdfdfd;
}
#alm_log_view_div {
	height: 250px;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 5px 1% 5px 1%;
}
#LocListViewTitle {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 0px;
	line-height: 30px;
}
#LocListView {
	float: left;
	width: 48%;
    padding: 0%;
    box-shadow: 2px 2px 8px #888888;
    margin: 5px 0% 0% 1%;
    background-color: #fdfdfd;
}
#loc_list_view_div {
	height: 250px;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 5px 1% 5px 1%;
}
#UserNotification {
	float: left;
	width: 48%;
    padding: 0%;
    box-shadow: 2px 2px 8px #888888;
    margin: 5px 0% 5px 1%;
    background-color: #fdfdfd;
}
#SaveLists {
	height: 20px;
	width: 115px;
	background-color: #ccddec;
	margin: 4px 4px 4px 8px;
	padding: 1px;
	position: absolute;
	box-shadow: 1px 1px 2px #444444;
}
#SaveLists p {
	margin: 3px 0px 0px 24px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}
#SaveLists img {
	height: 18px;
	top: 2px;
	left: 4px;
	position: absolute;
}
.blink_me {
  animation: blinker2 0.7s linear infinite;
}
@keyframes blinker2 {  
  50% { opacity: 0.25; }
}
#UserNotificationViewTitle {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 0px;
	line-height: 30px;
}
.item, .item-container, .userVoice, .userText, .userOff {
	font-weight: normal;
}
.userNormal {
    width: 98%;
	font-size: 14px;
    height: 24px;
	background-color: #fefefe;
    margin: 5px 1% 0% 1%;
	box-shadow: 1px 1px 4px #888888;
}
.userChanged {
    width: 96%;
	font-size: 14px;
	font-weight: bold;
    height: 22px;
	background-color: #ccddec;
    margin: 5px 1% 0% 1%;
	border-style: dashed;
	border-color: #010101;
	border-width: 5px 1% 1% 1%;
	box-shadow: 1px 1px 4px #999999;
}
#voiceListTitle {
	font-size: 16px;
	color: #fefefe;
	width: 32%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 5px 0% 5px 1%;
	line-height: 24px;
}
#voice_list_view_div {
	font-size: 14px;
	height: 220px;
	overflow-y: auto;
	color: #010101;
	float: left;
	clear: left;
	width: 98%;
	text-align: center;
	background-color: #bbccdb;
	padding: 0% 1% 0% 1%;
}
#adminListTitle {
	font-size: 16px;
	color: #fefefe;
	width: 32%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 5px 0% 5px 1%;
	line-height: 24px;
}
#admin_list_view_div {
	font-size: 14px;
	height: 220px;
	overflow-y: auto;
	color: #010101;
	float: left;
	clear: left;
	width: 98%;
	text-align: center;
	background-color: #bbccdb;
	padding: 0% 1% 0% 1%;
}
#inactiveListTitle {
	font-size: 16px;
	color: #fefefe;
	width: 32%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 5px 0% 5px 1%;
	line-height: 24px;
}
#inactive_list_view_div {
	font-size: 14px;
	height: 220px;
	overflow-y: auto;
	color: #010101;
	float: left;
	clear: left;
	width: 98%;
	text-align: center;
	background-color: #bbccdb;
	padding: 0% 1% 0% 1%;
}
#NotesTitle {
	font-size: 16px;
	color: #fefefe;
	width: 98%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #204060;
	margin: 0% 0% 5px 1%;
	line-height: 24px;
}
#Notes_view_div {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	height: 175px;
	overflow-y: auto;
	color: #204060;
	float: left;
	clear: left;
	width: 98%;
	text-align: left;
	background-color: #D3D3D3;
	padding: 0% 1% 0% 1%;
}
#userListTitle {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0038C8;
	margin: 0px;
	line-height: 30px;
}
#user_list_view_div {
	height: 350px;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 5px 1% 5px 1%;
}



#headerLine2 {
background-color: #0038C8;
margin-top: 10px;
height: 8px;
clear: both;
}
footer {
    background-color: #fdfdfd;
    padding: 5px 1% 5px 1%;
    color: #010101;
    text-align: center;
}
@media screen and (max-width:550px) {
#mainbody {
     background-image: none !important;
}
#Banner img {
	  display: none !important;
} 
#Banner {
    width: 100% !important;
    height: 30px !important;
    background-color: #0033BB !important;
}
#navigationBar li:hover > ul {
  	display: none !important;
}
#navigationBar li:hover .navHoverLine {
	  display: none;
}
.menu ul li .inActive:hover {
	  background-color: transparent !important;
}
#mainbody {
    background-image: none !important;
}
#logo img {
	  display: none!important;
}
.navLink {
	  width: 35px !important;
	  top: 12px !important;
}
#navigationBar ul > li {
	  height: 60px !important;
	  width: 42% !important;
}
#BannerText {
	  font-size: 12px !important;
	  top: -8px !important;
}
#header {
	  height: 60px !important;
}
#mainWrapper2 {
	  width: 100% !important;
	  height: 50px !important;
}
.mainbody {
	  position: absolute !important;
	  top: 80px !important;
}
.mainContent .mapDiv {
box-shadow: 0px 0px 0px #888888 !important;
width: 100% !important;
}
#content .sidebar {
	  position: fixed !important;
	  box-shadow: 0px 0px 4px !important;
	  width: 100% !important;
  	margin-top: 0% !important;
	  margin-left:0% !important;
	  z-index: 1 !important;
}
.sidebarLine {
	  display: none !important;
}
#menubar .menu h2 {
    display: none !important;
}
.mBreakLine {
    display: block !important;
	  height: 2px !important;
	  clear: both !important;
}
#mainWrapper {
  	width: 100% !important;
	  padding-left: 0% !important;
}
.Active img {
	  height: 30px !important;
	  padding-top: -0px !important;
}
.Active .desc {
	  top: -17px !important;
}
.inActive img {
	  height: 30px !important;
	  padding-top: 0px !important;
}
.inActive .desc {
	  top: -17px !important;
}
#menubar .menu ul li a {
	  font-size: 14px !important;
    font-weight: bold !important;
}
.menu ul li {
	  width: 29% !important;
	  float: left !important;
	  height: 50px !important;
}
#navigationBar li:hover > a {
	  background-color: transparent !important;
}
.menu ul li .inActive:hover {
	  background-color: transparent !important;
}
.mainContent {
		position: relative !important;
		top: 68px !important;
}
#Banner {
		overflow-y: auto !important;
}
.mainContent .itemRow .itemInfo {
    padding-left: 2% !important;
    box-shadow: 1px 1px 4px #888888 !important;
    padding-right: 2% !important;
    margin: 5px 0% 5px 2% !important;
    width: 43% !important; 
    min-width: 60px !important;
}
.ackButton {
    font-size: 12px !important;
    line-height: 15px !important;
    margin: -10px 0px 5px 0px !important;
    padding: 4px 15px 4px 15px !important;
}
.itemDesc2 {
	  display: none !important;
}
.itemRow .itemInfo .itemName {
	  font-size: 16px !important;
	  top: -10px !important;
  	padding-bottom: 0px !important;
	  line-height: 75% !important;
}
.itemRow .itemInfo .itemDesc {
  	font-size: 14px !important;
	  line-height: 40% !important;
}
.itemInfo div img {
	  width: 40px !important;
  	padding-top: 5px !important;
  	position: relative !important;
}
div .rtuImage img {
width: 40px !important;
height: 40px !important;
padding-top: 5px !important;
padding-bottom: 0px !important;
}
.rtuImage {
width: 40px !important;
height: 40px !important;
padding-top: 5px !important;
padding-bottom: 0px !important;
}
#mainbody {
    height: 100% !important;
}
#headerLine2 {
	  display: none !important;
}
footer {
    display: none !important;
}
::-webkit-scrollbar { 
    display: none !important; 
}
}