@charset "utf-8";
@-ms-viewport{
    width: device-width;
}
body {
    font-family: Sans-serif, "Helvetica Neue", Gotham, Arial;
    overflow-y: scroll;
    color: #000932;
	cursor: default;
}
.fixedHeader {
    position: fixed;
    background-color: #fdfdfd;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#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;
}
#mainWrapper2 {
    width: 1150px;
	margin-left: auto;
    margin-right: auto;
}
#logo {
    float: left;
    padding-bottom: 0px;
    width: 30px;
    margin-top: 5px;
}
#logo img {
  	height: 40px;
}
#navigationBar {
    float: right;
	width: 450px;
}
.navLink {
	position: relative;
    width: 30px;
	margin: 15px 5px 0px 0px;
}
.navLinkText {
	position: relative;
	top: -8px;
}
#navigationBar ul {
    margin: 0;
    padding: 0;
}
#navigationBar ul > li {
    position: relative;
    display: block;
    float: right;
    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: 80px;
    left: 0px;
    margin: 0px;
    width: 100%;
}
#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;
}
#mainWrapper {
    width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
#content {
  	margin-top: 5px;
}
.mainContent {
	float: left;
	margin: 15px 0px 5px 0px;
	padding: 0%;
	width: 570px;
	box-shadow: 2px 2px 8px #888888;
	background-color: #ededed;
}
#alarmRowTitle {
	float: left;
	width: 100%;
	background-color: #0027b7;
	background: linear-gradient(0deg, #0027b7, #1F5AC1);	
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 0px;
}
#alarmRowContent {
	height: 100%;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 1%;
}
.itemRow {
	margin-top: 0%;
}
.mainContent .itemRow .itemInfo {
    text-align: center;
    float: left;
    padding: 1%;
    margin: 1% 1% 1% 1%;
    width: 96%;
    background-color: #fdfdfd;
}
.mainContent .itemRow .itemInfo:hover {
	  background-color: #bbccdb;
}
.rtuImage {
	background-position: center;
	margin: 0 auto;
	height: 40px;
	position: relative;
	float: left;
}
div .rtuImage img {
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.itemHeader {
	float: left;
	top: 10px;
	left: 65px;
}
.itemRow .itemInfo .itemName {
	font-size: 14px;
	line-height: 14px;
	font-style: bold;
	margin: 2px 0px 0px 60px;
	width: auto;
	float: left;
	clear: left;
}
.itemRow .itemInfo .itemDescBox {
	float: right;
	padding: 5px;
	margin: 0px 20px 0px 5px;
}
.itemRow .itemInfo .itemDesc {
	font-size: 12px;
	line-height: 12px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
	clear: both;
}
.displayNone {
    display: none;
}
.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: #0027b7;
	background: linear-gradient(0deg, #0027b7, #1F5AC1);	
	margin: 0px;
	line-height: 30px;
}
#alarmLogViewTitle {
	font-size: 18px;
	color: #fefefe;
	width: 100%;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #0027b7;
	background: linear-gradient(0deg, #0027b7, #1F5AC1);	
	margin: 0px;
	line-height: 30px;
}
#alarmLogView {
	float: right;
	width: 48%;
    padding: 0%;
    box-shadow: 2px 2px 8px #888888;
    margin: 1% 0% 2% 1%;
    background-color: #fdfdfd;
}
#alm_log_view_div {
	height: 250px;
	overflow-y: auto;
	width: 98%;
	float: left;
	padding: 1%;
}
.blink_me {
	animation: blinker2 0.7s linear infinite;
}
@keyframes blinker2 {  
	50% { opacity: 0.25; }
}
.item, .item-container, .userVoice, .userText, .userOff {
    cursor: move;
	font-weight: normal;
}
#headerLine2 {
	background-color: #0038C8;
	margin-top: 1%;
	height: 8px;
	clear: both;
}
footer {
    background-color: #fdfdfd;
    padding: 1% 1% 1% 1%;
    color: #010101;
    text-align: center;
}
@media screen and (max-width:1365px) {
#BannerText {
    font-size: 12px !important;
    font-weight: bold !important;
}
#logo {
	margin-left: 10px !important;
}
#mainWrapper2 {
    width: 98% !important;
}
#navigationBar {
	width: 75% !important;
	margin-right: 1% !important;
}
#navigationBar li > a {
    font-size: 12px !important;
}
#navigationBar ul ul li > a {
    line-height: 22px !important;
    font-size: 10px !important;
}
#mainWrapper {
    width: 98% !important;
}
.mainContent {
	margin: 2% 0px 1% 10px !important;
	width: 48% !important;
}
#alarmRowTitle {
	font-size: 14px !important;
}
#alarmLogView {
	width: 48% !important;
    margin: 2% 10px 0% 0px !important;
}
#alarmLogViewTitle {
	font-size: 14px !important;
}
}
@media screen and (max-width:639px) {
#BannerText {
    font-size: 9px !important;
    font-weight: normal !important;
	top: 0px !important;
}
#logo {
	display: none !important;
}
#mainWrapper2 {
    width: 98% !important;
}
#navigationBar {
	float: left !important;
	width: 98% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#navigationBar ul > li {
    float: left !important;
    height: 51px;
    width: 32% !important;
}
#navigationBar li > a {
    font-size: 12px !important;
    font-weight: bold !important;
}
#navigationBar ul ul li > a {
    line-height: 22px !important;
    font-size: 10px !important;
}
#navigationBar li:hover .navHoverLine {
	background-color: none !important;
}
#mainbody {
	background-image: none !important;
}
#mainWrapper {
    width: 98% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.mainContent {
	margin: 10px auto 0px auto !important;
	width: 99% !important;
	box-shadow: none !important;
}
#alarmRowTitle {
	font-size: 14px !important;
}
.itemInfo {
	padding: 5px !important;
}
div .rtuImage img {
	height: 30px !important;
	position: absolute;
	top: 10px !important;
	left: 10px !important;
}
br {
	line-height: 0px !important;
	margin: 0px !important;
	font-size: 2px !important;
}
.itemHeader {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	left: 35px !important;
}
.itemRow .itemInfo .itemName {
	font-size: 12px !important;
	line-height: 14px !important;
	margin: 0px 0px 0px 60px;
}
.itemRow .itemInfo .itemDescBox {
	float: right;
	padding: 5px !important;
	width: auto !important;
	height: auto !important;
	margin: 0px 10px 0px 5px;
}
.itemRow .itemInfo .itemDesc {
	font-size: 10px !important;
	line-height: 12px !important;
	margin: 0px 0px 0px 0px !important;
}
#alarmLogView {
	float: left !important;
	width: 99% !important;
	min-height: 150px !important;
    box-shadow: none !important;
    margin: 10px auto 10px auto !important;
	overflow-y: visible !important;
}
#alarmLogViewTitle {
	font-size: 14px !important;
}
::-webkit-scrollbar { 
    display: none !important; 
}
}