/* See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * Esri Inc. licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext);

*{
	font-family: inherit;
	padding: 0;
	margin: 0;
}

 * html .visualIEFloatFix { height: 0.01%; }
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, th {
	margin: 0pt;
	padding: 0pt;
}

body, html {
    background:#FFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
	color: #777777;
	min-height: 100%;
	min-width: 100%;
	
}
body {
	color: #444444;
    font-family: "Source Sans Pro", Arial, Verdana, sans-serif !important;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	padding: 0pt;
   
}
bodyPortal{

    background:#E8E8E8;
    background-image: url(images/mk_background_body.png),url(images/mk_background_body_footer.png);
    background-position: top,bottom;
    background-repeat:repeat-x;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
	color: #777777;
	
}


div#gptMainWrap {
	max-width: 880px;
	padding: 0 3em 3em;
	box-sizing: border-box;
	background: #fff;
}

#footer-rights
{
    width:525px;
    position:relative;
    left:50%;
    margin-left:-252px;
    text-align:center;
    font-size:12px;
    color:#777;
    font-weight:100;
    font-size:12px;
    top:190px;
}

a:link, a:visited {
	color:#AE4F0C;
	text-decoration:none;
}
a:visited {
	color:#222222;
}
a:hover, a:focus {
	color:#FF6200 !important;
}
a:focus {
	/*background:#FFFFCC none repeat scroll 0%;*/
}

/*
a.imglink:link, a.imglink:visited {
	border:medium none;
}
a.imglink:hover {
	background:transparent none repeat scroll 0%;
}
*/
h1, h2, h3, h4, h5, h6 {


}
h1 {
	display: block;
	display: none;
    font-size: 28px;
    color:#444444;
    
    line-height: 32px;

    padding:5px 5px 5px 8px;

    line-height:1.19em;
    
    font-weight:300;

    margin:0 0px 0px 0px
}

h2 {
	clear:both;
	font-size:1.5em;
	line-height:1.3;
	margin:1.2em 0pt 0pt;
}
h3 {
	font-size:1em;
	font-weight:bold;
	margin:0.5em 0pt 0pt;
	text-transform:uppercase;
}

hr {
	background-color: #CCCCCC;
	border: 0pt none;
	height: 1px;
}

table {
	border-collapse: collapse;
}
th {
	text-align: left;
}

/**
 * helper classes (IE Fix)
 */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {
}
.clearfix {
	display:block;
}
.nowrap {white-space: nowrap;}

/**
 * MAIN WRAPPER
 */
#gptMainWrap {
	background: #FFFFFF none repeat scroll 0%;
	margin: 0pt auto;
	max-width: 88em;
	min-width: 1200px;	
	position: static;
}
/*
#content {
	clear: both;
}
#main {
	float: left;
	margin: 1em 0pt;
	overflow: hidden;
	width: 62%;
}
*/

/**
 * TOP BAR
 */
#gptTopBar {
	/*background: #F1EFE7 none repeat scroll 0%;*/
	margin: 0pt 0pt 5px;
	padding: 0pt 1em;
	height: 1.5em;
	padding: 0.5em;
	display: none;
}
#gptTopBar span {
	float: right;
	padding: 0 1em;
}
#gptSkip a:link, #gptSkip a:visited {
	color: #333;
	font-weight: normal;
	padding-right: 10px;
}
#gptSkip a:focus, #skip a:active, #gptSkip a:hover {
	background-color: #FFFFCC;
	color: #333;
	text-decoration: underline;
}

/**
 * SKIP
 */
#gptSkip {
	width: 12em;
	float: left;
	display: none;
}
#gptSkip li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	font-size: 0.94em;
	margin: 0pt 1em 0pt 0pt;
	padding: 0pt;
}
#gptSkip a:link, #gptSkip a:visited {
	background: transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;
}

/**
 * NAVIGATION TOP
 */
#gptTertiaryNavigation form {
	float: right;
}
#gptTertiaryNavigation a {
	margin: 0 1em 0 0;
}

/**
 * HEADER
 */
