﻿#expandingToolbox h2 { color: #333333; font-weight: 400; margin: 0em; padding: 0em; font-weight: bold; }
#expandingToolbox h2 span { font-size: 0.8em; color: #555; padding-left: 1.5em; font-weight: normal; }
.listHidden
{
    display: none;
}


.btn {
	font-family: Helvetica, sans-serif;
	display: inline-block;
	width: auto;
	cursor: pointer;
	padding: 10px 16px 10px 16px;
	border: 0 none;
	text-align: center;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 1em;
}

.btn--primary, .btn:visited {
	background-color: #0F8243;
	color: #fff
}

.btn--primary:hover, .btn--primary:focus {
	background-color: #0b5d30;
	color: #fff;
}

.btn--primary-disabled {
	opacity: 0.7
}

.btn--primary-disabled:hover, .btn--primary-disabled:focus {
	background-color: #0F8243;
	cursor: not-allowed
}

.btn--full-width {
	display: block;
	width: 100%
}

.btn--inline {
	display: inline-block;
	margin-right: 1em;
}

.contenthead
{
    padding: 5px;
}
            
.messageBox 
{
    display: none;
    padding: 0.5em 0em;
    margin: 1.5em 0.5em;
    color: #701B1B;
    font-size: 1.5em;
}
            
#dataTarget 
{
    overflow-x: scroll;
}
            
.pickBox 
{
    width: 300px;
}
            
.codelist { list-style-type: none; }
            
.codelistExamples 
{
    font-size: 0.8em;
    text-transform: none;
    font-weight: normal;
}
            
#rowColContainer .codelistExamples
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	        
#sortable1, #sortable2, #sortable3
{
	overflow:auto;
	min-height: 25em;
	list-style-type:none;
	margin:0;
	padding: 0px;
	margin-right:10px;
	margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
}

.sub-title-section { padding-top: 1em; }

#sortable1 
{
    min-height: 8em;
}

#sortable2 
{
}
            
#sortable3 
{
}

#sortable2, #sortable3 
{
    display: inline-block;
    min-height: 6.5em;
}
            
.sortable1Tgt
{
	background: #DFDACE !important;
}
	        
.sortable2Tgt
{
	background: #DAE9E9 !important;
}
	        
.sortable3Tgt
{
    background: #DAD9BC !important;
}
        	
#sortable1 li, #sortable2 li, #sortable3 li
{
	cursor: move;
	margin: 1em;
	padding: 0.5em;
	width: auto;
	font-size: 0.9em;
    text-transform: capitalize;
	border: 0.2em solid #AC7373;
    border-left: 20px solid #AC7373;
	background: #ffffff;
	width: 10em;
	display: inline-block;
	vertical-align: top;
	min-height: 4em;
}
	        
#sortable1 li
{
	min-height: 6em;
}
	        
#rowColContainer 
{
	width: 100%;
}
	        
.seltools 
{
}
	        
.seltools a
{
	cursor: pointer !important;
	text-transform: none;
	text-decoration: none;
}
	        
#sortable1 li:hover, #sortable2 li:hover, #sortable3 li:hover
{
	margin-top: 0.8em;
    margin-bottom: 1.1em;
    box-shadow: 10px 10px 5px #888888;
}
	        
#sortable2 li
{
    border: 0.2em solid #A0B1BF;
    border-left: 20px solid #A0B1BF;
}
        	
#sortable3 li
{
    border: 0.2em solid #979676;
    border-left: 20px solid #979676;
}
        	
#sortable1 li .seltools, #sortable2 li .seltools, #sortable3 li .seltools
{
    display: none;
}

#btnToolToggle 
{
    margin-left: 0;
}

#exportLinks {
    display: inline-block;
    margin-left: 0.5em;
}

#sortable2 li .seltools, #sortable3 li .seltools 
{
    display: block;
}
        	
#dimensionContainer
{
    width: 99%;
}
        	        	
#rowColContainer 
{
    width: 100%;
    margin: 0em;
    padding: 0em;
}
        	
.pickerBox
{
    width: 49%;
    display: inline-block;
    margin: 0em;
    margin-left: 0.5em;
    vertical-align: top;
}
        	
.pickerBox p 
{
    margin: 0em;
    height: 3.5em;
}
        	
.pickerBoxFirst 
{
}
        	
#tabulationTools 
{
}
        	
#expandingToolbox 
{
    margin-top: 1em;
}
        	
#permalink 
{
    font-size: 1.1em;
    margin-left: 1em;
}
        	
