﻿/* DEFAULTS
#3c6c39;
----------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body   
{
    background: #f8edd3;
    font-size: medium;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
    margin: 0px;
    padding: 0px;
    color: #000000;
    min-height: 2000px;
}
.siteHeader {
    font-size:32px;
}

.siteSubHeader {
    font-size:large;
	padding-left: 5px;}


.navbar {
	font-size:medium;
}

.dropdown-menu {
	width:240px;
}

question {
	font-size: 1.0em;
	font-weight: bold;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
}

answer {
	font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: none;
    font-weight: 600;
    margin-top:20px;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
	font-weight: 500;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color:#fff; /* : #fff; */  /* white*/
    margin: 0px;  /* 20px auto 0px auto; */
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}



/* TAB MENU   
----------------------------------------------------------*/
/*
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
    */
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    //display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}


table
{
border-style: solid;
border-width: 2px;
border-spacing: 0px;
border-collapse:collapse;
}

td
{
border-style: solid;
border-width: 1px;
padding: 5px;
}

table.nolines
{
border-style:none;
border-width: 0px;
border-spacing: 0px;
border-collapse:collapse;
}

td.nolines
{
border-style:none;
border-width: 0px;
border-spacing: 0px;
border-collapse:collapse;
}

.nolines
{
border-style:none;
border-width: 0px;
border-spacing: 0px;
border-collapse:collapse;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.caption
{
	border:1px solid black;
	border-collapse:collapse;
	vertical-align:top;
	background-color:#f0f0f0;
	padding:4px;
}

.takehome
{
	padding-left: 20px;
	padding-right: 20px;
	border:1px solid black;
	border-collapse:collapse;
	vertical-align:top;
	background-color:#f0f0f0;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.pageLinks
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top:10px;
	border:1px solid black;
	border-collapse:collapse;
	vertical-align:top;
	background-color:#f0f0f0;
	box-shadow: 5px 5px 5px #aaaaaa;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.pageLink {
}

.navigation
{
    font-size: 0.5em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
    margin: 0px;
    padding: 0px;
    color: #ffffff;
	width:100%;
}

.indent
{
	text-indent: 100px;
}

a img {outline : none;}
img {border : 0;}

.siteHeader {
	margin-left:0px;
}


.mainContent {
	padding:4px;
}

.tooltip
{
  border-bottom: 2px dotted #ff9090;
  display: inline;
}


.toc
{
border-style: none;
border-width: 0px;
border-spacing: 0px;
border-collapse:collapse;
font-size:medium;
}

.checkbox
{
}


.collapsePanel {

      background-color:ghostwhite;
      overflow:hidden;
}
 
.collapsePanelHeader {   
      height:22px;
      color: White;
      background-color: SlateGray;
      font-weight:bold;
      float:none;
	  padding-bottom:5px;
      padding-top:5px; 
      cursor: pointer; 
      vertical-align: middle;
	  border:solid;
	  border-width:thin;
	  border-color:darkgray;
}

/* for TextBoxWatermarkExtender text boxes */
.watermarked {   
      color: darkgrey;
      background-color:white;
	  font-style:italic;
}

/* for background watermark */
#divWatermark
{
 position:fixed;
 opacity:0.08;
 z-index:99;
 color:GrayText;
 font-size:172px;
 top: 50%;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%, -50%);
 /*transform-origin: center center;
 transform: rotate(-2deg);*/
}

.roundedCorners
{
	font-size:medium;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* DataViewer styles*/

#wrapper {
	width: 100%;
	background-color:#ddd;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
}

.accordionContent
	{
	color: black;
	width: 100%;
    background-color: #D3DEEF;
    border: none;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	margin-top: 1px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

.accordionSubheader {
	position: relative;
	min-height: 30px;
	background-color:#C3CEFF;
	width: 100%;
}

.accordionSubheaderContent {
	position:absolute;
	bottom: 3px;
	left: 0;
	font-weight:500;
	font-style:italic;
	width: 100%;
}

.accordionButton {
	float: right;
	height: 28px;
	margin-right: 20px;
}

.expandCollapseBtn{
	vertical-align: middle;
	text-align:left;
}

.rTable {
	display: table;
	width: 100%;
}

.rTableRow {
	display: table-row;
}

.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
}

