﻿/* Move down content because we have a fixed navbar that is 50px tall */

html,body {
  min-height: 100%;
}

.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    vertical-align:middle;
    text-align:center;
    vertical-align:middle;
    color:#F0F0F0;
    background-color: rgb(65, 65, 65);
}

.footer p{
    color:#F0F0F0;
}

.footer  a {
    color:#F0F0F0;
}

.footer  a:visited  {
    color:#F0F0F0;
}

.footer  a:link  {
    color:#F0F0F0;
}

.rfixed{
	position:fixed;
	z-index: 3000;
	width:100%;
	top: 0px;
}

.rfixed > table{
	width:100%; 
 	height: 73px;
 	max-height:73px;
 	min-height:73px;
}


.table-summary{
	/*font-size: small; */
	padding-top:2px !important; 
	padding-bottom:2px !important;	
}

.tr1{
	background-color: white !important;
	color: rgb(223,0,36) !important;
	font-weight: bold !important;
	padding-top:10px !important; 

}

.tr1 > th{
	font-size: small; 
	padding-bottom:2px !important;
	border-bottom: 2px rgb(223,0,36) solid !important;
}

.tr-small > th{
	font-size: x-small;	
}

.tr2, .tr2 td{
	background-color: rgb(230,230,230) !important;
	color: black !important;
	padding-top:1px !important; 
	padding-bottom:0px !important;
	border: 1px rgb(210,210,210) solid !important;
}

.td-param {
	font-size: small; 
	padding-top:2px !important; 
	padding-bottom:2px !important;
}
.td-res {
	font-size: small; 
	padding-top:2px !important; 
	padding-bottom:2px !important;
	text-align:right !important;
	padding-right:20px !important;
}

.td-center{
	font-size: small; 
	padding-top:2px !important; 
	padding-bottom:2px !important;	
	text-align:center !important;
}

.td-small{
	font-size: x-small;		
}


.arch-info-bar{
    /* background: #f2f2f2; For browsers that do not support gradients */
}

/* side Nav 
*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    box-shadow: 0 16px 16px 0 rgba(0,0,0,0.2),0 16px 40px 0 rgba(0,0,0,0.19) !important;
}

#main {
    transition: margin-left 0.5s;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.leftsidenavbar {
    display: block;
    padding-top: 26px;  
    padding-right: 0px ;
    padding-bottom: 0px ;
    padding-left: 0px ;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    text-transform: uppercase;
    color:black;
    background: #f2f2f2; /* For browsers that do not support gradients */
}



@media (min-width: 877px) {
  	.leftsidenavbar {
	    font-size:16px;
  	}
}


@media (max-width: 876px) {
	.leftsidenavbar {
	    font-size:10px; 
	}
}


.leftsidenavbar > nav,
.leftsidenavbar > nav > div {		
	border:0px black none;
	margin-top: 2.4px;
}	


.leftsidenavbar li,
.leftsidenavbar li > a{
	width: 100%;
	text-align:left;
	color:black;
}

.leftsidenavbar > div{
  padding: 0px;
  color:red;
}

.leftsidenavbar li:hover,
.leftsidenavbar li > a:hover{
  	color:white;
  	background-color: rgb(139,141,142); 
  	background: rgb(139,141,142);
    border-radius: 150px;
}

.leftsidenavbar li:focus,
.leftsidenavbar li > a:focus{
  	color:white;
  	background-color: rgb(139,141,142); 
  	background: rgb(139,141,142);
    border-radius: 150px;
}

.leftsidenavbar li.active:hover,
.leftsidenavbar li.active:hover > a{
  	color:white;
  	background-color: rgb(139,141,142); 
  	background: rgb(139,141,142);
    border-radius: 150px;
}

.leftsidenavbar li.active,
.leftsidenavbar li.active > a{
  	color:white;
  	background: rgb(223,0,36);
    border-radius: 150px;
}

.nav-glyphicon-small{
	font-size: 15px;	
}
.nav-glyphicon-large{
	font-size: 30px;
	display: block;
    width: 100%;
    text-align: center;
    /*height: 100%;*/
}

.nav-icon-small{
	height:20px;
	width:20px;
}

.nav-icon-large{
	height:40px;
	width:40px;
}


.list-group-itemGMV {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-itemGMV > a{
	width: 100%;	
}




.vcenter {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}


.panel-grey {
  background-color: white;
}

.panel-grey > .panel-heading {
  color: white;
  background-color: rgb(140, 140, 139);
  border-radius: 0px;
  padding-bottom:0px;
  padding-top: 4px;  
  border-radius: 150px;
}
.panel-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f1f1f1;
}
.panel-grey > .panel-heading .badge {
  color: #f1f1f1;
  background-color: #8c8c8b;
}
.panel-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f1f1f1;
}



