﻿
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Theme for DropDowns
*/
.btn-primary
{
    background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(210,210,210,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0 ); /* IE6-8 */
    Support for full multi-stop gradients with IE9 (using SVG);
	border-radius: 5px;
	border: 1px solid #969696;
	color: #00457c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	margin: 5px 0px;
	padding: 5px 10px;
	text-decoration: none;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus
    {
        color: #9a0101;
        border: 1px solid #9a0101;
    }

.btnText {font-size: 14px !important;} /* Controls the font size for drop down list for  panel */

.btn-default,/*.btn-primary,*/.btn-success,.btn-info,.btn-warning,.btn-danger{border: 1px solid #969696;text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}
.btn-default:active,/*.btn-primary:active,*/.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,/*.btn-primary.active,*/.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn:active,.btn.active{background-image:none}.btn-default{background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #969696;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}
/*.btn-primary{background-repeat: repeat-x;
    border-color: #2b669a;
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
}
.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}
.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-repeat: repeat-x;
    border-color: #3e8f3e;
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);}*/
.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-repeat: repeat-x;
    border-color: #28a4c9;
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-repeat: repeat-x;
    border-color: #e38d13;
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-repeat: repeat-x;
    border-color: #b92c28;
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-repeat: repeat-x;
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-repeat: repeat-x;
    background-color: #357ebd;
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
}.navbar-default{background-repeat:repeat-x;border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
}.navbar-default .navbar-nav>.active>a{background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-repeat:repeat-x;background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
}.navbar-inverse .navbar-nav>.active>a{background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-repeat: repeat-x;
    border-color: #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
}.alert-info{background-repeat: repeat-x;
    border-color: #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
}.alert-warning{background-repeat: repeat-x;
    border-color: #f5e79e;
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
}.alert-danger{background-repeat: repeat-x;
    border-color: #dca7a7;
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
}.progress{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
}.progress-bar{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
}.progress-bar-success{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}.progress-bar-info{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
}.progress-bar-warning{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
}.progress-bar-danger{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-repeat: repeat-x;
    border-color: #3278b3;
    background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}.panel-primary>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
}.panel-success>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
}.panel-info>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
}.panel-warning>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
}.panel-danger>.panel-heading{background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
}.well{background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
}


 .simpleGeocoder .esriGeocoder input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-collapse: collapse;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0 6px;
    outline: 0 none;
    padding: 6px 0;
    vertical-align: middle;
    width: 230px;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 /*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * CSS min for Dropdowns 
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body {margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}dfn{font-style:italic}
/*h1{font-size:2em;margin:0.67em 0}*/
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;/*font:inherit;*/font-size:0.82em;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;width:16px;height:16px}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
/**{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*/
html{/*font-size:62.5%;*/-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;*/background-color:#fff}
input,button,select,textarea{/*font-family:inherit;font-size:inherit;line-height:inherit*/}
a{color:#428bca;text-decoration:none}
a:hover,a:focus{color:#9a0101;text-decoration:underline}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
.dropdown{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dropdown-menu-right{left:auto;right:0}
.dropdown-menu-left{left:0;right:auto}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}

.HideInfolblClass {
    display:none;
    width: 80%;
    color: red;
}
.ShowInfolblClass {    
    width: 80%;
    color: #9A0101;    
}
.MTDPLClass
{
    overflow: auto;
    width: 100%;
    height: 170px;
    font-size: 0.9em;
}
    .MTDPLClass ul
    {
        list-style: none;
        list-style-type: none;
        padding: 0 7px 0 0;
    }
    .MTDPLClass ul li
    {
        width: 240px;
    }
    .MTDPLClass ul li span input[type="radio"]
    {
        margin-right: 3px;
        width: 15px;
        display: block;
        float: left;
    }
    .MTDPLClass ul li span label
    {
        display: block;
        float: left;
        font-weight: normal;
        width: 220px;
    }
    
    #MapToolToDataPortalSubmit
    {
        margin-top: 10px;
    }
.maptoolUL
{
    overflow: auto;
    width: 100%;
}
    .maptoolUL ul{
        list-style: none;
        list-style-type: none;
        padding: 0 7px;
    }
    .maptoolUL ul li span input[type="radio"]
    {
        margin-right: 3px;
        display: block;
        float: left;
    }
    .maptoolUL ul li label
    {
        font-weight: normal;
        font-size: 1em;
        width: 90%;
    }
    
    
/*==============================*/
/*    Layer Panel Show/Hide Control */
/*==============================*/
#divPaneControl
{
    position: absolute;
    left: 30%;
    /*z-index:1005;*/
    z-index: 5;   
}

#HidePanel, #ShowPanel {
    cursor: pointer;
    /*
    margin: 3px 5px;
    color: #9a0101;
    */
    
    /*background-color: #fff;*/
    color: #00457c;
    font-size: 1.05em;
    margin: 10px 0 0 -0.6px;
    padding: 4px 10px 8px 8px;
    border: 1px solid #969696;
    
    z-index: 6;
}
    #HidePanel i.fa, #ShowPanel i.fa
    {
        /*line-height: 0 !important;*/
    }
    
    #HidePanel i.fa
    {
        filter: FlipV; /* IE */
    }

.btnHideShow
{
    padding: 7px 9px;
    padding: 3px 10px\9;
    margin: 10px 0 0 -0.5px;
}
/*=============================*/
/*    ACCORDION               */
/*==============================*/
.accordionSection {
    position: relative;
    display: none;
    width: 100%;
    /*overflow: hidden;  */
    font-size: 0.8em;
}

.accordionContent{    
    height: 99.8%;
    overflow: auto;
}

.tempAnchor:visited {
    border: 2px solid red ;
}

#MapToolaccordion
{ 
   visibility: hidden;      
   width: 99.68%;
   height:100%;     
   border-right: 1px solid #000; 
   margin: 0;
   padding: 0;
}

#MapToolaccordion h2 label {
}

#MapToolaccordion h2 
{    
    font-weight: bold;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    text-rendering: auto;
    text-align:justify;
    color : #fff;      
    background: #7d7d7d; /* Old browsers */


background: -moz-linear-gradient(top, #7d7d7d 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom, #7d7d7d 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#333333',GradientType=0 ); /* IE6-8 */  
    padding: 5px;    
    margin-bottom: 1px;
    cursor:pointer ;
}

#MapToolaccordion h2 a {
    font-weight: bold;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    text-rendering: auto;
    text-align:justify;
    color : #fff;  
    text-decoration : none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #MapToolaccordion h2 
    {
        padding: 6px; /* This works only in Safari and Google Chrome */
    }
}

#MapToolaccordion h2 i {
    float: right;
    margin-top: 3px;     
}

