.loginBodyBg {
	background-image: url('/images/sealytics-login-bg.jpg');  
	background-repeat: no-repeat;  
	background-attachment: fixed; 
	background-size: cover;
}

.menuButton {
   display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 6px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #575757;
  background-color: #f5f5f5;
  border: 1px solid #d4d4d4;
  *border: 0;
  border-bottom-color: #bbbbbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
}

.deviceConfigModal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 360px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.graphSelectionModal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 300px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.graphVariableSelectionModal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.removeGridConfirmModal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 300px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.widgetContainerConfigModal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.propertyConfigModal {
  position: fixed;
  top: 10%;
  left: 40%;
  z-index: 1050;
/*   width: 950px; */
  width: 70%;
/*   margin-left: -280px; */
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.podInfoUpdateModal {
  position: fixed;
  top: 10%;
  left: 45%;
  z-index: 1050;
  width: 700px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;  
}


.stackIdentifyModel {
  position: fixed;
  top: 10%;
  left: 45%;
  z-index: 1050;
  width: 800px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;  
}

.assetAttributeUpdateModal {
  position: fixed;
  top: 10%;
  left: 45%;
  z-index: 1050;
/*   width: 900px; */
  width: 70%;
  height: 86%;
/*   margin-left: -280px; */
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;  
}

.dataTableRow{
   display: inline-block;
   font-size:12px;
   color:black;
   font-weight: bold
}

.heart {
	width:25px;
	height:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background:#76b900;	
	background: #76b900 url("../images/high-connection.png") no-repeat;
  	background-size: 18px 18px;
 	background-position: center;
}

.heartWarning1 {
	width:25px;
	height:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background:#ffcc00;	
}

.heartWarning2 {
	width:25px;
	height:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background:#ff9966;	
}

.heartWarning3 {
	width:25px;
	height:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background:#cc3300;	
}

.heartContainer {
	vertical-align: middle;
	margin-left: 5px;
	width: 55px;
	height: 55px;
	background-color: #FFFFF; 
}

.brokenHeart {
	width:25px;
	height:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background-color:#ef8000;	
	background: #ef8000 url("../images/high-connection.png") no-repeat;
  	background-size: 18px 18px;
 	background-position: center;
}

.serverSpinner {
	font-size: 50px;
	text-align: center;
	color: rgba(165, 25, 25, 1);
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	background-color: white;
}

.pulse1 {
	-webkit-animation: pulse1 1s linear infinite;
	-moz-animation: pulse1 1s linear infinite;
	-ms-animation: pulse1 1s linear infinite;
	animation: pulse1 1s linear infinite;
}

.helpIcon {
    color: white;
    background-color: green;
    width: 20px;
    height: 20px;
    display:inline-block;
    border-radius:100%;
    font-size: 13px;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
    text-decoration:none;
    -webkit-box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.25);
}

.alarmStatusSign {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: white;	
	border: 1px ridge green; 
}
 .alarmPulse
  {
   animation: alarmPulse 1s linear infinite;
  }

@keyframes alarmPulse {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(.4);
  }
}
  
@keyframes "pulse1" {
 0% {
    color: rgba(165, 25, 25, 1);
 }
 90% {
    color: rgba(255,0,0,0.0);
 }
 100% {
    color: rgba(255,0,0,1.0);
 }
}

@-moz-keyframes pulse1 {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }
}

@-webkit-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }
}

@-ms-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }
}

.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}

.gridster * {
  margin:0;
  padding:0;
}

ul {
  list-style-type: none;
}

/* .controls { */
/*     margin-bottom: 20px; */
/* } */

/*/
/* gridster
/*/

.gridster ul {
    background-color:  #EFEFEF;
}

.gridster li {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    font-family: "GE Inspira", "ge-inspira";
}

