﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
	height: 100%;
	width: 100%;
}

body {
    background-color: #fff;
    color: #333;
    /*font-size: .85em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
	height: 95%;
	width: 100%;
}

/*a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup,
 section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

#dialog
{
	width: auto;
	height: auto;
	z-index: 1200;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.selectInDialog {
	width: 400px;
	height: auto;
}

.loginOverlay {
	position: absolute;top:200px;left:30%;height:100px;width:200px;background-color: aqua;z-index: 100;border-radius: 10px;padding:10px;border-style: solid; border-color: white;border-width: 6px;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
   /* max-width: 960px;*/
	position: relative;
}
.main-content {
	height: 100%;
}

#body {
    background-color: #efeeef;
    clear: both;
	height: 100%;
}
    /*.main-content {
        padding-left: 10px;
        padding-top: 30px;
    }*/

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}



/* menu
----------------------------------------------------------*/
/*ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }*/


/*nav {
	margin: 1px auto; 
	text-align: center;
	
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 2px;
	border-radius: 1px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
		
	nav ul li a {
		display: block;
		padding: 2px 4px;
		color: #757575; text-decoration: none;
	}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a; position: relative;
	}
	nav ul ul li a {
		padding: 5px 4px;
		color: #fff;
	}	
	nav ul ul li a:hover {
		background: #4b545f;
	}

		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}*/
	
.nav > li > a {
	padding: 10px;
}


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}



	

	
.button2 {
    -moz-box-shadow:inset 0px 1px 0px 0px #4b545f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4b545f;
	box-shadow:inset 0px 1px 0px 0px #4b545f;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid;
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	
}.button2:hover {
	
	text-decoration: none;
}.button2:active {
	position:relative;
	top:1px;
}
 .b_gray {
	 color:#999999;
	 border-color: #787878;
	 background-color:#5f6975;
	 text-shadow:1px 1px 0px #4f5964;
 }
 .b_gray:hover {
	 background-color:#6b727c;
 }
 .b_green {
	 color:#306108;
	 border-color: #268a16;
	 background-color:#77d42a;
	 text-shadow:1px 1px 0px #aade7c;
 }
 .b_green:hover {
	 background-color:#5cb811;
 }
 .b_red {
	 color:#ffffff;
	 border-color: #d83526;
	background-color:#d11702;
	color:#ffffff;
	text-shadow:1px 1px 0px #b23e35;
 }
 .b_red:hover {
	 background-color:#fc0000;
 }
 .red.ui-button.ui-state-active .ui-button-text {
    color: red;
    background-color: pink;
}
 .green.ui-button.ui-state-active .ui-button-text {
    color: green;
    background-color: greenyellow;
}
 .blue.ui-button.ui-state-active .ui-button-text {
    color: blue;
    background-color: blueviolet;
}
/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}


/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    /*font-size: 1.2em;
    font-weight: 600;*/
}

label.checkbox {
    display: inline;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/* Leaflet */
#map {
	height: 400px;
	width: 450px;
}

.div-table{
  display:table;         
  width:-moz-max-content;         
  background-color:#eee;         
  border:1px solid  #666666;         
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
	margin-left: 1px;       
  background-color:#ccc;  
}

input[type="button"].jeditable-activate {
	height: 30px;
	width: 30px;
	font-weight: 100;
	padding: 1px;
}

.tablecol50 {
	width: 50px;
}
.tablecol75 {
	width: 75px;
}
.tablecol100 {
    width: 100px;
}
/*------- Tooltip ----------------*/ 	 
	         a.tooltipx {outline:none; } 	 
	         a.tooltipx strong {line-height:30px;} 	 
	         a.tooltipx:hover {text-decoration:none;} 	 
	         a.tooltipx span {
		          z-index:10;
				  display:none;
				   padding:14px 20px; 
				   margin-top:-30px; 
				   margin-left:28px; 
				   width:240px; 
				   line-height:16px;
				   border-radius:4px; 	 
	                  -moz-border-radius: 4px; 	 
	                  -webkit-border-radius: 4px; 	 
	                  -moz-box-shadow: 5px 5px 8px #CCC; 	 
	                  -webkit-box-shadow: 5px 5px 8px #CCC; 	 
	                  box-shadow: 5px 5px 8px #CCC; 	 
	         } 	 
	         a.tooltipx:hover span { 	 
	                  display:inline; position:absolute; 	 
	                  color:#111; border:1px solid #DCA; background:#fffAF0; 	 
	         } 	 
	         .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} 	 
	         
	         

@media (max-width:779px) {
		.navbar-brand {
			 padding: 5px;
		}
		.navbar-image {
			width: 200px;
			margin-top: 5px;
		}
		.leaflet-control-zoom-fullscreen {
			display: none;
		}
}
@media (min-width: 780px) {
	.navbar-brand {
		padding: 10px;
	}
	.navbar-image {
		height: 28px;
	}
}