#tabulationSummary 
{
    display: inline-block;
    padding-right: 1em;
}
        	
#dataTarget 
{
    margin: 10px;
    margin-top: 25px;
    padding-bottom: 2em;
}
        	
.selectLink 
{
    margin-left: 10px;
    margin-top: 10px;
    width: 120px;
    display: inline;
}
        	
#busyBox 
{
    display: none;
    background: #fffafa;
    border: 1px solid #ffd0d0;
    font-size: 18pt;
    width: 500px;
    padding: 35px;
    margin: 25px;
    text-align: center;
}
        	
.panelTitle, .middlePanelTitle
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
    margin-bottom: 5px;
}
            
.CodelistHierarchyTickAllBar
{ 
    background-color: #E9E9E9;
    border-radius: 5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    padding: 5px;
    color: #F0F0F0;
    font-size: 10pt;
    margin-bottom: 2px;
    margin-top: 0px;
    height: 25px;
}
            
.CodelistHierarchyTickAllText
{
    color: #333333;
    margin-left: 5px;
    font-style: italic;
}
            
.tWb 
{
    background: transparent;
    padding: 5px;
    margin: 5px;
    width: 700px;
}
            
.cDi
{
    font-weight: normal;
    color: #333333;
    white-space: normal;
    max-width: 300px;
}
            
.cDro td 
{
    background: #EFEFEF;
}
            
.cIl 
{
    padding: 5px;
    font-weight: bold;
    color: #333333;
    border-top: none;
    border-right: none;
    border-left: none;
    vertical-align: bottom;
    text-align: left;
}
            
.cIll 
{
    border-top: none;
    border-right: none;
                border-bottom: none;
                text-align: right;
            }
            
            .cDrf
            {
                padding-top: 5px;
                border-top: 1px dashed #a0a0a0;
            }
            
            .xlsdownload  
            {
                font-size: 1.1em;
            }
            
            .tabletitle 
            {
                margin-bottom: 0.5em;
                font-size: 1.2em;
            }
            
            .tablepop, .tableunits
            {
            }
            
            .tableunits 
            {
               margin-bottom: 10px;
            }
            
 /* Map Selection Tool */
            #mapNav {
    	        margin: 0em;
                padding: 0.3em;
                background: #3F75A3;
                font-size: 0.8em;
                color: #fff;
            }

            #mapNav a 
            {
                color: #fff;
            }

            #map 
            {
                margin-top: 0em;
            }

            #tools, #map {
	            display: inline-block;
            }

            #tools 
            {
                height: 200px;
	            vertical-align: top;
	            padding: 0em; margin: 0em;
            }
            .toolbox {
	            background: #ECEFD9;
	            -webkit-border-radius: 15px;
	            -moz-border-radius: 15px;
	            border-radius: 15px;
	            padding: 0.3em 1.5em 1.5em 1.5em;
	            margin: 0em 0.5em;
	            width: 500px;
	            height: 100px;
	            overflow-y: scroll;
            }
            
            .toolbox p 
            {
                margin: 0.3em;
                font-size: 0.9em;
            }
            
            #selected {
	            min-height: 10em;
            }

            .areatoolLink {
	            display: none;
	            font-size: 0.8em;
	            color: #284858;
	            text-decoration: none;
	            white-space: nowrap;
	            padding: 0.1em 1em;
	            -webkit-border-radius: 5px;
	            -moz-border-radius: 5px;
	            border-radius: 5px;
            }

            .areatoolLink:hover {
	            color: #c00000;
	            text-decoration: none;
            }

            .areatoolSubDiv {
	            margin-left: 2em;
	            vertical-align: top;
            }

            .areatoolSubDiv label:hover {
	            text-decoration: none;
            }

            .areatoolDiv:hover .areatoolLink {
	            display: inline;
            }

            .areatoolDiv input {
	            float: left;
	            margin-top: 0.4em;
            }

            .areatoolDiv {
	            border-bottom: 1px solid #fff;
            }

            .areatoolDiv:hover {
	            border-color: #4B9FE4;
            }

            #blocker {
	            display: none;
	            position:absolute;
    	        width:100%;
    	        height:100%;
    	        background-color:#555;
    	        filter:alpha(opacity=40);
    	        opacity:0.4;
    	        -moz-opacity:0.4;
    	        z-index:10000;
    	        text-align:center;
    	        vertical-align:middle;
	            font-size: 4em;
	            -webkit-border-radius: 10px;
	            -moz-border-radius: 10px;
	            border-radius: 10px;
            }

            #blocker p { color: #fff; }
/* End Map Selection Tool */      