﻿
@import url("../fonts/stylesheet.css");

html
{
	padding:0;
	margin:0;
	height:100%	
}

body
{
	background-color: #231f20;
	text-align:center;
	padding:0;
	margin:0;
	font-family:ubunturegular; 
	height:100%	;
	font-size:11px;
	overflow:hidden;
}

img
{
	border:0;	
	margin:0;
	padding:0;
}

#header
{
	background-color: white;
	margin:0;
	padding:0;
	vertical-align:top;
	height:72px;
	background-image: url('../Images/TopBanner.png');
	background-repeat:no-repeat;
}

input:focus,
select:focus,
textarea:focus { 
    outline: solid 0.9px rgba(0,100,255,.5);
}

#navigation
{
	padding-right:0px;
	vertical-align:top;
	width:260px;
    height: 100%;
	float:left;
    background-color:#151515;
}

#navigation ul
{
	width:260px;
	white-space:nowrap;
	height:100%;
	/*background-color:#151515;*/
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#navigation li
{
	text-align:left;
	border-bottom: #414141 1px solid;
}

#navigation a
{
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 64px;
	display: block;
	text-decoration:none;    
	color:White;
	font-size:18px;
    height:46px;
    line-height:46px;
}

#navigation a:hover
{
	background-color: #1dc0dd;	
	background-image: none;
}


#selectedNavigation a
{
	background-image: none;
	background-color: #1dc0dd;	
}

#pageHeader
{
    overflow:hidden;
	background-color:#f1f1f2;
    /*border-bottom: #231f20 1px solid;*/
	padding-left:20px;
	border-top: none;	
	color:#231f20;
	font-size:34px;
	text-align:left;
    height:76px;
    line-height: 76px;
    flex-shrink: 0;
}


#pageHeader #userInfo
{
	font-size:14px;   
    font-weight:bold;
	text-align:right;    
	padding-right:15px;
	color:#151515;
	float:right;
    line-height: 25px;
}

#pageHeader #userInfo a
{
	text-decoration:none;
	color: #151515;
}

#content
{	
	background-repeat:repeat-y;
	background-color: white;
	vertical-align:top;
	text-align: center;
	margin-left:260px;    
    display: flex;
    flex-direction: column;
    height: 100%;
}

#contentDivPopup
{
	vertical-align:top;
	text-align: left;
	/*border-left:solid 8px white;
	border-right:solid 8px white;*/
	background-color:White;
}

.layerProperties.layersSelection {
    height: 480px;
    width: 100%;
    overflow-x: scroll;
    padding: 0px;
}

.layerProperties
{
    height:93vh;
    /*width: 663px;*/
    overflow-y:scroll;
    overflow-x:hidden;
    font:normal 12px ubunturegular;
    scrollbar-face-color: #151515;      /* For ie browser */
}

.sitetab
{
    display: none;
}

/* set the scroll bar width for chrome, Safari and new Opera  */
.layerProperties::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

/* Handle */
.layerProperties::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 0px;
    background: #151515; 
}

.layerProperties{
    /*scrollbar-face-color: #151515;*/
    /*scrollbar-shadow-color: #FFFFFF;*/
    /*scrollbar-highlight-color: #FFFFFF;*/
    /*scrollbar-3dlight-color: #FFFFFF;*/
    /*scrollbar-darkshadow-color: #FFFFFF;*/
    /*scrollbar-track-color: #FFFFFF;*/
    /*scrollbar-arrow-color: #FFFFFF;*/
}

 
/* Uncomment these rows if we want the scroll bar background */
/*.layerProperties::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 4px;
}*/
 

#contentDiv
{    
	vertical-align:top;
	text-align: center;
    padding-top:10px;
    padding-bottom:10px;
	background-color:White;
	min-height:450px;
	margin-left: 20px;   
    margin-right:10px; 
    overflow: auto;
    flex-grow: 1;
}


#footer
{
	background-color:#EAEAEA;
	font-size:12px;
	text-align:center;
	padding:5px;
	clear:right;
    flex-shrink: 0;
}

#footer a:visited, a
{
    color:#1dc0dd;
    font: caption 11px ubunturegular; 
    /*padding-left: 5px;*/
}