#gptBanner {
	background-image: url(images/meta.svg);
    background-position: center left;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: contain;
	margin: 2em 0;
  	height: 10em;
    width: 100%;
	box-sizing: border-box;
}
/*
#gptBanner img {
	bottom: 0pt;
	color: #FFFFFF;
	left: 0pt;
	position: absolute;
}
*/
#gptTitle {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 2em;
	color: #FFF;
    text-decoration: none !important;
}
#gptSubTitle {
	display: none;
	float: left;
	font-size: 2em;
	
	color: #FFF;
    text-decoration: none !important;
	
}
#gptBanner a, #gptBanner a:hover {
	color: #333;
	font-size: 15px;
	margin-right: 1em;
	margin-bottom: 0em;
	padding-top: 0em;
	text-decoration: none;
    float: right;
	display: block;
}
#gptBanner span {
	color: #FFF;
	margin-right: 1em;
	padding-top: 0.5em;
    float: right;
}

/**
 * NAVIGATION
 */
#gptPrimaryNavigation {
	border:0;
  	border:solid 0px #eee;
	background-color: #ffffff;
	box-shadow: 0px 1px #E6CA32 inset, 0px -1px #E6CA32 inset;
}
/*
#gptPrimaryNavigation ul {
	background:#D41E00 url(images/nav-tab.gif) repeat-x scroll 0%;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}
#gptPrimaryNavigation li {
	display:inline;
	margin:0pt;
	padding:0pt;
}
*/
#gptPrimaryNavigation form {
	height: 6em;
}

#frmPrimaryNavigation{	
	padding-left: 2em;
}

#gptPrimaryNavigation a {
	/*background: #D41E00 url(images/nav-tab.gif) repeat-x scroll 0%;
	border-bottom: medium none;
	border-left: 1px solid #FE633A;
	border-right: 1px solid #BB1600;
	color: #FFFFFF;*/
    color:#FCFCFC;
	display: block;
	float: left;
	font-size:20px;
    font-weight:bold;
	padding:20px 11px 15px 11px;
    margin:0px;
    overflow:visible;
    
    /*
	font-size: 1.1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.5em;
	margin-top:20px;
	padding: 0pt 16px;
	text-decoration: none;/*
	
	width: auto;
}
#gptPrimaryNavigation a:hover, #gptPrimaryNavigation a:focus, #gptPrimaryNavigation a:active {
	/*background: #B31203 url(images/nav-tab.gif) repeat-x scroll 0pt -150px;*/
   
    color:#222222;
}

#gptPrimaryNavigation a:hover{
	box-decoration-break: inset 0px -2px 0px 0px rgba()
}

#gptPrimaryNavigation .current {
	/*background: #720000 url(images/nav-tab.gif) repeat-x scroll 0pt -300px;*/
    
    color:#0087c6;
}

#frmBanner {
	float: right;
}
#frmBanner a{
  
   
}

/**
 * SECONDARY NAVIGATION
 */
#gptSecondaryNavigation {
	clear: both;
	padding: 0;
	margin: 0 0 1em 0;
	width: 100%;
}
#gptSecondaryNavigation A {
	margin: 0 1em 0 0;
	font-size: 1.1em;
}
#gptSecondaryNavigation .current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#gptSecondaryNavigation a:visited {
  color:#AE4F0C;
}
#gptSecondaryNavigation a.current:visited {
  color:#000;
}

/**
 * BODY
 */
#gptBody {
	margin: 3em 0;
	overflow: visible;
}

/**
 * MENU
 */
#gptMenu {
	background: #F9F9F9 none repeat scroll 0%;
	color: #555555;
	float: left;
	margin: 1em 1em 1em 0;
	padding: 1em 0.5em 1em 1em;
	/* width: 25%; */
}
#gptMenu h3 {
	background:transparent url(/i/icon-flag.gif) no-repeat scroll 0pt 50%;
	color:#8A8E27;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0pt;
	line-height:1;
	margin:0pt 0pt 0.25em;
	padding-left:22px;
	text-transform:none;
}
#gptMenu dl {
	margin-top:-0.5em;
}
#gptMenu dt {
	margin-top:1em;
}
#gptMenu dd {
	margin:0pt;
}