#CheckboxTree {
} 

.dijitTree { /*required to override the settings for cbtree digit control*/    
    /*height:inherit;*/
    height: auto;
}

.layerbgspan {
    width: 100%;
    background-color: white;
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border: 0px solid white;
}

/*================================*/
/* Selected Items properties */
/*================================*/

.shiftColorCls {
    border : 1px ridge green;
}

#selectedLayers{    
/*background: rgba(226,226,226,1);
background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 2%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(2%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 2%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 2%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 2%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 2%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );*/

top:0%;
height:93%;
overflow:auto;
}
    #selectedLayers span.layerlblMsgClass {
        margin-left: 10px;
    }

.selLyrItemclass
{ 
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 8px;       
}
li.selLyrItemclass input[type="checkbox"]
{
    margin: 5px 3px 0 2px !important;
    /*margin-top: 9px 3px 0 2px\9 !important;*/
}

.RemoveButton i:hover , .Movebutton i:hover{
    cursor : pointer;
}

.fa-caret-up .fa-caret-down{
    color: #65a9d7;
}


#sellyrdisplaysection {
    
    position: absolute;
    left: 5%;
}

#sellyrctrlsection {

    position: absolute;
    left: 50%;
}

#selected-items-table {
    top: 0%;
    width:100%;
    border : 2px solid red;
}