.gridster {
    margin: 0 auto;
    opacity: .8;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.gridster .gs-w {
    background: #DDD;
    cursor: pointer;
}

.gridster .player {
    background: #BBB;
}

.gridster .preview-holder {
    border: none!important;
    background: red!important;
}

 .gridHeader {
 	font-family: "GE Inspira", "ge-inspira";
 	color: black;
 	 font-weight: bold;
     background: #999;
     display: block;
     font-size: 16px;
     line-height: normal;
     padding: 0;
     border: 0;
     margin: 0;
 }
 
 .grid-remove-btn { 
   color: #ffffff;
   padding: 0;
   border: 0;
   margin: 0;
   background-color: #2b2b2b;
   cursor: hand;
   float: right;
}

.tree-border {
	border: 1px solid #47a;
	box-shadow: 2px 2px 2px 2px #257; 
	margin: 0 5px; 
	overflow: auto;
}

.property-list-border {
	flex: 1;border: 1px solid #47a;
	box-shadow: 2px 2px 2px 2px #257; 
	margin: 0 5px; overflow: scroll;
	width: 590px;
	height: 600px;
}

.progressLoaderDiv {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1100;
   background-color: white;
   opacity: .6;
}

.progress-loader {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -32px; /* -1 * image width / 2 */
   margin-top: -32px; /* -1 * image height / 2 */
   display: block;
}

.topTenEventModal {
  width: 600px;
  height: 300px;
  background-color: #ffffff;
  border: 2px solid #999;
  border: 2px solid rgba(0, 0, 0, 0.3);
  *border: 2px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;  
}

.goodHealthSign {
	width:8px;
	height:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background: white;	
}

.yellow-radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.yellow-radio-item input[type='radio'] {
  display: none;
}

.yellow-radio-item label {
  color: white;
  font-weight: normal;
}

.yellow-radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 11px;
  border: 2px solid #000000;
  background-color: white;
}

.yellow-radio-item input[type=radio]:checked + label:after {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #000000;
}

.blue-radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.blue-radio-item input[type='radio'] {
  display: none;
}

.blue-radio-item label {
  color: white;
  font-weight: normal;
}

.blue-radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 11px;
  border: 2px solid #000000;
  background-color: white;
}

.blue-radio-item input[type=radio]:checked + label:after {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #000000;
}

.bar1, .bar2, .bar3 {
  width: 19px;
  height: 5px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
/*   display: none; */
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 300;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  cursor: pointer
}