#gptMainMenu {
	clear: both;
	float: left;
	margin: 1em 0pt;
	overflow: hidden;
	width: 70%;
}


/**
 * FOOTER
 */
#gptFooter {
    background-position: 50% 26%,center;
    background-repeat:no-repeat,repeat-x;
	color:#333;
	
    text-align:center;
	
}
/*
CIASTECZKA:)
*/
.cookiesEU-close{
border:none;
  color:#ffffff;
  font-size:30px;
  height: 53px!important;
  width: 53px!important;
  line-height:53px;
  background: url("close-st1.png") no-repeat 50% #060606;
 
  float:right;
  padding:10;
  margin:0;
  cursor:pointer;
 

}
.cookiesEU-close:hover{
 background: url("close-st1.png") no-repeat 50% #FFD700;
 }
.cookiesEU-close:link{
 color: #ffffff;
 }
#cookiesEU-box{
  width:100%;
  color: #ffffff;
  text-shadow: -1px 0 0 rgba(0, 0, 0, .3);
  font-size:12px;
  line-height:20px;
  margin:2px 0 0;
  text-align:center;
  position:fixed;
  left:0;
  min-height: 53px!important;
  z-index:1000020;
  background:#28292a;
  background: rgba(0,0,0,.8);
 
  padding:0;
}
.cookiesEU-text
{
    
  float:left;
  margin:4px 0 0 10%;
  max-width: 75%;
  width: 75%;
}
/*
#gptFooter ul {
	background:#FFFFFF none repeat scroll 0%;
	font-size:0.94em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:1em;
	text-align:right;
}
#gptFooter li {
	display:inline;
	margin:0pt;
	padding:0pt 0pt 0pt 0.25em;
}
#gptFooter li:before {
	content:"ï¿½ ";
}
#gptFooter li:first-child:before {
	content:"";
}
*/


/**
 * Homepage - Tables
 */
 /* LEFT Table */
.homeTableLeftHeader {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url(images/bg_mainTableTop.gif) repeat-x scroll 0% 0%;
	height: 24px !important;
	overflow: hidden;
}
.homeTableLeft {
	background: #F2EED6 url(images/bg_mainTableLeft_body.gif) repeat-y scroll right center;
	height: auto !important;
	padding: 1em;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}
.homeTableLeftHeaderImageL {
	float: left;
	background: url(images/bg_mainTableTop_left.gif) no-repeat;
}
.homeTableLeftHeaderImageR {
	float: right;
	background: url(images/bg_mainTableTop_right.jpg) no-repeat;
}
.homeTableLeftFooter {
	background:#F2EED6 url(images/bg_mainTableLeft_bottom.gif) repeat-x scroll center bottom;
	height: 14px !important;
}
.homeTableLeftFooterImageL {
	float: left;
	background: url(images/bg_mainTableLeft_bottomL.gif) no-repeat;
}
.homeTableLeftFooterImageR {
	float: right;
	background: url(images/bg_mainTableLeft_bottomR.gif) no-repeat;
}

/* RIGHT Table */
.homeTableRightHeader {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url(images/bg_mainTableTop.gif) repeat-x scroll 0% 0%;
	height: 24px !important;
	overflow: hidden;
}
.homeTableRight {
	background: #DFF0F8 url(images/bg_mainTableRight_body.gif) repeat-y scroll right center;
	height: auto !important;
	padding: 1em;
	font-size: 1.2em;
	vertical-align: top;
	width: 50%;
	font-weight: bold;
	text-align:center;
}
.homeTableRightHeaderImageL {
	float: left;
	background: url(images/bg_mainTableTop_left.gif) no-repeat;
}
.homeTableRightHeaderImageR {
	float: right;
	background: url(images/bg_mainTableTop_right.jpg) no-repeat;
}
.homeTableRightFooter {
	background:#F2EED6 url(images/bg_mainTableRight_bottom.gif) repeat-x scroll center bottom;
	height: 14px !important;
}
.homeTableRightFooterImageL {
	float: left;
	background: url(images/bg_mainTableRight_bottomL.gif) no-repeat;
}
.homeTableRightFooterImageR {
	float: right;
	background: url(images/bg_mainTableRight_bottomR.gif) no-repeat;
}

