@import url("../../stylesheets/mapviewerIcons.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

html, body, div {
	padding: 0;
	margin: 0;	
}

html{
	height: 100%;
}

body {
    /*background-color: #FFFFFF;*/
    /*background-image: url("../graphics/page-bgnd.gif");
    background-position: center bottom;
    background-repeat: no-repeat;*/
    font-family: Roboto condensed,Arial,Helvetica,sans-serif;
    font-size: 0.9em;    
    padding: 0;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	height:100%;
}

body.box *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

span, div {
    /*cursor: default;*/
}

a {
    color: #00A3E1;
}

a:link, a:visited {
    text-decoration: none;
}

h1,h2,h3{
	font-weight:normal;
}


.intranetLink {
    cursor: pointer;
    display: inline;
}


.mapBackground{
	-moz-box-sizing: border-box;
    height: 90px;
    margin: 0 auto;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
	background: url('../graphics/map_bgnd.png') center top no-repeat transparent;
	box-shadow:0px 0px 10px 5px gray;
	-ms-box-shadow:0px 0px 10px 5px gray;
	-moz-box-shadow:0px 0px 10px 5px gray;
	-webkit-box-shadow:0px 0px 10px 5px gray;
}

.ie .mapBackground{
	background: url('../graphics/map_bgnd_ie.png') center top no-repeat transparent;
}

#title {
    display: inline;
    font-size: 5em;
    left: 10px;
    letter-spacing: -8px;
    line-height: 0;
    margin-left: 15px;
    position: relative;
    text-decoration: none !important;
    top: 10px;
}

#header {
    color: #001351;
    font-size: 20px;
    position: relative;
}

.logoImage{
	position: absolute;
    right: 10px;
    top: -50px;
    z-index: 0;
}

div#mainContent {
    width: 960px;
}

#mainContent {
	background-image: url("../graphics/page-bgnd.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-box-sizing: border-box;    
    box-shadow: 0 0 20px 5px gray;
	-ms-box-shadow: 0 0 20px 5px gray;
	-moz-box-shadow: 0 0 20px 5px gray;
	-webkit-box-shadow: 0 0 20px 5px gray;
	background-color: rgba(255, 255, 255, 0.6);    
    padding: 20px;
    position: relative;    
	margin: 0 auto;
	min-width: 960px;
	min-height: 100%;
	height: auto;
}


.pageContent {
    min-height: 600px;
    padding-top: 15px;
    width: 100%;
}


/*** BOXES ***/

.clearfix:after{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	margin-bottom: 20px;
}

.full{
	display: block;
}

.cell{
	float: left;
	width: 48%;
	padding-right: 5px;
}

.topicName{
	font-size: 20px;
	color: #001351;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.topicDesc{
	
}

.switched .topicName,
.switched .topicDesc{
	
}


.themes .topicName{		   
	font-size: 18px;
}

.themes .full:hover .topicName{
	font-size: 18px;	
}

.theme{
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.themes .theme:hover{
	box-shadow: 0 2px 7px -3px #000000;
	-moz-box-shadow: 0 2px 7px -3px #000000;
	-ms-box-shadow: 0 2px 7px -3px #000000;
	-webkit-box-shadow: 0 2px 11px -3px #000000;	
	/*background-color: rgb(200,230,250);*/
	background-color: white;
}

.appLink{
}

span.icon-lock {
  color: gray;
  position: relative;
  top: 1px;
  font-size: 20px;
}

.locked{
	/*background: url("../graphics/locked_large.png") center right no-repeat transparent;*/
}

.locked .icon-lock{
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	position: relative;    
}

.themes .theme:hover.locked .icon-lock{
	color: red;
}

/*
.themes .theme:hover,
.themes .theme:hover .topicName,
.themes .theme:hover .topicDesc{
	cursor: pointer;
}
*/
.infoPoint{
	border-left: 2px solid lightGray;
    display: inline;
	line-height: 2em;
}

#ieWarning .topicName,
#ieWarning .topicDesc{
	color: red;
}

#ieWarning .topicName{
	font-size: 20px;
}
#ieWarning .topicDesc{
	font-size: 12px;
}

.messageGlobal{
	position: absolute;
	opacity: 1;
	top: 92px;	
	z-index: 1;
	width: 100%;
	text-align: center;	
	background-color: rgba(255,0,0,0.8);		
	color: white;
	cursor: pointer;
	visibility: visible;
	transition: visibility 0s linear 0.5s,opacity 0.2s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.2s linear;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.2s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.2s linear;
}

.messageGlobal.dismissed{
	visibility: hidden;
	opacity: 0;
}

.messageGlobal *{
	cursor: pointer;
}

.messageGlobal div{
	display: inline-block;
	max-width: 850px
}

.messageGlobal span{
	opacity: 0.5;
	font-size: 0.75em;
}

.messageLocal{
	position: relative;
	width: 100%;
	background-color: rgba(255,0,0,0.8);
	color: white;	
}

.ie .messageGlobal, .ie .messageLocal{
	background-color: rgb(255,0,0);
}