.dropdown-content a:hover {background-color: #ddd;}

/* .dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;} */

.progress-image {position: absolute;top: 40%;left: 45%;z-index: 100}

.fake-link {color: blue; text-decoration: underline; cursor: pointer;}

.dialog-header-error { background-color: #d2322d; }

.dialog-header-wait { background-color: #428bca; }

.dialog-header-notify { background-color: #eeeeee; }

.dialog-header-confirm { background-color: #333333; }

.dialog-header-error span, .dialog-header-error h4,
.dialog-header-wait span, .dialog-header-wait h4,
.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

 .container {
    margin-top: 10px;
}
.nav-tabs > li {
    position:relative;
}
.nav-tabs > li > a {
    display:inline-block;
}
.nav-tabs > li > span {
    display:none;
    cursor:pointer;
    position:absolute;
    right: 6px;
    top: 8px;
    color: red;
}
.nav-tabs > li:hover > span {
    display: inline-block;
}


#play-button {
/*     position: absolute; */
/*     top: 140px; */
/*     left: 50px; */
    background: #f08080;
    padding-right: 26px;
    border-radius: 3px;
    border: none;
    color: white;
    margin-left: 0px;
    padding: 0 8px;
    width: 60px;
    cursor: pointer;
    height: 25px;
}

#play-button:hover {
    background-color: #696969;
}

.ticks {
    font-size: 10px;
}

.track,
.track-inset,
.track-overlay {
    stroke-linecap: round;
}

.track {
    stroke: #000;
    stroke-opacity: 0.3;
    stroke-width: 10px;
}

.track-inset {
    stroke: #dcdcdc;
    stroke-width: 8px;
}

.track-overlay {
    pointer-events: stroke;
    stroke-width: 50px;
    stroke: transparent;
    cursor: crosshair;
}

.handle {
    fill: #fff;
    stroke: #000;
    stroke-opacity: 0.5;
    stroke-width: 1.25px;
}

.handleLabel {
   background-color: #2b2b2b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 11px;
  line-height: 8px;
  padding: 0px 0px;
  text-shadow: none;
  width: 130px;
}

.appContainer {
	margin: 0 auto;
    position: absolute;
    left: 2px;
    right: 2px;
 }
 
 .playbackContainer {
	margin: 0 auto;
    position: absolute;
    left: 2px;
    right: 2px;
 }
 
 .dashboardContainer {
	margin: 0 auto;
    position: absolute;
    left: 2px;
    right: 2px;
 }
 
 .observationContainer {
	margin: 0 auto;
    position: absolute;
    left: 10px;
    right: 10px;
 }
 
 .headerContainer {
	margin: 0 auto;
    position: absolute;
    left: 2px;
    right: 2px;
 }
 
 .header-inner {
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #141414;
  background-image: -moz-linear-gradient(top, #141414, #141414);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#141414), to(#141414));
  background-image: -webkit-linear-gradient(top, #141414, #141414);
  background-image: -o-linear-gradient(top, #141414, #141414);
  background-image: linear-gradient(to bottom, #141414, #141414);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff141414', endColorstr='#ff141414', GradientType=0);
  border: 1px solid #141414;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
 
 .line {
    fill: none;
    stroke: #003300;
    stroke-width: 1;
}

.ge-logo {
 /*  height: 45px;
  width: 95px; */
  background: transparent url("../images/bh_lg_hrz_rgb_rev.png") no-repeat;
  background-size: 95px 60px;
  background-position: 0 50%;
  text-indent: -9999px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/* Style the dots by assigning a fill and stroke */
.dot {
    fill: #003300;
    stroke: #fff;
}

.topEventPopUp{
    display              : none;
    position             : absolute;
    z-index              : 99999;
    padding              : 1px;
    color: white;
    background           : green;
    border               : 1px solid black;
    -moz-border-radius   : 1px;
    -webkit-border-radius: 1px;
    margin               : 0px;
    -webkit-box-shadow   : 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow           : 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.subTab {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 2px 8px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
/*   line-height: 19px; */
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #575757;
  background-color: #f5f5f5;
/*   border: 1px solid #d4d4d4; */
  *border: 0;
  border-radius: 0; 
  border-bottom: 3px solid green;
 /*  border-bottom-color: #bbbbbb;
  -webkit-border-radius: 2px; */
/*   -moz-border-radius: 2px; */
/*   border-radius: 4px; */
  *margin-left: .3em;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;  
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;   
  z-index: 999;  
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;   
  opacity: .6;
  z-index: 1000;  
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Absolute Center Spinner */
.popupBgCover {
  position: fixed;  
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;   
  z-index: 999;  
}

/* Transparent Overlay */
.popupBgCover:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;   
  opacity: .2;
  z-index: 1000;  
}

.scroll-right {
 height: 24px;	
 overflow: hidden;
 position: relative;
 border: 1px solid black;
}
.scroll-right p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 24px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(-100%);
 -webkit-transform:translateX(-100%);	
 transform:translateX(-100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-right 15s linear infinite;
 -webkit-animation: scroll-right 15s linear infinite;
 animation: scroll-right 15s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-right {
 0%   { -moz-transform: translateX(-100%); }
 100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-right {
 0%   { -webkit-transform: translateX(-100%); }
 100% { -webkit-transform: translateX(100%); }
}
@keyframes scroll-right {
 0%   { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 		
 }
 100% { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 
 }
}

.scroll-left {
 height: 24px;	
 overflow: hidden;
 position: relative;
 border: 1px solid black;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 24px;
 text-align: center;
 white-space: pre;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
/*  -moz-animation: scroll-left 15s linear infinite;
 -webkit-animation: scroll-left 15s linear infinite; */
/*  animation: scroll-left 15s linear infinite; */
 animation-name: scroll-left;
 animation-duration: 15s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
