html, body {
    height:100%;
}

#bgWrapper {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    /*background: url(img/bigdsc00457.jpg) no-repeat center center fixed;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:-1;
    overflow-y:hidden; overflow-x:hidden; margin:auto;
}

#bgBody {
  background-color:rgba(255,255,255,0.7);
  width:100%;
  height:100%;
  z-index:-1;
}

#mainView {
  background-color:rgba(255,255,255,0.7);
  top:100px;
  bottom:0px;
  height:100%;
}

/****************************************************** WEBCAM ************************************************/

div.webcam {
    display: inline;
    padding: 0px;

}

.webcam table {
    border: 1px solid black; /*#2d363f; */
    margin: 5px;
    float:left;
    height: 290px;
    width: 300px;
    text-align:center;
    /*
    border-collapse: collapse;
    */
    border-collapse:separate;
    border-spacing: 0;

    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;

	box-shadow: 10px 10px 5px #888888;

	background-color:#9aa3ac;
}

.webcam th {
    background:black;
    color: white;
    font-weight: bolder;
    height: 20px;
    text-align:center;

    -moz-border-topleft-radius:12px;
    -webkit-border-top-left-radius:12px;
    border-top-left-radius:12px;
    -moz-border-topright-radius:12px;
    -webkit-border-top-right-radius:12px;
    border-top-right-radius:12px;
}

.webcam td {
	background-color:#9aa3ac;
	font-size:14px;
    font-family:Arial;
    font-weight:normal;
    color:#f7f7f7;
}

.webcam td:last-child {
    -moz-border-bottomleft-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;
    -moz-border-bottomright-radius:12px;
    -webkit-border-bottom-right-radius:12px;
    border-bottom-right-radius:12px;
}

.webcam td a {
    color: #cedeff;
}

.webcam img {
    width: 300px;
    max-height:226px;
}

.angular-google-map-container { height: 400px; }

div.stub {
    background-color: transparent;
    text-align: center;
    display: table;
    border: 1px dashed #00f;
    margin: auto;
}


/****************************************************** ... ************************************************/

/*
body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/