#container
{
	width: 100%;
    height: 100%;
    position: absolute;
	background-color: white;
	border: solid 1px white;
	border-bottom: 0px;
	text-align:left;
	padding:0;
	margin:0 auto; 
}

#logo {
    height:76px;
    border-bottom: #414141 1px solid;
    position: relative;
}

#imagePlayerTheImg:hover{
    cursor:pointer;
}

.ButtonsPopup
{
    position:absolute;
    right:0px;
    bottom:5px;
    border:none;
}

.CheckboxPopup {
    position: absolute;
    left: 0px;
    bottom: 5px;
    border: none;
}

.ButtonPopup.ui-state-default 
{
    padding:8px;
    font-size:14px !important;
    font-weight:normal;
    margin-left:0em;
    width:110px;
}

.linkButtonLayers
{
    color:#000000;
    padding-left:8px;
}


/*
input.Button{
	color:#333;
	border:1px solid;
	font-weight:bold;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ff7BB6C9');
}
		
input.ButtonHover{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}
*/

/*.ui-resizable-handle {
    background-image: url("");
}*/


.ui-corner-all
{
    border-radius:0px;
}


.LoginTable td
{
    text-align:left;
    height:25px;
}

.loginTextBox
{
    font: normal 11px ubunturegular; 
	text-align:left;
    height: 20px;
}


.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}

img
{
	border:0;	
}

.aliasName
{
  border: 0;
  margin-left: 5px;
  margin-top:5px;
  -ms-interpolation-mode: bicubic;
  max-width: 5%;
  height: auto;
  width: auto;
  width: auto\9;
}


.errors {
 /*border: 2px solid red;*/
 color: red;
 margin: 8px 0px;
 padding-top: 5px;
 /*background: #fff url(../Images/error.png) no-repeat 15px 50%;*/
}

.errors ul {
 margin: 0;
 padding: 0;
 margin-left: 15px;
 list-style: square;
}

.tdHeaders
{
    padding: 0px;
}

.rowStyle{
    white-space: nowrap;
}

.tdWithoutComboBox {
    padding-top:.55em;
    padding-bottom:.5em;
}

.connParams
{
    padding-left:30px;
    width:100%;
    display:table;
}

.connParams td input
{
    width:84%;
}

.connParams td select
{
    width:34%;
}

.tdPathCommon
{
    padding: 0px;
    min-width:12%;
    width:12%;
    color:black;
}

.connParams td.tdNames
{
    width:20%;
}

.tdNames td
{
    /*padding-left:30px;*/
    /*width: 40%;*/
}

.connParams td.tdNames.tdServerNames
{
    width: 20%;
}

.tdInput 
{
    padding-right:0px;
    padding-bottom:0px !important;
}

.popupTable
{
    padding-top: 20px;
    font-size: 14px;
    display:inline-block;
}

.popupTable td
{
    padding-bottom: 5px;
}

.popupTable td:not(.tdParentOfCheckBoxStyle) {
    padding-right: 15px;
}

.popupTable input, .fieldText
{
    width:100%;
    height: 20px;
    border: 1px solid #a8aaac;
    font: normal 11px ubunturegular; 
    color: #231f20;
    padding-left: 2px;
}

.popupTable select, .dropDownList
{
    height:24px;
    border: 1px solid #a8aaac;
    font: normal 11px ubunturegular; 
    color: #231f20;
    padding-left: 2px;
}

.ConnectionParams
{
    padding-top:15px;
}

.tableWidth
{
    width: 20px;
}

.altRows td ,th
{
    border-collapse:collapse;
    border: solid 1px #a8aaac;
    /*color:#151515;*/
}


.altRows
{
    border-collapse:collapse;
	width:99%;
	color:#333333;
    margin-top: 1px;
}

.altRows th
{
    color:#FFFFFF;
	text-align:left;
}

.altRows.nopostprocessing
{
    font: normal 11px ubunturegular; 
	text-align:left;
    height: 28px;
}

.datarow, .altDatarow
{
    font: normal 11px ubunturegular; 
	text-align:left;
    height: 28px;
}