.rTableCell, .rTableHead {
	display: table-cell;
	padding: 3px 10px;
	border: 1px solid #999999;
}

.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}

.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}

.rTableBody {
	display: table-row-group;
}


.chart {
	//min-width:120px;
	width:100%;
	border-style:solid;
	border-width:1px;
	padding:6px;
}


.chartHeader {
	width:100%;
	font-size:large;
	font-weight:500;
	border-bottom-style:dotted;
	border-bottom-width:1px
}

.chartFooter {
	width:100%;
	font-size:medium;
	font-weight:400;
	border-top-style:dotted;
	border-top-width:1px;
}


.slider {
    margin: 6px;
	width: 25%;
	height: 10px;
	float: right;
	left: 160px;
	top: -25px;
	/*border: dotted 5px red;*/
}

.sliderText {
	position: relative;
	top: -124px;
	margin: 10px;
	font-size: 80px;
	font-weight:600;
	float:right;
	display:block;
	text-align:left;
	width: 200px;
	color:gray;
	color:rgba(50,50,50,0.5);
}

/*-------- bootstrap overrides --------  */
label {
	font-weight:400;
}



/* to be moved to themes */
.leftPanel {
	width: 400px;
    background-color:white;
	text-align:left;
}

.search {
	text-align:left;
	padding: 4px;
	margin: 2px;
}

.rightPanel {
	min-width:300px;
	width:720px;
	vertical-align:top;
  	background-color:#ffffff;
    padding:4px;
}


#availDataPanel {
	font-weight: 300;
	font-style: italic;
}

.seriesBar {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:gray;
	border-collapse:collapse;
	background-color:#f0f0f0;
}

.transformsBar {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:gray;
	border-collapse:collapse;
	background-color:#f0f0f0;
	display:none;
}

.seriesItem {
	padding-left:10px;
}


.transformItem {
	padding: 0px;
	padding-left: 32px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: gray;
	border-collapse: collapse;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* google maps controls */
#iSearch {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#iSearch:focus {
  border-color: #4d90fe;
}

.dropDownCheckList {
	font-size: larger;
}


.newspaper {
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;
    background-color: white;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.center {
	text-align:center;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding:0px;
}

.noBorder {
    border:none;
}

/* range slider */

input[type="range"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 10px;
    margin: 0;
    border: none;
    padding: 1px 2px;
    border-radius: 14px;
    background: #F8F8F8;
    box-shadow: inset 0 1px 0 0 #ccc, inset 0 -1px 0 0 #ccc;
    -webkit-box-shadow: inset 0 1px 0 0 #ccc, inset 0 -1px 0 0 #ccc;
    outline: none; /* no focus outline */
}

    input[type="range"]::-moz-range-track {
        border: inherit;
        background: transparent;
    }

    input[type="range"]::-ms-track {
        border: inherit;
        color: transparent; /* don't drawn vertical reference line */
        background: transparent;
    }

    input[type="range"]::-ms-fill-lower,
    input[type="range"]::-ms-fill-upper {
        background: transparent;
    }

    input[type="range"]::-ms-tooltip {
        display: none;
    }

    /* thumb */

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 12px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #333333)); /* android <= 2.2 */
        background-image: -webkit-linear-gradient(top, #eeeeee 0, #333333 100%); /* older mobile safari and android > 2.2 */
        background-image: linear-gradient(to bottom, #eeeeee 0, #333333 100%); /* W3C */
    }

    input[type="range"]::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 12px;
        background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */
    }

    input[type="range"]::-ms-thumb {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        border: 0;
        background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */
    }