.sellyrContainer
{
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;     
    
}
.sellyrContainer:hover {
     /*border : 2px groove green;*/
}
.sellyrMove {
     /*border : 2px groove yellow;*/
     
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out;
     background-color: #FFF8C4;
     box-shadow: 0 0 5px rgba(251, 235, 118, 1);
     border-top: 1px solid rgba(251, 235, 118, 1);
     border-bottom: 1px solid rgba(251, 235, 118, 1);
}
.sellyrContainerBgColor 
{    
    background: #eff6fd;  
    background: -moz-linear-gradient(top, #eff6fd 0%, #d1e6fa 100%);   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff6fd), color-stop(100%,#d1e6fa));  
    background: -webkit-linear-gradient(top, #eff6fd 0%,#d1e6fa 100%);  
    background: -o-linear-gradient(top, #eff6fd 0%,#d1e6fa 100%);  
    background: -ms-linear-gradient(top, #eff6fd 0%,#d1e6fa 100%);  
    background: linear-gradient(to bottom, #eff6fd 0%,#d1e6fa 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff6fd', endColorstr='#d1e6fa',GradientType=0 );     
}
    .sellyrContainerBgColor p.checkbox input[type="checkbox"] {
        margin-top: 3.5px;
    }

.sellyrnamecontent{    
    /*height: 5%;*/
    /*
    float: left;
    width: 80%;
    padding-right: 1%;
    word-wrap: break-word;
	overflow-wrap: break-word;
	display: block;
	*/
	clear: left;
	display: inline;
	float: left;
	margin: 0 0 0 1.5%;
	padding: 5px 0;
	width: 70%;
}
    .sellyrnamecontent label
    {
        font-weight: normal;
        font-size: 1em;
    }

a.dummyAnchor, a.dummyAnchor:active, a.dummyAnchor:hover, a.dummyAnchor:visited, a.dummyAnchor:focus, a.dummyAnchor:link 
{
    color: #000;
}
.sellyrctrlcontent{
    /*
    float : right;
    display: block;
    */
    /*height: 5%;
    width: 14%;*/
    /*padding-right: 1%;
    word-wrap: break-word;
	overflow-wrap: break-word;*/
	display: inherit;
	float: right;
	margin: 0 1%;
	padding: 5px 0;
	text-align: right;
	width: 25%;	
}

/*=============== Control text wrap under checkbox =============== */
.sellyrnamecontent input[type="checkbox"], .sellyrnamecontentTop input[type="checkbox"]
{
    float: left;
    margin-top: 10px;
}
.sellyrnamecontent div.content, .sellyrnamecontentTop div.content
{
    overflow: hidden;
    margin: 6px 0 0 18px;
}
/* ================================================================ */
span.Movebutton, span.RemoveButton {   
   
   /*padding: 4px 8px;*/
   margin: 0 3px;
   vertical-align: middle;   
}
    
/*==========================*/
/*        Layer List        */
/*==========================*/

.layerList 
{
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#70b0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
}  

#basemap-list,#layer-list
{
    margin-bottom:20px;
    color:#006400;
    font: normal 1em Times New Roman;

}

.lyrItemheader {
    height : 2em;
    background-color:#5b84a8;    
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

/*==========================*/
/*       General Panel setting        */
/*==========================*/
.dropdownPanelClass{ 
    padding: 5% 4%;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    -moz-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);  
    background-color : white;   
    width:auto;     
    border: 1px solid #eee;    
}

.UtilitiesdropdownPanel{
    position:absolute;
    display:none;  
    /*overflow:hidden;*/ 
    left: 75%;
    width: 20%;
    /*height: 50%;*/
    height: auto;     
    /*z-index:1005;*/
    z-index: 499;
}

.FeaturelabelPanelClass{ 
    position:absolute;
    display:none;  
    overflow:hidden; 
    width: 100%;
    height:80%;    
    z-index:1005;
    top: 300px;
    left:300px;
}

/*==========================*/
/*       Map Task Region        */
/*==========================*/
#utilitiesRegion div {
    position:relative;     
}
#mapTaskArea{    
    /*position: absolute;
    left: 75%;
    width: 30%;
    height: 100%;*/
    
    float: right;    
    margin-right: 4px;
    padding: 0;
}

#mapTaskArea ul li {
    display : inline;
    cursor: pointer;
}

#mapTaskArea ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
}

/*==========================*/
/*       Print Panel        */
/*==========================*/
span.promptClass {
    font-weight: bold;
    color: #FF0000;

}
.closePanelClass {
    float: right;
    margin: 5px;    
}
.FLLabel_closePanelClass {
     float: left;
    margin: 5px;
    text-align: center;
    padding: 2px 0 4px;
}
.panelCloseClass {
    cursor: pointer;
}
.failurelbl {
    color: #FF0000;
}

.progressIconSpan, .prePrint {    
    display:none;
}

.printResult {
    display: none;
}

.esriOverviewMap.ovwTL .ovwShow, .esriOverviewMap.ovwBR .ovwHide:before
{
    content: "\f14c";
    color: #00457c;
    font-family: FontAwesome;
    font-size: 20px;
    background-color: #fff;
    padding: 0.5px 3px;
    position: absolute;
    right: 2px;
    top: -10px;
    
    transform: rotate(270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}
.esriOverviewMap.ovwBR .ovwShow:before, .esriOverviewMap.ovwTL .ovwHide
{
    content: "\f14c";
    color: #00457c;
    font-family: FontAwesome;
    font-size: 20px;
    background-color: #fff;
    padding: 0.5px 3px;
    position: absolute;
    right: 2px;
    top: -10px;
    
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.esriOverviewMap.ovwTL .ovwShow, .esriOverviewMap.ovwBR .ovwHide, .esriOverviewMap.ovwBR .ovwShow, .esriOverviewMap.ovwTL .ovwHide
{
    background: none;
}
.simpleGeocoder .esriGeocoder
{
    border: 1px solid #969696;
    width:300px;
    border-radius: 0;
}

/*==========================*/
/*       Left Panel        */
/*==========================*/



/*==========================*/
/*  Color of "Find a place" box */
/*==========================*/
.simpleGeocoder .esriGeocoder input:focus
{
    color: #646464 !important;
}
/****************************/

/*==========================*/
/*    HRSA Grants Layer     */
/*==========================*/
.grantsLayerWrap
{
    margin: 6px;
    font-size: 1em;
}
    .grantsLayerWrap .grantsGroup
    {
        margin-bottom: 10px !important;
    }
    .grantsGroup label
    {
        font-size: 1em;
    }
    .grantsGroup label[for*="rdActive"]
    {
        font-weight: normal;
    }
    .grantsGroup label[for*="rdAwarded"]
    {
        font-weight: normal;
    }
    .grantsGroup input[type="radio"]
    {
        width: 20px;
        margin-top: 3px;
        vertical-align: top;
    }
    .grantsGroup button[id*="btnAddGrantLayer"]
    {
        margin-left: 6px;
    }
    .grantsGroup select.form-control
    {
        padding: 0;
        width: 99%;
        font-size: 0.9em;
        overflow: auto;
    }
    .grantsGroup select.test
    {
        overflow: auto !important;
    }
    h3.heading
    {
        font-size: 1em;
        padding: 0;
        margin: 0;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: bold;
    }
    p.contentP
    {
        font-size: 0.9em;
        line-height: 1.2em;
    }

/*================================*/
/*    HRSA Demographics Layer     */
/*================================*/
.demographicsLayerWrap
{
    margin: 6px;
    font-size: 1em;
}
    .demographicsLayerWrap .demographicsGroup
    {
        margin: 5px !important;
    }
    .demographicsLayerWrap .ramp {
        float:left;
        padding: 5px 5px 0 5px;
        display: inline-block;
        cursor: pointer;
    }
    .demographicsLayerWrap .ramp:hover {
        background-color: #ccc;
    }
    .demographicsLayerWrap .ramp.selected {
        background-color: #999;
    }
    .demographicsLayerWrap .ramp rect, #color-chips rect {
	stroke: #333;
	stroke-width: .5px;
    }
    .waiting * 
    {
        cursor: wait !important;
    }
    .demographicsGroup label
    {
        margin-bottom:-5px;
        font-size:1em;
    }
    .demographicsGroup label[id*="instructions"] 
    {
        font-size: 8px;    
    }
    .demographicsGroup button
    {
        margin-left: 6px;
        padding: 4px 4px 4px 4px;
        float:right;
    }
    /*.demographicsGroup button:hover:enabled  {
        border-width: 2px;
    }
    .demographicsGroup button:active:enabled  {
        border-width: 4px;
    }*/

    .no-drop button[id*="btnAddDemographicsLayer"]
    {
        cursor:no-drop;
    }
    .demographicsGroup select.form-control
    {
        padding: 0;
        width: 99%;
        font-size: 0.9em;
        overflow: auto;
    }
    .demographicsGroup select.form-control-short 
    {   
        margin-top: 5px;
        float:right;
        padding: 0;
        width: 60%;
        font-size: 0.9em;
        overflow: auto;
    }
    .demographicsGroup select.test
    {
        overflow: auto !important;
    }

#symbolizers label
{
    font-size: inherit;
}
.sp-replacer
{
    padding: 0 !important;
    height: 16px;
}
#point-symbolizer {
    padding-left: 0;
}
#point-symbolizer label
{
    /*font-weight: normal;*/
    font-weight: bold;
}
#polygon-symbolizer {
    padding-left:10px;
    display:none;
}
#polygon-symbolizer label 
{
    font-weight: normal;
}