.altDatarow
{
	background-color:#F1F1F2;
}

.datarowSelected
{
    background-color:#E2DED6;
    color:#333333;
}

.datarow td , .altDatarow  td, .datarowSelected td
{
	padding:3px;
}

.nopadding td 
{
	padding:0px;
}

.rightBorder
{
	border-right: solid 1px black;
}

.dataHeader
{
    font: normal 11px ubunturegular;
    padding-left:4px;
    padding-right:4px;
}
.dataHeader, .dataHeader th,.dataHeader td
{
	background-color:#e6e7e8;
    background-repeat: no-repeat;
    background-position:right 4px center;
    cursor: pointer;
	text-align:left;
    height: 20px;
    color:#151515;
    font-weight:normal;
}

.reportsTableRows th, .reportsTableRows td {
    padding-left: 10px;
    font-weight: bold;
}

th a
{
    text-decoration: none;
    color:#151515;
    background-color:rgba(0, 0, 0, 0);
}
.dataHeader th:hover, .dataHeader th>a:hover,   tr.headerSortUp th a:hover,  tr.headerSortUp th a:visited, tr.headerSortDown th a:hover, tr.headerSortDown th  a:visited
{
    background-color:#a8aaac!important;
    height:20px!important;
}

.headerSortUp
{
    color:#151515;
    height: 20px!important;
    background-image: url(../Images/asc.png); 
    background-repeat: no-repeat;
    background-position: right 4px center;
} 

 tr.headerSortUp th a:link,  tr.headerSortDown th a:link
 {
    background-repeat: no-repeat;
    background-position:right center;
    cursor: pointer;
	text-align:left;
    height: 20px!important;
    color:#151515;
    font-weight:normal;
 } 
 

.headerSortDown  { 
    background-image: url(../Images/desc.png); 
    background-repeat: no-repeat;
    background-position: right 4px center;
} 

.infoTable
{
	width:99%;
	border-collapse:collapse;
}

.infoTable th
{
	background-color:#5D8B9D;
	color:White;
	text-align:left;
	font-weight:bold;
	padding: 4px 4px 4px 4px;	
}

.infoTable td
{
	text-align:left;
	padding: 2px 2px 2px 4px;	
	border: solid 1px black;
}

.infoTableSubheader
{
	background-color:#1dc0dd;
	color:White;
	text-align:left;
	padding: 4px 4px 4px 4px;	
}

.hidden
{
	display:none;
	visibility:hidden;
}
.notVisible
{
	visibility:hidden;
}

.inactive
{
	color:Gray;	
}

.actionLink
{
	font-size:	10px;
}

/* we want small buttons */
/*input.ui-button { padding: .3em 1em; }*/

.ui-button, .DefaultButton.ui-button.ui-state-default, .ButtonPopup.ui-button.ui-state-default 
{
    margin-right: 1em;
    /*margin-top: .1em;*/
    font: normal 11px ubunturegular;
    width: 120px;
    height: 30px;
    background: #2B2B2B;
    border: none;
    color: white;
}

.ButtonPopup.ui-button.ui-state-default {
    font: normal 14px ubunturegular !important;
}

.ui-dialog .ui-dialog-titlebar-close
{
    background:none;
    border:none;
    padding: 0px;
    outline-width: 0px;
}

.ui-button:hover
{
    background:#151515;
     color: white;
}

.DefaultButton
{
    background: #2B2B2B;
    color: white;
}

.DefaultButton:hover
{
    background: #151515;
}

.SearchButton, .SearchButton.ui-button.ui-state-default 
{
    background: #1dc0dd;
    color: white;
}

.SearchButton:hover .SearchButton.ui-button.ui-state-default:hover 
{
    background: #1dc0dd !important;
    color: white;
}

.uploadButton
{
    height: 23px;
    background-image: url('../Images/upload.png');
    background-repeat:no-repeat;
    background-position: center;
    margin-left: 0px;
}

.generateButton.ui-state-default
{
    padding:0px;
    padding-left:8px;
    padding-right:8px;
}