table td.homeTableColLeft {
	width: 400px;
	vertical-align: top;
	text-align: center;
	padding: 1em 1em 1em 2em;
	box-shadow: 0px 1px #E6CA32 inset, 0px -1px #E6CA32 inset;
	background-color: #ffffff;
}
table td.homeTableColRight {
	vertical-align: top;
	text-align: center;
	padding: 1em;
	background: rgba(139, 194, 64, 0.2);
	display: none;
}
.homeTableCol {
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	font-size: .9em;
	margin: 0pt auto;
	width: 100%;
}

.homeTableCol tr:nth-child(n+2){
	display:none;
}

[class*="homeTable"]{
	background: none;
	padding: 0px;
	font-size: 20px;
	text-align: left;
	color: #222;
}

.homeTableLeftHeaderImageL, .homeTableRightHeaderImageL{
	width:0px;
}

span#cmPlPgpPageBody > table{
	border-collapse: collapse;
}

.homeTableLeft p{
	display: none;
}

#hpFrmSearch > input{
	font-size: 1.1em;
	padding: 0.3em;
	height: auto;
}


/**
 * GRID
 */
.grid {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.grid th {
	color: #8E4C4D;
	margin: 0;
	padding: 0em;
	line-height: 1em;
	font-size: 0.9em;
	font-weight: bold;
}
.grid th a {
	color: #8E4C4D;
}
.grid td {
	border-top: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	padding: 0.1em 0.2em;
}
.grid .rowOdd {
	background-color: #F5F1EC;
}
.grid .rowEven {
	background-color: #FFF;
}
.grid .ascending {
	padding: 2px 5px 2px 15px;
	background: url(images/sort_asc.gif) no-repeat 4px;
}
.grid .descending {
	padding: 2px 5px 2px 15px;
	background: url(images/sort_desc.gif) no-repeat 4px;
}

/**
 * NAV (pagination)
 */
.nav {
	margin: 5px 0;
	line-height: 2em;
	font-size: 0.9em;
}
.nav .result {
	margin: 0 1em 0 0;
}
.nav a, .nav a:visited, .nav a:active {
	background-image: url(images/button_bg_orange.gif);
	border: #BD6B12 1px solid;
	background-color: #EFE5E5;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0em 0.2em;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	background-image: url(images/button_bg_orange_over.gif);
	color: #000;
}
.nav .current {
	background-image: url(images/button_bg_orange_over.gif);
	color: #000;
	font-weight: bold;
}

input[type="button"],input[type="reset"],input[type="submit"], button {
	border: #BD6B12 0px solid;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
	position: relative;
	white-space: nowrap;
	padding: 0.3em;
	height: auto;
	cursor: pointer;
	background: #FFF500;
	transition: box-shadow 0.25s;
		box-shadow: inset 0px -4px 0px 0px #E6CA32;
	margin-right: 5px;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover, button:hover {
	box-shadow: inset 0px -8px 0px 0px #E6CA32;
}

input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active, button:active{
	box-shadow: inset 0px -120px 0px 0px #E6CA32;
}

input[type="text"]{
	box-shadow: 0px 2px #E6CA32;
	background: rgba(255, 245, 0, 0.1);
	border: none;
	padding: 0.3em;
	height: auto;
}

/**
 * TAB menu on the SEARCH page
 */
ul#navigation, ul#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0 0.5em;
}
ul#navigation li {
	float: left;
	margin-left: 5px;
	text-align: center;
}
ul#navigation a {
	display: block;
	text-decoration: none;
	padding: 3px 15px;
	color: #990000;
	background: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 0;
}
ul#navigation a:hover {
	text-decoration: underline;
}
ul#navigation li.selectedNav a {
	background: #990000; 
	color: #FFF;
}