#btnAddGrantLayer
{
    margin-left: 0;
}
/****************************/


/*cbtree modifications*/ 

span img.dijitLeaf
{  
    display: none;  
    background-image : none;
}


.claro .dijitTreeRowSelected, .claro .dijitTreeRowHover, .claro .dijitTreeRowActive
{    
    background-color: #fff;
    border-color : #fff !important;    
}

.claro .dijitTreeRowActive
{
    background: none !important;
}
.dijitTreeLabel
{
    margin: 0 !important;
}
.dijitTreeLabel label
{
    font-weight: normal;
    margin: 0;
    font-size: 1em;
}


.dijitTreeNodeHover,.dijitTreeNodeNotLoadedHover , .dijitNotLoadedHover , .dijitHover {
    background: none;
    border : none;
}

.claro .cbtreeCheckBox
{            
	background-image: none;        
}            
.dijitCheckBoxInput
{          
	opacity : 1;
}
             
.dijitTreeExpandoLeaf        
{           
	    display:none;        
}

/*Feature Layer Labelling*/
#FeatureLabelRegion {
    top: 17%;
    left: 5%;    
    /*position: absolute;*/

    width: auto;  
    
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    -moz-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);  
    background-color : white;   
    width:auto;     
    border: 1px solid #eee;         
     
}