.uploadButton:hover
{        
    height: 23px;
    background-image: url('../Images/upload.png');
    background-repeat:no-repeat;
    background-position: center;
    margin-left: 0px;
}

.EraseButton{
    width: 150px !important;    
}

.SetSiteButton {
    width: 150px !important;
}

.selection-box {
    position: absolute;
    background: #1dc0dd;
    opacity: 0.5;
    border: 1px solid #a8aaac;
    z-index:1;
    display:block;
  }

.svgLayersEditClass
{
    background:url(../Images/BlankMap-World-noborders.png);
    background-size:100%;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
    z-index:1;
    width:500px;
    height:250px;
}

#polygon
{
    fill:#1dc0dd;
    stroke:#a8aaac;
    opacity:0.5;
    stroke-width:1;
}

.linkButtons
{    
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
    margin-left:.5em;
}

.linkButtons:hover
{
    background-color:#1dc0dd;
}

.ui-dialog
{
    padding: 0em;
    border: 1px solid #202020;
}

.ui-widget
{
    font-family: ubunturegular, Arial, Helvetica, sans-serif;
    font-size:11px;
}

select
{
    background: url(../Images/arrow_open.png) no-repeat right;
    border-radius: 0;
    margin: 0;     
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
}

select::-ms-expand {
    display: none;
}

/* and fix scrollbars in ie8 on overlay */
.ui-widget-overlay { position:fixed; }
.singleSelect tbody tr
{
	cursor:pointer;	
}

.ui-widget-header
{
    /*color: white;*/
}

.ui-widget-header .ui-icon
{
    background-image: url(../Images/close.png);
    background-position: 0px;
    width: 14px;  
    height: 14px;
}

.ui-dialog-title
{
    font: normal 14px ubunturegular; 
    color: white;
    padding: 10px;
    padding-top: 12px;
    text-align: left;  
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
}

.ui-widget-header {
    border: 0px;
}


.ui-dialog .ui-dialog-titlebar {
    background: #151515;
    height: 42px;
    background-image: url(../Images/Skyline16x16.png);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 30px;
}

.ui-dialog-titlebar-close ui-corner-all .ui-state-hover, .ui-widget-content:not(.ui-tabs) .ui-state-hover:not(.ButtonPopup) {
    background-image: url(custom-theme/images/ui-icons_454545_256x240.png);
    background: none;
    border: none;
} 