/**
 * general style classes used throughout the app
 */
.requiredField {
	font-weight: bold;
	font-style: italic;
}
.requiredFieldNote  {
	display: block; 
	margin-top: 10px; 
	font-size: x-small;
}
.note {
	display: block; 
	margin-top: 5px; 
	font-size: x-small;
}
.hint {
	color:#999999;
	margin-left:0.5em;
}
.prompt {
	font-size:1.2em;
    color:#777777;
    font-weight:100;
	display: block;
	margin-bottom: 1.5em
}

/**
 * MESSAGES
 */
#cmPlPgpGptMessages {
	width: 100%;
}
#cmPlMsgsPageMessages {
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 0.5em 0em;
}
.successMessage {
	border: 1px solid #22B300;
	background: url(images/success.png) #B5E6A9 no-repeat 6px 6px;
	padding: 5px 30px;
    list-style-type: none;
}
.errorMessage {
	border: 1px solid #EA6A31;
	background: url(images/error.png) #F5C4A1 no-repeat 6px 6px;
	padding: 5px 30px;
    list-style-type: none;
}

/**
 * FORMS
 */
.formTable       {margin: 10px 0px 0px 0px;}
.formLabelColumn {
	text-align: right;
	vertical-align: top;
}
.formInputColumn {text-align: left; vertical-align: top;}
.formBackButtonColumn {text-align: center;}







.pageContent, .pageContentRight, .pageBody {
	width: 100%;
}






/* styles for a map toolbar */
.mapToolbar {text-align: left;}
.mapToolbar img {text-align: left; vertical-align: middle;
                          cursor: hand; cursor: pointer;}
.mapToolbar img.firstTool {margin-left: 20px;}
.mapToolbar .locatorInput {width:20em;}
.mdEditor .mapToolbar .locatorInput {margin-left: 50px;}

.locatorCandidates {
	display: none;
	font-size: x-small;
	text-align: left;
	background-color: #fffff;
	border: 1px solid #000000;
}
.locatorCandidates a {
	display: block;
}
.locatorCandidates a:link, .locatorCandidates a:visited {
	border-bottom:1px solid;
}
.locatorCandidates h4 {
	margin: 2px;
}

/**
 * METADATA EDITOR
 */