.btn-primaryGMV{
    background-color: rgb(223,0,36);
  	color: white;
	margin-bottom: 8px;
    padding: 20px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 10px;
    cursor: pointer;
    border-radius: 2px;
    white-space:normal;
    word-wrap:break-word;
	border-style: hidden hidden hidden hidden;
    border-radius: 150px;
    box-shadow: 2px 2px 5px rgb(140, 140, 139);
}

.btn-primaryGMV:hover{
    background-color: rgb(140, 140, 139);
  	color: white;
}

.liGMV:hover{
    background-color: rgb(140, 140, 139);
  	color: white;
}

.liGMVinverse:hover{
    background-color: rgb(223, 0, 36);
  	color: white;
}



/*.btn-shadow{
    //border-style:solid;
    //border-color:black;
    //box-shadow: 4px 4px 10px black;
}*/


.redGMV a{
	color:black !important;
}

.nav-pillsGMV > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px;
}

.redGMV .active a,
.redGMV .active a:hover {
    background-color: rgb(223,0,36) !important;
    color:white !important;

}

.blackGMV a{
	color:black !important;
}

.blackGMV .active a,
.blackGMV .active a:hover {
    background-color: #333333 !important;
    color:white !important;

}


.svConfig {
    width: 50px;
    height: 38px;
    line-height:38px;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-size: 9px;
    margin: 3px 0px 0px 0px;
    padding-top: 9px;
    color: #333;
    font-family: verdana;
}

.svConfig_Off {
    background: url(/assets/images/satelliteNC.png) no-repeat top left;
}

.svConfig_On {
    background: url(/assets/images/satellite.png) no-repeat top left;
}


.GMV-button
{
  	color: rgb(223,0,36);
  	background-color: #f1f1f1;
  	border-color:  rgb(139,141,142);
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	text-align:left;
	border-radius: 5px;	
	padding: 3px;	
}

.GMV-button-pressed
{
  	color: white;
  	background-color: rgb(223,0,36);
  	border-color:  black;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	text-align:left;
	box-shadow: 3px 3px 8px black;
	border-radius: 5px;			
	padding: 3px;	
}


/*Login formats*/
.GMV-button-login{
	background-color:rgb(223,0,36);
	border-color: rgb(223,0,36);
    border-radius: 150px;
}

.GMV-button-login-index{
	background-color: transparent;
	border-color:white;
    border-radius: 150px;
}

.GMV-button-login-index:hover{
	background-color: white;
	border-color:white;
    color: rgb(223,0,36);
}

.btn-gmv, .btn-gmv:visited {
    background-color: rgb(223,0,36);
    border-color: rgb(223,0,36);
    color: white !important;
    transition: background-color 0.25s linear 0s;
    -webkit-transition: background-color 0.25s linear 0s;
    -moz-transition: background-color 0.25s linear 0s;
    -o-transition: background-color 0.25s linear 0s;
    -ms-transition: background-color 0.25s linear 0s;
}

.btn-gmv:hover {
    background-color: #999999;
    border-color: black;
    color: white;
}

.btn-gmv:active {
    background-color: black;
    border-color: black;
    color: white;
}

.form-signin {
  max-width: 330px;
  margin: 0 auto;
}

.form-signin .form-signin-heading{
  margin-bottom: 10px;
}