.sortClickable 
{ 
	cursor:pointer;
	text-decoration:underline;
	background-repeat:no-repeat;
	background-position:right center;
}
.sortHover
{
}
.sortAsc
{
	background-image: url(../Images/asc.gif); 
}
.sortDesc
{
	background-image: url(../Images/desc.gif); 
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    min-height: 100%;
    width: 100%;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.loadingInner {
    width: 190px;
    height: 105px;
    background-color: rgba(255, 255, 255, 1);
    font-family: Arial;
    font-size: 10pt;
    border: 2px solid grey;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
}

.demo-container {
	box-sizing: border-box;
	width: 450px;
	height: 260px;
	/*padding: 20px 15px 15px 15px;*/
	margin: 15px auto 30px auto;
	/*border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.bordered {
    padding-top:0em;
}

.dataMain {
    /*padding-left:10em;*/
    min-width:200px;
}

.tdMiddleMain {
    width:21em;
    min-width:133px;
    white-space:nowrap;
}

.titleMain {
    height:26px;
    width:13.5%;
    padding:0;
    padding-right:10em;
    white-space:nowrap;
}

input[type=radio]:not(old) {
    vertical-align: text-bottom;
    transform: scale(1.2);    
}

input[type=radio]:not(old) + label {
   padding-left: 5px;
}

input[type=checkbox]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.loginCheckbox > input[type=checkbox]:not(old){
    opacity   : 100;
}

.loginCheckbox > input[type=checkbox]:not(old) + label {
    margin-left: 0;
}

input[type=checkbox]:disabled:not(old) + label > span,
input[type=checkbox]:disabled:checked:not(old) + label > span {
    background-color: gainsboro;
}

input[type=checkbox]:not(old) + label{
  margin-left  : -2.25em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.2em;
  height           : 1.2em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1px solid #a8aaac;
  border-radius    : 0;
  background       : #FFFFFF;
  /*vertical-align   : bottom;*/ /* doesn't fit for Edge */
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
    background: #FFFFFF;
}

    input[type=checkbox]:not(old):checked + label > span {
        cursor: default;
    }

input[type=checkbox]:not(old):checked + label > span:before{  
  content     : '✓';
  display     : block;
  color       : rgb(15,15,15);
  font-size   : 1.3em;
  line-height : 1em;
  text-align  : center;
  font-weight : bold;
}

input[type=checkbox][indeterminate=true]:not(old) + label > span:before {  
    content: '■';
    position: relative;
    top: -4px;
    display: block;
    color: rgb(15,15,15);
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

@supports (-ms-ime-align:auto) {
    input[type=checkbox][indeterminate=true]:not(old) + label > span:before {        
        top: 0px;        
        font-size: 1.3em;        
    }
}

tr[statustype=deleted] input[type=checkbox]:not(old):checked + label > span:before {
    content: '✖';
    font-family: 'Segoe UI Symbol';    
}

tr[statustype=deleted][rowselected=true] {
  text-decoration: line-through;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 1px solid rgb(115,153,77);
  border-radius    : 0;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

.graph-container {
	box-sizing: border-box;
	width: 420px;
	height: 190px;
	/*padding: 20px 15px 15px 15px;*/
	margin: 15px auto 30px auto;
}

.graph-placeholder {
    width: 284px;
    min-width: 284px;
    height: 190px;
    font: normal 12px ubunturegular;
    line-height: 1.2em;
}

.chartLegend {
    padding: 2px;
    width: 284px;
    margin-bottom: 8px;
    display: inline-block;
    margin: 0 auto;
}

.axisLabel {
    position: absolute;
    text-align: left;
    font: normal 11px ubunturegular;
}

.xaxisLabel {
    bottom: -8px;
    margin-left: -0.3em;
}

.importRadio input[type=radio   ]{
    opacity:1;
}

.importRadio input[type=radio ]:not(old) + label {
     margin-left:0px;
}


  .explanationText {
            width: 650px;
            color: gray;
            /*float:right;*/
            font-size:14px;
            /*margin-left:30px;*/
        }
        .subheader {
            font-size: 16px;
            color: #0088BC;
            }
    tr.spaceUnder>td {
  padding-bottom: 1em;
}

.hiddenButton{
    display: none;
}

.divPopUpMessage{
    position: absolute;
    width: 380px;
    height: 65px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;    
    background:white;
    border:2px solid grey;
    text-align:center;   
    vertical-align:middle; 
    display: table;
}

.divPopUpMessage > span {
    display: table-cell;
    vertical-align: middle;
}

table tr[status='expanded'] {
    background-color: #b0e9f4;
}

.epsgLabel {
    color: GrayText;
}

.epsgLabel[status='notFound'] {
    color: red;
}

select:disabled { 
    background-color: rgb(235, 235, 228);
}

.loginStatus { /*Edge*/
    font-weight: bold;
    font: inherit;
}

.searchLayersTD {
    width: 40%;
    text-align: left;
    align-content: center;
    table-layout: fixed;
}

.searchLayersTable {
    width: 95%;
    padding-left: 20px;
    min-width: 90%;
    table-layout: fixed;
}

.imageMapTD {
    text-align: center;
    min-width: 60%;
    max-width: 60%
}

@media only screen and (max-device-width : 900px) {
    .imageMapTD {
        display: none;
    }

    .searchLayersTD {
        width: 20%;
    }

    .searchLayersTable {
        width: 50%;
        min-width: auto;
    }
}

@media only screen and (max-device-width : 900px) {
    .imageMapTD {
        display: none;
    }

    .searchLayersTD {
        width: 20%;
    }

    .searchLayersTable {
        width: 37%;
        min-width: auto;
    }

    #btnSetBBox {
        display: none
    }

    #layersTable_ddUseBBox {
        display: none
    }

    #map_Text {
        display: none;
    }
}

@media only screen and (max-device-width : 700px) {
    .searchLayersTable {
        height: 95%;
    }
}