#FeatureLayerLabel_Error {
    display: none;
}

.FeatureLayerLabel_PanelClass{ 
    padding: 5% 4%;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    -moz-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);  
    background-color : white;   
    width:auto;     
    border: 1px solid #eee;    
}

.layerlblMsgClass {
    color: #9a0101;
}

.customPromptClass {
    color: #000000;
    font-weight: bold;
    margin-left: 10px;
}

#Panel_header {
    cursor: move;
    position: relative;
}

#Panel_header_left {    
    float: left;
    width: 95%;    
}
    #Panel_header_left p {    
        padding: 2px 0 4px 16px;    
    }

#FeatureLayerlabel_close {
    width: 5%;
    margin: 0px;
    /*padding: 3px 0;*/

    background: #7d7d7d; /* Old browsers */

    background: -moz-linear-gradient(top, #7d7d7d 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7d7d 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#333333',GradientType=0 ); /* IE6-8 */  
    /*background:linear-gradient(to bottom, #7d7d7d 0%, #333333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
    #FeatureLayerlabel_close .panelCloseClass i.fa {
        color: #fff;
    }

.ui-widget-header{
   border: 0px;
   color: #fff;

   background: #7d7d7d; /* Old browsers */

   background: -moz-linear-gradient(top, #7d7d7d 0%, #333333 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#333333)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #7d7d7d 0%,#333333 100%); /* IE10+ */
   background: linear-gradient(to bottom, #7d7d7d 0%,#333333 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#333333',GradientType=0 ); /* IE6-8 */  
   /*background:linear-gradient(to bottom, #7d7d7d 0%, #333333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.accordionContent p.smallTextReg {
    margin-left: 8px;
}

.blockUIClass {
    background-color :rgb(0,0,0);
    opacity: 0.6;
    z-index : 1000;
}

.topblockUIClass {
    background-color: rgb(255,255,255);
    border: 3px solid #9a0101;
    z-index : 1011;
}

.panel-body , .panel-heading{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

/*Info Window Panel*/
#infoWindowRegion {
    top: 17%;
    left: 5%;
    
    width: auto;     

    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    -moz-box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);
    box-shadow: 2px 2px 2px 2px rgba(30, 50, 50, 0.61);  
    background-color : white;   
    width:auto;     
    border: 1px solid #eee; 

    padding-bottom: 15px;
    padding-right:5px;
    padding-left:5px;
}

#infowindowContent {
    max-height:245px;
    overflow: auto;
}

.infoPaneItemClass {
    border-width: 2px;    
}
.infoPaneItemClass ul {
    list-style: none;
    list-style-type: none;
    padding: 0px;
}
.infoPaneItemClass ul li{
    margin: 0px 3px;
}
.spanTextLeftClass {
    font : normal bold .8em arial, sans-serif;
    
}

.spanTextRightClass {
    font : normal .8em arial, sans-serif;
    
}

/*#infowindowClose .panelCloseClass i.fa {
    color: rgba(255,255,255,1);
}*/

.infowindowSummaryClass {
    
}
.label-title {
    color: #082840;    
    font : normal bold 1em arial, sans-serif;    
}

.label-underscore {    
    color: #082840;
    font : normal bold .8em arial, sans-serif;    
}

#infowindowContentSummary {
    padding-top : 10px;   
    padding-bottom: 10px;    
}
#infowindowContentSummary, #infowindowContent {
    
    padding-left: 5px;
    padding-right: 5px;
}