.section {
	display: block;
	width: 99%;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

.sectionCaption {
	margin: 0 0.5em;
}

.mandatorySectionHeader {
	/*margin: 10px 0px 5px 0px;
	border: 1px solid #777380;
	background: #5E0001 url(images/caption_background.gif) repeat-x;
	color: #FFF;*/
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
.mandatorySectionHeader .sectionCaption {
	margin: 0 1em;
}

.exclusiveSectionHeader {
  margin: 10px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #777380;
  background-image: url(images/caption_background.gif);
  background-repeat: repeat-x;
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
}
.exclusiveSectionHeader label {cursor: hand; cursor: pointer;}

.optionalSectionHeader {
	/*
	margin: 10px 0px 5px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #777380;
	background-image: url(images/caption_background.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
	*/
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
.optionalSectionHeader label {cursor: hand; cursor: pointer;}

.sectionBody {
	margin: 0px 0px 0px 20px;
	/*border-left: 1px solid #cccccc;*/
}


.parameters {}
.parameterLabel {
	text-align: right;
	vertical-align: top;
}
.parameterInput {text-align: left;}





/* Styles for iso theme popup */
.gptGridIsoThemeHeader {
    background-color: #428FBD; 
}
.gptGridIsoLookupItem {
    background: transparent url(images/arrow.gif) no-repeat scroll 0%;
    padding: 0px 0px 0px 20px;
    background-position: left 7px;
}


/* Styles for harvest report */
.report .grid .ok      {border-bottom: 1px solid;}
.report .grid .err     {background-color: #ff4444; border-bottom: 1px solid;}
.report .grid .errdesc {background-color: #ffaaaa; border-bottom: 1px solid;}
.report a {
  padding: 2px 5px 2px 4px;  
  color: #000000;
}
.report a:link, 
.report a:visited, 
.report a:active {color: #000000;}
.report .dot {
  border: none;  
  position: relative;
  top: 1px;
}


/**
 * SEARCH RESULTS
 */
.resultsContainer {
	/*
	height: 200px;
	overflow-y: scroll;
	*/
	padding: 0px;
	width: 100%;
}
.selectedResultRow {
  background-color: #EDF8FF;
  border: 1px solid #CCC;
}
.selectedResultRowLight {
  /background-color: #D4EEFF; 
  border: 1px solid #CCC;
}
.noneSelectedResultRow {
	background-color: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 1.5em;
	/background: #FFF url(images/small_bg.gif) repeat-x;
}

[class*="electedResultRow"]{	
	border: 1px solid #FFF;
	margin-bottom: 1em;
	transition: background-color 1s;
}

.metadataInfoSection a {
	margin-right: 1em;
}
.metadataInfoSection {
	width: 96%;
}
.metadataExpansionGifSection {
	
}
.gptDisabledInputElement {
  color: black;
  background-color: #DDDDDD;
  border-color:#999999 rgb(102, 102, 102) rgb(102, 102, 102) rgb(153, 153, 153);
  border-style:solid;
  border-width:1px;
  color:#222222;	
  cursor: default;
}
.recordTitle {
  width: 90%;	
}
.recordExpansinoImage {
	width: 10%;
}


.searchBox {
	width: 280px;	
}
.mySearchesContainer {
	border: 1px solid #E5E5F0;
	background: #F2F2F7;
	padding: 0.5em;
	display: block;
	width: 97%;
	margin-bottom: 1em;
}

.resultsContainer {
	/*
	display: block; 
	overflow: auto; 
	border: 1px solid #990000;
	clear: both; 
	padding: 0.5em; 
	height: 500px;
	*/
}
.resultsTitle {
	font-size: 1em;
	font-weight: bold;
}
.resultsIcon {
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.resultsContent {
	font-size: 0.9em;
}
.resultsThumbnail {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.resultsLink {
	margin: 0 0.5em;
	font-size: 0.9em;
	float: left;
	white-space: nowrap;
}
.resultsLinkRestApi {
	margin: 0 0.5em;
	/*white-space: nowrap;*/
}


/**
 * jQuery UI Datepicker
 */
#datepicker_div, .datepicker_inline {
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #DDD;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #333;
	z-index: 1000;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #DDD !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #DDD;
	color: #000;
}
*html .datepicker_prompt {
	width: 185px;
}
/* clear & close */
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.datepicker_control {
	background: #0A246A;
	padding: 2px 0px;
}
/* month prev & next */
.datepicker_links {
	background: #F5F1EC;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label {
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 2px 0 3px;
	background: #6F0000;
	text-align: center;
	font-weight: bold;
	height: 1.5em;
}
.datepicker_header select {
	background: #FFF;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #F5F1EC;
	color: #000;
}
.datepicker .datepicker_daysRow {
	background: #FFF;
	color: #666;
}
.datepicker_weekCol {
	background: #B1DB87;
	color: #000;
}
.datepicker .datepicker_daysCell {
	color: #000;
	border: 1px solid #CCC;
}
.datepicker .datepicker_daysCell a {
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #F5F1EC;
}
.datepicker .datepicker_daysCellOver {
	background: #FFF;
	border: 1px solid #6F0000;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #B77F7F !important;
	font-weight: bold;
}
.datepicker_currentDay {
	background: #6F0000 !important;
	font-weight: bold;
}
.datepicker_currentDay a {
	color: #FFF !important;
}
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	border-bottom: none;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a {
	padding: 2px 5px !important;
	color: #FFF !important;
}
.datepicker_control a:hover {
	background: #FFF !important;
	color: #333 !important;
}

.datepicker_links a {
	padding: 2px 5px !important;
	color: #333 !important;
}
.datepicker_links a:hover {
	background: #FFF !important;
	color: #333 !important;
}

.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.datepicker_multi .datepicker {
	border: 1px solid #83C948;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

/**
 * HELP
 */
.gptHelp {
	background: #FFF;
}
#gptHelpMenu {
	margin: 1em;
	margin-top: 5em;
	padding: 1em;
	width: 18em;
	float: right;
	background: #F4F4F4;
	border: 1px solid #CCC;
}
#gptHelpContent {
	margin-top: 1em;
	padding: 1em;
	background: #FFF;
	border-bottom: 5px solid #F1EFE7;
}
#gptHelpContent UL {
	margin-left: 15px
}

.scrollPanel {
  height: 400px;
  width: 300px;
  overflow: auto;
  padding: 8px;
  display:block;
  border: 1px solid #CCC;
}

.toggleScrollPanel {  
   height: 30px;
  width: 200px;
  overflow: auto;
  padding: 8px;
  display:block;
  border: 1px solid #CCC;
}

.aclLink {
	cursor: hand; 
	cursor: pointer;
	text-decoration: underline;
}


.modalContent {
  border: 1px solid #000000; 
  padding: 5px;
  background: #FFFFFF;
  width: 400px;
}

.tundra .dijitDialogTitleBar {
  background: #000;
  cursor: move;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  padding:5px 6px 3px 2px;
  color: #FFF;
	padding: 8px;
	display: flex;
	justify-content: space-between;
}

.tundra .dijitDialogPaneContent{
	border: 0px solid !important;
}

.dijitDialog{
	border-width: 4px 0px !important;
	border-color: #000 !important;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.dijitContentPane.map{
	border: 0px solid !important;
	margin-top: 2em;
}

.modalContentBody {
  position: relative;
  width: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  overflow-x: auto; 
  overflow-y: auto;
  float: left;
}

.resourceLinks  {
 margin: 0px;
 padding: 0px;
}

.resourceLinks tr {
 display: inline; 	
 margin: 0px;
 padding: 0px;	
}

#djtCntDistributedSearches {
  margin-top: 1em;
  margin-bottom: 0em;
}

#cntDistributedSearchesConfigHeader {
  margin: 0 0.5em;
}

#djtCntDistributedSearches .sectionCaption {
  font-weight: bold;
}

#djtCntDistributedSearches .sectionCaptionRemark {
  font-size: xx-small;
}

/**
 * Rest response snippets
 */

.browse-results {
	padding: 4px;
}

.browse-results .browse-results-header {
	white-space: nowrap;
}

.snippet {
  margin: 4px 0px 4px 0px;
  border: 1px solid #CCC;
  background: #FFF url(images/small_bg.gif) repeat-x;
}
.snippet .title {
	font-size: 1em;
  font-weight: bold;
  padding: 1px;
  color: #AE4F0C;
  cursor: hand; cursor: pointer;
}
.snippet .title img {
  margin-right: 0.5em;
  padding: 1px;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.snippet .abstract {
  margin: 4px 0px 4px 12px;
  font-size:0.9em;
}
.snippet .links {
  xdisplay: none;
  margin: 4px 0px 4px 12px;
}

.snippet .links a:link, .snippet .links a:visited {
	margin: 0 3px;
	font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px dotted;
  color: #AE4F0C;
  text-decoration: none;
}

.snippet .links a:hover, .snippet .links a:focus {
	margin: 0 3px;
	font-size:0.9em;
  font-weight: bold;
  border-bottom-style: solid;
  color: #D03900;
}

/**
 * Assertions (ratings, comments, ...)
 */
 
.asn-openid {margin-bottom: 10px;}
.asn-openid span {
  margin: 2px 4px 8px 0px;
}
.asn-openid a {
  margin: 2px 4px 8px 4px;
}
.asn-openid img {
  margin: 2px 2px 8px 8px;
  width: 24px;
  height: 24px;
  text-align: left;
  vertical-align: middle;
}
 
.asn-subSection {
  margin: 1em 1em; 
  display: block;
  border: 1px solid #CCC;
  margin-bottom: 1em;
  background: url(images/small_bg.gif) repeat-x;
}
.asn-img {
  margin: 2px 8px 2px 8px;
  text-align: left; 
  vertical-align: middle;
}
.asn-imgButton {
	cursor: hand; cursor: pointer;
	margin: 2px 8px 2px 8px;
  text-align: left; 
  vertical-align: middle;
}

.asn-rating {}
.asn-rating .subCaption {}
.asn-rating .separator {margin: 0 12px;}

.asn-comments {margin-top: 10px;}
.asn-comment {}
.asn-comment-user, .asn-comment-date {margin: 0 1em; font-style: italic;}
.asn-comment-editdate {margin: 0 1em; font-style: italic; font-size: x-small;}
.asn-comment-editarea {margin: 0.5em 0.5em;}
.asn-comment-editarea textarea {margin-right: 0.5em; vertical-align: top;}
.asn-comment-editarea button {cursor: hand; cursor: pointer;}
.asn-comment-text {
	margin: 1em 1em;
	overflow-x: auto; /* Horizontal scroll Firefox 2 */
  white-space: pre-wrap; /* CSS 3 */ 
  white-space: -moz-pre-wrap !important; /* Mozilla */ 
  white-space: -hp-pre-wrap; /* HP printers */ 
  white-space: -pre-wrap; /* Opera 4-6 */ 
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */ 
  _white-space: pre-wrap; /* IE */
}
.asn-comment-text-disabled {margin: 1em 1em; font-style: italic; font-size: x-small;}


.dijitSliderButtonInner {
  visibility:hidden;
}

.dijitSliderDecrementIconV {
  background-position: -15px 0px;
  background-image:url("images/spriteRoundedIconsSmall.png");
  background-repeat:no-repeat;
  cursor:pointer;
  height:14px;
  width:14px;
}

.dijitSliderIncrementIconV {
  background-position: -45px 0px;
  background-image:url("images/spriteRoundedIconsSmall.png");
  background-repeat:no-repeat;
  cursor:pointer;
  height:14px;
  width:14px;
}

#harvestCreate .info {
  border: 1px solid grey;
  background-color: lightyellow;
  padding: 5px 30px;
}

.reviewResult {
}

.reviewResult span {
  color: black;	
}

.reviewResult img {
  margin-right: 0em; 
  vertical-align: top;  
}

.openstreetmap {
  position: absolute;
  bottom: 0px;
  right: 45px;
  color: grey;
  font-size: xx-small;
}

.openstreetmapPreview {
  position: absolute;
  bottom: 40px;
  right: 75px;
  color: grey;
  font-size: xx-small;
}

// user role management page
.user{
  border-style: solid;
}

#users-div td{
  
}

