/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/11/2014, 10:57:42 AM
    Author     : u4086599
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow:hidden;
}
#LocateButton {
    position: absolute;
    top: 28px;
    left: 100px;
    z-index: 50;
}
/* mouse hover animation */
@keyframes highlight {
    100% {
        fill-opacity: 1;
        stroke-width: 4;
        stroke: rgb(220, 20, 60);
    }
}

@-webkit-keyframes highlight {
    100% {
        fill-opacity: 1;
        stroke-width: 4;
        stroke: rgb(0, 0, 0);
    }
}

path:hover {
/*    cursor: pointer;*/
    animation-duration: 0.2s;
    animation-name: highlight;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: highlight;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.field-dataserviceregionname { cursor: pointer; }
.field-regionDescription { cursor: pointer; }
.field-attriname { cursor: pointer; }
.field-attriDescription { cursor: pointer; }
.field-Name { cursor: pointer; }
.field-OBJECTID { cursor: pointer; }
.field-selector {width: 12.5%; cursor: pointer; alignment-adjust: middle;}
label.bg{
    color: black;
    font-weight: bold;
    display: inline;
    /* width: 70px; */
    /* float: left; */
}
label.csv{
    color: black;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 170px;
    float: left;
    margin-left: 1em;
    margin-bottom: 2px;
    margin-right: 1em;
    /*padding-bottom: 1px;*/
}
label.fileS{
    color: black;
    font-weight: bold;
    display: block;
    width: 70px;
    float: left;
    margin-left: 1em;
    margin-bottom: 2px;
    margin-right: 1em;
}
button[type="button"]{
    font-size: 14px;
    margin-left: 1em;
    height: 35px;
}

.tempForm{
    display: none;
}
button{
    /*display: inline;*/
    /*                color:black;
                    background-color: rgba(0,10,15,.35);*/

    cursor: pointer;
    text-align: center;
    /*float: right;*/
}
button.filter{
    display: inline;
    /*                color:black;
                    background-color: rgba(0,10,15,.35);*/
    cursor: pointer;
    text-align: center;
    position: relative;
    left: 50%;
    /* float: inherit; */
}
button.reset{
    display: inline;
    color:black;
    /* background-color: rgba(0,10,15,.35); */
    cursor: pointer;
    text-align: center;
    position: relative;
    left: 50%;
    /* float: right; */
}
.independentForm{
    border: 1px groove #759dc0;

    margin: 2em;
    padding:  10px;
}
.btn {
    border: 1px solid #759dc0;

    padding: 2px 4px 4px 4px;
    color: #000000;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #bcd8f4;
    background-image: url("images/buttonEnabled.png");
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    _background-image: none;
}
.btn:hover{
    background-color: #86bdf2;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.center{
    text-align: center;
}
form.lable{
    width: 40px;
}
form.topFilter{
    border: solid #B8BBBC 2px;
}

.displayInput{
    border: 0px;
}
input[type="submit"]{
    cursor: pointer;
    width: 70px;
    /*                color: black;
                    background: rgba(0,10,15,.35);*/
}
input[type="reset"]{
    cursor: pointer;
    width: 70px;
    /*                color: black;
                    background: rgba(0,10,15,.35);*/
}
input[type="text"]{
    /*font-weight: bold;*/
    height: auto;
    margin-bottom: 4px;
    /*padding-bottom: 4px;*/
    /*color: white;*/
    /*background: rgba(0,10,15,.35);*/
    /*float: left;*/
    padding: 1px;
    /* border: solid 1px #090909; */
    box-shadow: inset 1px 1px 2px 0 #707070;
    transition: box-shadow 0.3s;
}
input[type="file"]{
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    height: 25px;
    /*padding-bottom: 4px;*/
    color: black;
    /*background: rgba(0,10,15,.35);*/
    /*float: left;*/
}
input[type="search"]{
    display: inline;
    position: relative;
    left: 50%;
    /* float: right; */
}
.esriBasemapGalleryNode{
    color: black;
}
.claro .dgrid-row-odd {
    background: #E3E9FF;
}
.claro .dgrid-row-table {
    margin-bottom: 1px;
    line-height: normal;
}
.claro .dgrid-selected {
    background-color: #9CD4FA;
}
.claro .dgrid-cell {
    vertical-align: baseline;
}
.claro .dijitTabContainerTop-dijitContentPane, .claro .dijitTabContainerLeft-dijitContentPane, .claro .dijitTabContainerBottom-dijitContentPane, .claro .dijitTabContainerRight-dijitContentPane, .claro .dijitAccordionContainer-dijitContentPane {
/*background-color: #ffffff;*/
padding: 0px;
}
.dgrid {
    position: relative;
    overflow: hidden; /* This is needed by IE to prevent crazy scrollbar flashing */
    /*border: 1px solid transparent;*/
    height: 80%;  
    display: block;
    /*25.5em;*/
    /*background: hsla(120,100%,75%,0.3);*/
    background: transparent;
    /*background:rgba(0,0,0,.25);*/
}
.dgrid .field-RegionInfoButton {
    width: 10%;
}
.field-AttributeInfoButton {
    width: 10%;
}
.field-dataserviceregionname  {
    width: 30%;
}
.field-attriname {
    width: 30%;
}
.field-Name {
    width: 55%;
}
.field-layerButton{
    width: 30px;
}