.form-signin .form-control {

  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* end login formats */





.ol3-button{
	display:block;
	margin:1px;
	padding:0;
	color:#fff;
	font-size:1.14em;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	height:1.375em;
	width:1.375em;
	line-height:.4em;
	background-color:rgba(0,60,136,.5);
	border:none;
	border-radius:2px
}


.GMV-centered-block
{
  	display: block;  
  	margin-right: auto;  
  	margin-left: auto;	
}

.GMV-shadowed-img
{
  	border-color:  grey;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 4px 4px 10px grey;	
	padding: 3px;
	margin-bottom: 20px;
	
}

.dropdown-menu-prn {
  min-width: 140px !important;
}

.control-label {
    width: auto !important;
    padding-top: 6px;
    padding-right: 0px;
}

.info-box {
    z-index:10000; 
    margin: 0 !important;
    padding:0.5em !important;
}

.loading-box {
    text-align:left;
    visibility:hidden;
    width:20px;
    padding-top: 0.6em !important; 
}

.error-box {
    text-align:center;
    z-index:10000; 
    display:none;
    width:auto;
    padding: 5px !important;
    margin-top: 0.3em !important;
}

.contentTitle {
    left:0; 
    right:0; 
    margin:0; 
    text-align:center; 
    font-size:24px;
    font-weight:bold;
    margin-top:20px;
}

input[type=checkbox]:hover {
    cursor:pointer; 
}


.GMV-legend {
    font-style:italic;
    font-weight:bold;
    font-size: 14px;
}

.GMV-legend > li
{
    list-style-type: none;
    margin-top: 10px;
    padding: 0px 0px 1px 30px;
    vertical-align: middle;
}

.GMV-legend_separator
{
    border-bottom:1px rgb(223,0,36) dotted;
}

.GMV-label {
  padding: .2em .6em .3em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-size:1.5em;
}

.GMV-label-primary {
  background-color: rgb(223,0,36) !important;
  color:white !important;
}

.GMV-label-fit-all {
  display: -webkit-box;; 
}

.GMV-label-fit-text {
  display: -webkit-inline-box;
}

.GMV-mapInfo {
    vertical-align:top;
    min-width:170px;
    max-width:190px;
    overflow-x: auto;
}

.GMV-mapInfo > table {
    border-collapse: collapse;
    width: 100%;
    text-align: inherit;
}

.GMV-mapInfo > table td {
    padding:0 0 10px 5px;
}

.GMV-mapInfo > table p {
    padding:0 0 0 5px; 
}

.GMV-mapInfo > table ul {
    padding:0 0 0 5px; 
}

.prnSelector {
    position:relative;
    right:0;
    float:right;
    margin:0 5px;
}

.GMV-map {
    width:100%;
    height:100%;    
    background: #ECEAEC
}

.GMV-news-frame{
	overflow:auto;
	height:100%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	padding:6px;
	border:1px #CCCCCC solid;
}

.GMV-news{
	box-shadow: 1px 1px 2px black;
	border-radius: 5px;
	border:1px #CCCCCC solid;
	padding:5px;
	margin:2px;
	
}

.GMV-news > .newsHeader
{
	color: rgb(223,0,36);
	font-style: oblique;
	font-family: verdana;
	font-size: 13px;
	margin-top:3px;
	margin-bottom: 0px;
}
.GMV-news > .newsBody
{
	color: black;
	font-family: verdana;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.pallete {
    width: 20px; 
    float:left;

    -webkit-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
    -moz-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
    box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px hidden #000000;
}

.pallete-PL {
    height: inherit;

/* pallete HEX colors 
#203882;
#3866A3;
#457BB2;
#66B9D5;
#92F5F4;
#8AF696;
#D0F848;
#EBFA2C;
#F4CE1B;
#EA7B14;
#DC0605;
#AB0302;
*/

    background: rgba(32,56,130,1);
    background: -moz-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 91%, rgba(171,3,2,0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,56,130,1)), color-stop(9%, rgba(56,102,163,0.97)), color-stop(18%, rgba(69,123,178,0.95)), color-stop(27%, rgba(102,185,213,0.92)), color-stop(36%, rgba(146,245,244,0.9)), color-stop(45%, rgba(138,246,150,0.87)), color-stop(54%, rgba(208,248,72,0.84)), color-stop(63%, rgba(235,250,44,0.82)), color-stop(72%, rgba(244,206,27,0.79)), color-stop(81%, rgba(234,123,20,0.77)), color-stop(91%, rgba(220,6,5,0.74)), color-stop(100%, rgba(171,3,2,0.71)));
    background: -webkit-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 91%, rgba(171,3,2,0.71) 100%);
    background: -o-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 91%, rgba(171,3,2,0.71) 100%);
    background: -ms-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 91%, rgba(171,3,2,0.71) 100%);
    background: linear-gradient(to bottom, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 91%, rgba(171,3,2,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203882', endColorstr='#ab0302', GradientType=0 ); 
}

.pallete-AVA {
    height: inherit;

/* pallete HEX colors 
#203882
#AB0302
*/
    background: rgba(32,56,130,0.72);
    background: -moz-linear-gradient(top, rgba(32,56,130,0.72) 0%, rgba(171,3,2,0.72) 0%, rgba(171,3,2,0.72) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,56,130,0.72)), color-stop(0%, rgba(171,3,2,0.72)), color-stop(100%, rgba(171,3,2,0.72)));
    background: -webkit-linear-gradient(top, rgba(32,56,130,0.72) 0%, rgba(171,3,2,0.72) 0%, rgba(171,3,2,0.72) 100%);
    background: -o-linear-gradient(top, rgba(32,56,130,0.72) 0%, rgba(171,3,2,0.72) 0%, rgba(171,3,2,0.72) 100%);
    background: -ms-linear-gradient(top, rgba(32,56,130,0.72) 0%, rgba(171,3,2,0.72) 0%, rgba(171,3,2,0.72) 100%);
    background: linear-gradient(to bottom, rgba(32,56,130,0.72) 0%, rgba(171,3,2,0.72) 0%, rgba(171,3,2,0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203882', endColorstr='#ab0302', GradientType=0 );
}

.pallete-svMon {
    height: inherit;
    
    background: rgba(32,56,130,1);
    background: -moz-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 90%, rgba(171,3,2,0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,56,130,1)), color-stop(9%, rgba(56,102,163,0.97)), color-stop(18%, rgba(69,123,178,0.95)), color-stop(27%, rgba(102,185,213,0.92)), color-stop(36%, rgba(146,245,244,0.9)), color-stop(45%, rgba(138,246,150,0.87)), color-stop(54%, rgba(208,248,72,0.84)), color-stop(63%, rgba(235,250,44,0.82)), color-stop(72%, rgba(244,206,27,0.79)), color-stop(81%, rgba(234,123,20,0.77)), color-stop(90%, rgba(220,6,5,0.74)), color-stop(100%, rgba(171,3,2,0.71)));
    background: -webkit-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 90%, rgba(171,3,2,0.71) 100%);
    background: -o-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 90%, rgba(171,3,2,0.71) 100%);
    background: -ms-linear-gradient(top, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 90%, rgba(171,3,2,0.71) 100%);
    background: linear-gradient(to bottom, rgba(32,56,130,1) 0%, rgba(56,102,163,0.97) 9%, rgba(69,123,178,0.95) 18%, rgba(102,185,213,0.92) 27%, rgba(146,245,244,0.9) 36%, rgba(138,246,150,0.87) 45%, rgba(208,248,72,0.84) 54%, rgba(235,250,44,0.82) 63%, rgba(244,206,27,0.79) 72%, rgba(234,123,20,0.77) 81%, rgba(220,6,5,0.74) 90%, rgba(171,3,2,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203882', endColorstr='#ab0302', GradientType=0 );
}

.GMV-text-shadow {
    /* text-shadow: 2px 2px 2px rgb(100,100,100); */
}




.table_maps {
    border-collapse:collapse;
    width: 100%;
    height:90%;
    position:relative;
    padding:10px;
    margin:0;
}

.table_maps tr {
    width:100%;
    position:relative;
    margin:0;
    vertical-align:top
}

.table_maps td {
    width:50%;
    padding: 0 20px 0px 0;
    position:relative;
    text-align:left;
    margin:0;
}

.summaryMap {
    width:100%;
    height:310px;
    margin-bottom:10px;
}

.arch-summaryMap {
    width:100%;
    height:300px;
    margin-bottom:10px;
}
.arch-perfMap {
    width:100%;
    height:95%;
    margin:10px;
}
.arch-perMap-Large{
    width:100%;
    height: 100%;
    margin: 0 auto;
    background-color:#F1F1F1;
    margin:10px;
    /*margin-left:20px;*/
    
}
.arch-confMap {
    width: 100%;
    height: 400px;
    margin-bottom:10px;
}

.legend {
    position:absolute; 
    right:22px; 
    top:35px; 
    z-index:1000;
    
    background-color:rgba(255,255,255,0.3);
    -webkit-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
    -moz-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
    box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px hidden #000000;
}

.scenflag{
  min-height: 20px;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 3px;
  color:#AAAAAA;
  border-style:solid;
  box-shadow: 4px 4px 10px grey;
  
  -webkit-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
     -moz-box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);
          box-shadow: 3px 4px 10px -1px rgba(0,0,0,0.42);	
}
.scenflag-info{
  background-color: #f5f5ff;
  border: 1px solid blue;
  color:blue;
}


.scenflag-warn{
  background-color: #fffaf5;
  border: 1px solid orange;
  color:orange;
}


.scenflag-err{
  background-color: red;
  border: 1px solid #DF0024;
  color:white;
}

.hover{cursor:pointer}

.GMV-carousel-cover {
    width: 75%;
}

.GMV-carousel-cover-img {
    height:400px !important;
    width:500px !important;
    margin:auto;
}


/* Eclayr pages */
.configTable {
    border-collapse:separate;
    border-spacing: 5px;
    width:100%;
    padding: 5px;

}

.configTable td{
    padding: 5px;
}

.configTable > tbody > tr > td {
    border: 1px solid rgb(223,0,36);
    background-color:rgba(1,1,1,0.06);
    
}

.under_development:after {
  content: url(/assets/images/under_construction.gif); 
  opacity: 0.15;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.under_development > div
{
    background-color:rgba(255,255,255,0) !important;
}