#user-search-results {
	width: 100%;
	height: 380px;
	overflow: auto;
	border: 1px solid #ccc;	
}

#user-search-results A {
	margin: 0 1em 0 0;
	font-size: 1.1em;
}
#user-search-results .current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#user-search-results a:visited {
  color:#AE4F0C;
}
#user-search-results a.current:visited {
  color:#000;
}

#user-current-title{
  width:65%; 
  padding-left:20px;
}

#user-current{
  vertical-align: top; 
}

#user-managed-td {
	vertical-align: top;
}

#user-managed{
  width:65%; 
  padding-left:20px;
}

#user-search {
  width:30%; 
}

.user-Name {
  font-size:1.5em;
  color:#8A8E27;
  font-weight:normal;
}

.dijitSplitContainer-child {
	background: #FFF !important;
	font-size: 12px;
}

.dijitSplitContainerSizerH, .dijitSplitContainerSizerV{
	background: #fff !important;
	border: 1px solid #eee !important;;
	border-width: 0px 1px 0px 1px !important;
	
}

[id*="frmSearchCriteria"]{
	padding-left: 1px;
}

[id*="frmSearchCriteria"] > .resultsLink:nth-child(n+9), [id*="frmSearchCriteria"] > .resultsLink:nth-child(-n+5), .links > a:nth-child(n+9), .links > a:nth-child(-n+5){
	//display:none;
}

label[for="frmSearchCriteria:scText"]{
	display: none;
}