@charset "UTF-8";

@font-face {
    font-family: "launchpad-icons";
    src:url("../fonts/launchpad-icons.eot");
    src:url("../fonts/launchpad-icons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/launchpad-icons.woff") format("woff"),
        url("../fonts/launchpad-icons.ttf") format("truetype"),
        url("../fonts/launchpad-icons.svg#launchpad-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "launchpad-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="launchpad-icon-"]:before,
[class*=" launchpad-icon-"]:before {
    font-family: "launchpad-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.launchpad-icon-plus:before {
    content: "a";
}
.launchpad-icon-minus:before {
    content: "b";
}
.launchpad-icon-search:before {
    content: "c";
}
.launchpad-icon-arrow-up:before {
    content: "d";
}
.launchpad-icon-arrow-right:before {
    content: "e";
}
.launchpad-icon-arrow-left:before {
    content: "f";
}
.launchpad-icon-arrow-down:before {
    content: "g";
}
.launchpad-icon-home:before {
    content: "h";
}
.launchpad-icon-locate:before {
    content: "i";
}
.launchpad-icon-clear:before {
    content: "j";
}
.launchpad-icon-check:before {
    content: "k";
}
.launchpad-icon-double-arrow-up:before {
    content: "l";
}
.launchpad-icon-double-arrow-down:before {
    content: "m";
}
.launchpad-icon-arrow-drop-down:before {
    content: "n";
}
.launchpad-icon-refresh:before {
    content: "o";
}
.launchpad-icon-arrow-drop-up:before {
    content: "p";
}
.launchpad-icon-arrow-drop-left:before {
    content: "q";
}
.launchpad-icon-arrow-drop-right:before {
    content: "r";
}
.launchpad-icon-previous:before {
    content: "s";
}
.launchpad-icon-next:before {
    content: "t";
}
.launchpad-icon-play:before {
    content: "u";
}
.launchpad-icon-pause:before {
    content: "v";
}
.launchpad-icon-error:before {
    content: "w";
}
.launchpad-icon-calendar:before {
    content: "x";
}
.launchpad-icon-folder-open:before {
    content: "y";
}
.launchpad-icon-folder-closed:before {
    content: "z";
}
.launchpad-icon-add-circle:before {
    content: "A";
}
.launchpad-icon-apps:before {
    content: "B";
}
.launchpad-icon-map-pin:before {
    content: "C";
}
.launchpad-icon-three-dots:before {
    content: "D";
}
.launchpad-icon-visibility-on:before {
    content: "E";
}
.launchpad-icon-visibility-off:before {
    content: "F";
}
.launchpad-icon-swipe-horizontal:before {
    content: "G";
}
.launchpad-icon-swipe-vertical:before {
    content: "H";
}
.launchpad-icon-link:before {
    content: "I";
}
.launchpad-icon-slide:before {
    content: "J";
}
.launchpad-icon-time:before {
    content: "K";
}
.launchpad-icon-grid:before {
    content: "L";
}
.launchpad-icon-fullscreen:before {
    content: "M";
}
.launchpad-icon-fullscreen-exit:before {
    content: "N";
}
.launchpad-icon-print:before {
    content: "O";
}
.launchpad-icon-point:before {
    content: "P";
}
.launchpad-icon-line:before {
    content: "Q";
}
.launchpad-icon-polyline:before {
    content: "R";
}
.launchpad-icon-polyline-freehand:before {
    content: "S";
}
.launchpad-icon-triangle:before {
    content: "T";
}
.launchpad-icon-rectangle-fill:before {
    content: "U";
}
.launchpad-icon-circle-fill:before {
    content: "V";
}
.launchpad-icon-ellipse-fill:before {
    content: "W";
}
.launchpad-icon-polygon-fill:before {
    content: "X";
}
.launchpad-icon-polygon-freehand-fill:before {
    content: "Y";
}
.launchpad-icon-text:before {
    content: "Z";
}
.launchpad-icon-cursor:before {
    content: "0";
}
.launchpad-icon-selection-add:before {
    content: "1";
}
.launchpad-icon-selection-subtract:before {
    content: "2";
}
.launchpad-icon-trash:before {
    content: "3";
}
.launchpad-icon-cut:before {
    content: "5";
}
.launchpad-icon-union:before {
    content: "6";
}
.launchpad-icon-reshape:before {
    content: "7";
}
.launchpad-icon-undo:before {
    content: "8";
}
.launchpad-icon-redo:before {
    content: "9";
}
.launchpad-icon-edit:before {
    content: "4";
}
.launchpad-icon-pin:before {
    content: "!";
}
.launchpad-icon-measurement:before {
    content: "\"";
}
.launchpad-icon-measurement-area:before {
    content: "#";
}



html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: verdana,helvetica,arial,sans-serif;
    overflow: hidden;
}
#titleContainer {
    margin:0;
    width:100%;
    position: absolute;
}
.mainContainer {
    padding:0px;
    margin-top: 39px;
    width: auto;
    height:  calc(100% - 39px);
}
#mapDiv {
    padding: 0px;
    width: auto;
    height: 100%;
}
#borderContainer {
    width: 100%;
    display: block;
    background-color: white;
     height: 100%;
    border-right: 0px solid #d3d3d3;
}
.toolsContentContainer {
    width: 23vw;
    display: block;
    background-color: white;
    overflow:auto;
    height: 100%;
    /*float: left;*/
    border-right: 0px solid transparent;
}
.toolsContentContainer.dijitContentPane{
    padding: 0px;
}
#titleText {
    font-size: 1.7em;
    font-weight: bolder;
    margin: 5px 5px 5px 10px;

}
.titleHeader {
    padding: 0.8em;
    cursor: pointer;
    width: 100%;
    text-align: start;
    background: white;
    border: 0px solid transparent;
    font: inherit;
}
.titleHeader:active,.titleHeader:focus {
    outline: #ddd auto 1px;
}
.titleLabel {
    font-weight: bold;

}
.listExpandBtn {
    float: right;
    font-size: 1.5em;
    line-height: 0.9;

}
.templatePicker .dojoxGrid {
    overflow: auto;
    max-height: 40vh;
    width: 100%;
}
.claro .dijitContentPane {
    padding: 0px;
}
.esriViewPopup .header {
    font-weight: normal;
}
.esriViewPopup .break {
height: 0px;
}
.esriAttributeInspector .atiLayerName {
display: none;
}
#dockContainer {
    margin-left: 0px;
    top: 39px;
    height: 100%;
    z-index: 31;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.claro .dijitTextBox .dijitInputField {
    padding: 4px 1px;
}
.iconNode {
    height:30px; 
    width:30px;
    margin: 0px;
}
#attributeInspectorDiv .esriAttributeInspector{
    margin: 15px 0;
}
#widgetsContainer {
    background-color: transparent;
    z-index: 10;
}
.claro .dijitTabListContainer-top {
    position: relative;
}
.claro .dijitTooltip,
.claro .dijitTooltipDialog {
    /* the outermost dom node, holding the connector and container */
    background: transparent; /* make the area on the sides of the arrow transparent */
}
.claro .dijitTooltipContainer {
    background: #222;

    padding: 7px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.claro .dijitTooltip .dijitTooltipContainer {
    color: #ccc;
    border: 0 none;
    max-width: 200px;
    min-width: 100px;
    line-height: 1.5;
    text-align: center;
    font-size: 11px;
}
#stretchRendererTooltipDialog .dijitTooltipContainer, #addBookmarkTooltipDialog .dijitTooltipContainer {
    color:black;
    background: white;
    border-radius: 5px;
}
.claro .dijitTooltipConnector {
    z-index: 2;
    width: auto;
    height: auto;
}
.claro .dijitTooltipABRight .dijitTooltipConnector {

    left: auto !important;
    right: 10px;
}
.claro .dijitTooltipBelow {
    padding-top: 6px;
    margin-top: 0px;
}
.claro .dijitTooltipBelow .dijitTooltipConnector {
    background-image: none;
    width: auto;
    height: auto;
    top: 2px;
    left: 10px;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 0;
}
.claro .dijitTooltipAbove {
    padding-bottom: 4px;
}
.claro .dijitTooltipAbove .dijitTooltipConnector {
    background-image: none;
    width: auto;
    height: auto;
    bottom: 0;
    left: 10px;
    border-top: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
}
.claro .dijitTooltipLeft {
    padding-right: 4px;
}
.claro .dijitTooltipLeft .dijitTooltipConnector {
    background-image: none;
    width: auto;
    height: auto;
    right: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 0;
}
.claro .dijitTooltipRight {
    padding-left: 6px;
    margin-left: 8px;
}
.claro .dijitTooltipRight .dijitTooltipConnector {
    background-image: none;
    width: auto;
    height: auto;
    left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #222;
}

.claro .dijitDialog {
    background: #fff;
    border: 0 none;
    border-radius: 0px;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.15),0 3px 5px rgba(0,0,0,0.25);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.15),0 3px 5px rgba(0,0,0,0.25);

}
.searchingImageAttributes {
    width: 100%;
    height: auto;
    text-align: center;
}
/*.claro .dijitDialogTitleBar {
    background:#008299;
    border: 0 none;
    border-bottom: 0 none;
    padding: 7px 10px;
    text-align: center;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: bolder;
}*/

#tooltipDisplayOrder .dijitTooltipContainer, #stretchTooltipContainer .dijitTooltipContainer {
    background: #333;
    -webkit-border-radius: 0;
    border-radius: 0px;
    color:white;
    outline: none;
    border: 0px solid transparent;
}

.claro .dijitDialogTitle {
    color: white;

}
.claro .dijitDialogPaneContent {
    border-top: 0 none;
    padding: 10px;
    overflow: auto;
}
.claro .dijitDialogCloseIcon {
    right: 5px;
    height: 1em;
    width: 1em;
    background: none;
    content: url("../images/cancel.png");
    opacity: 0.5;
}
.claro .dijitDialogCloseIcon:hover {
    opacity: 1;
}
.claro .dijitSlider {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.claro .dijitSliderBar {
    border-style: solid;
    outline: 1px;
}
.claro .dijitRuleLabelsContainer {
    color: #2b2e34;
}
.claro .dijitSliderDisabled {
    opacity: 0.65;
}
.claro .dijitRuleLabelsContainerH {
    padding: 0;
}
.claro .dijitSliderBarH,
.claro .dijitSliderBumperH {
    height: 5px;
}
.claro .dijitSlider .dijitSliderLeftBumper {
    border-radius: 2px 0 0 2px;
    border-width: 1px 0 1px 1px;
    margin-left: 4px;
}
.active{
    background-color: rgba(59,60,64,0.4);
    border-radius: 4px;
}
.activeTool{
    background-color: rgba(59,60,64,0.9) !important;
}

.claro .dijitSlider .dijitSliderRightBumper {
    border-radius: 0 2px 2px 0;
    border-width: 1px 1px 1px 0;
    margin-left: -2px;
    margin-right: 4px;
}
.claro .dijitSlider .dijitSliderProgressBarH,
.claro .dijitSlider .dijitSliderLeftBumper {
    border-color: #d0d0d0;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #ffffff);
}
.claro .dijitSlider .dijitSliderRemainingBarH,
.claro .dijitSlider .dijitSliderRightBumper {
    border-color: #d0d0d0;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.075) inset;
}
.claro .dijitSliderHover .dijitSliderProgressBarH,
.claro .dijitSliderHover .dijitSliderLeftBumper {
    border-color: #d0d0d0;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #ffffff);
}
.claro .dijitSliderFocused .dijitSliderProgressBarH,
.claro .dijitSliderFocused .dijitSliderLeftBumper {
    border-color: #d0d0d0;
}
.claro .dijitRuleLabelsContainerV {
    padding: 0;
}
.claro .dijitSliderBarV,
.claro .dijitSliderBumperV {
    width: 6px;
}
.claro .dijitSlider .dijitSliderTopBumper {
    border-radius: 2px 2px 0 0;
    border-width: 1px 1px 0 1px;
    margin-top: 4px;
    margin-bottom: -2px;
}
.claro .dijitSlider .dijitSliderBottomBumper {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px 1px;
    margin-bottom: 4px;
}
.claro .dijitSlider .dijitSliderProgressBarV,
.claro .dijitSlider .dijitSliderBottomBumper {
    border-color: #d0d0d0;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}
.claro .dijitSlider .dijitSliderRemainingBarV,
.claro .dijitSlider .dijitSliderTopBumper {
    border-color: #d0d0d0;
    background-color: #fff;
    box-shadow: 1px -1px 1px rgba(0,0,0,0.075) inset;
}
.claro .dijitSliderHover .dijitSliderProgressBarV,
.claro .dijitSliderHover .dijitSliderBottomBumper {
    border-color: #d0d0d0;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}
.claro .dijitSliderFocused .dijitSliderProgressBarV,
.claro .dijitSliderFocused .dijitSliderBottomBumper {
    border-color: #d0d0d0;
}
.claro .dijitSliderImageHandle {
    background: #f5f5f5;
    background: linear-gradient(#fdfdfd 0%, #f5f5f5 100%);
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    border-radius: 50%;
    border: 1px solid #007ac2;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    position: absolute;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.claro .dijitSliderImageHandle:after {
    content: "";
    display: block;
    background: #f5f5f5;
    background: linear-gradient(#ddd, #fdfdfd 100%);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: 3px;
    top: 3px;
    position: absolute;
}
.claro .dijitSliderHover .dijitSliderImageHandle:after,
.claro .dijitSliderFocused .dijitSliderImageHandle:after {
    background: #007ac2;
    background: linear-gradient(#0082cf 0, #0073b6 100%);
    height: 6px;
    width: 6px;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd #f5f5f5 #fdfdfd;
}
.claro .dijitSliderDisabled.dijitSliderFocused .dijitSliderImageHandle:after {
    display: none;
}
.claro .dijitSliderDecrementIconH,
.claro .dijitSliderIncrementIconH,
.claro .dijitSliderDecrementIconV,
.claro .dijitSliderIncrementIconV {
    padding: 4px 12px;
    border-radius: 2px;
    box-shadow: none;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    cursor: pointer;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #f5f5f5);
    padding: 0;
    height: 20px;
    width: 20px;
}
.claro .dijitSliderDecrementButtonHover,
.claro .dijitSliderIncrementButtonHover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    transition: all 0.1s;
    background: #e1e1e1;
    background: linear-gradient(#f6f6f6, #e1e1e1);
}
.claro .dijitSliderDecrementButtonActive,
.claro .dijitSliderIncrementButtonActive {
    box-shadow: 0 1px 3px rgba(0,0,0,0.25) inset;
    transition: none;
    outline: none;
    background: #d0d0d0;
    background: linear-gradient(#f5f5f5, #f5f5f5);
}
.claro .dijitSliderReadOnly .dijitSliderDecrementIconH,
.claro .dijitSliderDisabled .dijitSliderDecrementIconH,
.claro .dijitSliderReadOnly .dijitSliderDecrementIconV,
.claro .dijitSliderDisabled .dijitSliderDecrementIconV,
.claro .dijitSliderReadOnly .dijitSliderIncrementIconH,
.claro .dijitSliderDisabled .dijitSliderIncrementIconH,
.claro .dijitSliderReadOnly .dijitSliderIncrementIconV,
.claro .dijitSliderDisabled .dijitSliderIncrementIconV {
    cursor: default;
    opacity: 0.65;
}
.claro .dijitSliderButtonInner {
    font-family: "launchpad-icons";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: inherit;
    vertical-align: text-top;
    height: 14px;
    width: 14px;
    line-height: 14px;
    margin: 0px;
    font-size: 0;
    visibility: visible;
    opacity: 1;
}
.claro .dijitSliderIncrementIconH .dijitSliderButtonInner:before,
.claro .dijitSliderIncrementIconV .dijitSliderButtonInner:before {
    content: "a";
    font-size: 10px;
}
.claro .dijitSliderDecrementIconH .dijitSliderButtonInner:before,
.claro .dijitSliderDecrementIconV .dijitSliderButtonInner:before {
    content: "b";
    font-size: 10px;

}
.claro .dijitRuleMarkH,
.claro .dijitRuleMarkV {
    /*border-left: 1px solid #9a9b9f;*/
    border-right: 1px solid #9a9b9f;
}
.claro .dijitRuleMarkV {
    border-right: 0 none;
    border-bottom: 1px solid #9a9b9f;
}
.claro .dijitRuleLabelContainerH {
    margin-top: 2px;
    margin-bottom: 2px;
}
.claro .dijitRuleLabelContainerV {
    margin-left: 2px;
    margin-right: 2px;
}
#primaryOpacity .dijitSliderRemainingBarH{
    background-color: #0080C0;
    border-color: lightskyblue;
}
#quality .dijitSliderProgressBarH{
    background-color: #0080C0;
    border-color: lightskyblue;
    background-image: linear-gradient(#0080C0, #0080C0);
}
.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode{
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: white;

}
.dijitButtonContents {
    padding: 5px 10px;
}
.iconHeight {
    height: 15px;
}
#nextBtn,#prevBtn{
    text-align: center;
    background: #fff;
    /* border: 1px solid #ddd;*/
    color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#nextBtn:hover,#prevBtn:hover{
    background: #ddd;
}
.btnWidth {
    margin: 0.2em;
}
.btnWidth .dijitButtonNode{
    width: 8em;
} 
.esriAttributeInspector .atiButton{
    background-image: none;
    width: auto;
    height: auto;
}
/*.esriAttributeInspector .atiDeleteButton {
    float: none;
}*/
.claro .dijitButtonDisabled, .claro .dijitDropDownButtonDisabled, .claro .dijitComboButtonDisabled, .claro .dijitToggleButtonDisabled {
    opacity: 0.7;
}
.toolContainers{
    display: block;
    width: 80px;
    height: 80px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 0px solid transparent;
    background-color: transparent;
    border-bottom: 1px solid;
}

/*.toolContainers:hover{
    background-color:#008299;
}*/

#toolsContentContainer .dijitDialogTitleBar {
    display:none;
}
#toolsContentContainer .dijitDialogPaneContent{
    padding:0px;
    overflow: hidden;
}
.iconText {
    font-size: inherit;
    color:white;
    font-weight: bold;
}
.titleBarTextSpan {
    margin-left: 5px; 
    line-height: 40px;
}



.closeContainerButton {
    float: right;
    display: inline;
    background: transparent;
    border: 0px solid transparent;
    cursor:pointer;
    height: 100%;
    opacity: 0.8;
}
.closeContainerButton:hover {
    opacity: 1;
}
.claro .dijitSelectHover {
    background-color: white;
    border-color: #b5bcc7;
}
.claro .dijitSelectHover .dijitArrowButton{
    background-color:#27b2cf;
    border-color:#27b2cf;
}
.claro .dijitSelectFocused {
    border-color: #b5bcc7;
}
.claro .dijitSelectFocused .dijitArrowButton{
    background-color:#27b2cf;
    border-color:#27b2cf;
}
.claro .dijitMenu .dijitMenuItemSelected td{
    background-color:#27b2cf;
    border-color:#27b2cf;
}
.claro .dijitCheckBox {
    background-image: none;
    background-color: transparent;
    border: 1px solid #4d4d4d;
    width: 14px;
    height: 14px;
    line-height: 1;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: visible;
}
.claro .dijitCheckBox input {
    position: absolute;
    top: 0;
}
.claro .dijitCheckBoxIcon:before {
    font-family: verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: inherit;
    vertical-align: middle;
    content: "\2713";
    line-height: 1;
    color:#27b2cf;
}
.claro .dijitCheckBoxChecked,
.claro .dijitCheckBoxCheckedDisabled {
    background-color:#27b2cf;
    border-color: #27b2cf;
}
.claro .dijitCheckBoxChecked:before,
.claro .dijitCheckBoxCheckedDisabled:before {
    font-family: "landsat";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: inherit;
    vertical-align: middle;
    content: "\2713";
    line-height: 1;
    color: #fff;
    font-size: 10px;
}
.claro .dijitCheckBoxIcon {
    padding: 0;
}
.claro .dijitCheckBoxChecked {
    border: 1px solid transparent;
}
.claro .dijitCheckBoxHover {
    border: 1px solid #007ac2;
}
.claro .dijitCheckBoxCheckedHover {
    border: 1px solid #007ac2;
}
.claro .dijitCheckBoxDisabled,
.claro .dijitCheckBoxCheckedDisabled {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.loading-indicator {
    /* Loading status */
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
}
.app-loading .loading-indicator,
.app-error .loading-indicator {
    /* Show this class when loading or error */
    display: block;
}
.app-loading .loading-indicator {
    /* Loading image */
    background-position: center center;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
}
.app-error .loading-message {
    /* Error status */
    background-position: top center;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    text-align: center;
}
/* Color Themes */
.fg{
}
.bg{
    /*
    opacity: 1;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(15, 15, 15, 0.75);
    -moz-box-shadow:    2px 2px 2px 0px rgba(15, 15, 15, 0.75);
    box-shadow:         2px 2px 2px 0px rgba(15, 15, 15, 0.75);*/
}
/*Icon Fonts*/


@font-face {
    font-family: 'elevfonts';
    src:url('../fonts/tool-icons.eot?o2bzxw');
    src:url('../fonts/tool-icons.eot?o2bzxw#iefix') format('embedded-opentype'),
        url('../fonts/tool-icons.ttf?o2bzxw') format('truetype'),
        url('../fonts/tool-icons.woff?o2bzxw') format('woff'),
        url('../fonts/tool-icons.svg?o2bzxw#tool-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'elevfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
    content: "\e600";
}
.icon-draw:before {
    content: "\e61b";
}
.icon-map-pin:before {
    content: "\e61d";
}
.icon-basemap:before {
    content: "\e634";
}
.icon-legend:before {
    content: "\e642";
}
.icon-layers:before {
    content: "\e659";
}
.icon-profile:before {
    content: "\e602";
}
.icon-twitter:before {
    content: "\e802";
}
.icon-facebook-squared:before {
    content: "\e803";
}
.icon-gplus:before {
    content: "\e804";
}
.icon-mail-alt:before {
    content: "\e805";
}
.icon-link:before {
    content: "\e806";
}
.icon-share2:before {
    content: "\e65c";
}
.icon-share:before {
    content: "\e601";
}


.tool-btn{
    text-align: center;
    margin:0;
    background: transparent;
    border: none !important;
    cursor:pointer;
    border-radius:4px;
}
.map-tools{
    position: absolute;
    top:170px;
    left:20px;
    width:30px;
    text-align: center;
}
/*Esri zoom slider */
.slider-false .map-tools{
    top:65px;
}
.slider-false.nosearch .map-tools{
    top:20px;
}
.nosearch .map-tools{
    top:170px;
}
.map-btn{
    border: 1px solid #999;
    margin-bottom:5px;
    display: none;
    background: transparent;
    cursor:pointer;
    line-height: 26px;
    font-size: 20px;
}
.hide{
    display:none;
}
.container_hide{
    display: none;
}
.arrow_box {
    position: relative;
    background: #222e36;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-right-color:inherit;
    border-width: 12px;
    margin-top: -12px;
}
.arrow_box:before {
    border-width: 12px;
    margin-top: -12px;
}

.arrow_content{
    overflow: hidden;
    display: inline-block;
}

.dialog-header{
    width:100%;
    margin-bottom:4px;
}


.esriBasemapGallery{
    padding:10px;
}



.esriBasemapGallery {
    background: transparent;
}
.esriBasemapGalleryNode {
    float: left;
    margin: 4px;
    width: auto;
}
.esriBasemapGalleryNode a {
    background: #fff;
    border: 1px solid #d0d0d0;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    position: relative;
    transition: background 0.2s ease;

}
.esriBasemapGalleryNode a img {
    vertical-align: middle;
}
.esriBasemapGalleryNode a:hover {
    background: #f2f2f2;
}
.esriBasemapGalleryNode a:active {
    background: #e6e6e6;
}
.esriBasemapGalleryLabelContainer {
    font-size:0.8em;
    background: transparent;
    text-align: center;
    width: 110px;
    overflow: hidden;
    display: block;
}
.esriBasemapGalleryThumbnail {
    height: 67px;
    width: 100px;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border: 2px solid #007ac2;
    margin: 0;
}
.esriBasemapGallerySelectedNode a:after {
    font-family: 'elevfonts';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: inherit;
    vertical-align: bottom;
    height: 20px;
    width: 30px;
    background: #007ac2;
    content: "\e605";
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.map .esriMapTooltip {
    width:0px;
    border: 0px solid transparent;
    background-color: transparent;
    z-index: 0;
    border-radius: 0px;
    padding: 0px;
    font-size: 0pt;
}
.graphicInfoContainer{
    bottom: 5px;
    left: 11px;
    position: absolute;
    z-index: 30;
    font-size: 11px;
    color: white;
    padding: 2px 10px;
    background: rgba(0,0,0,0.5);
}
#search{
    position: absolute;
    left: auto;
    right: 20px;
    top: 90px;
    display: block;
    z-index: 10;
}
.slider-false #search{
    top:20px;
}
.arcgisSearch .searchGroup .searchInput {
    width: 200px;
    padding: 6px 17px 6px 18px;
    zoom: 1;
}
.arcgisSearch .searchIcon{
    color:inherit;
}
.arcgisSearch .searchCollapsed .searchSubmit{
    background-color:inherit;
    color:inherit;
    border-radius: 0;
}
.arcgisSearch .searchBtn{
    padding:6px 5px;
}
.arcgisSearch .searchExpandContainer .searchBtn{
    padding:6px 12px;
}
.scalebar_top-left {
    left: 10px;
    top: 10px;
}
.scalebar_top-right {
    right: 200px;
    top: 10px;
}
.scalebar_top-center {
    top: 10px;
    left:calc(50% - 62px);
}
.scalebar_bottom-left {
    left: 10px;
    bottom: 30px;
}
.scalebar_bottom-center {
    left: calc(50% - 62px);
    bottom: 42px;
}
.scalebar_bottom-right {
    right: 150px;
    bottom: 42px;
}

.esriSimpleSlider{
    border:none;
}

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    border-bottom: 1px solid #999;
}
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton, .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    border-radius: 1px;
}
.esriSimpleSlider div{
    font-size:22px;
    font-family: 'lato', sans-serif;
    line-height: 22px;
}
.esriSimpleSlider, .arcgisSearch .searchBtn {
    font-size: 22px;
    font-family: 'lato', sans-serif;
    line-height: 22px;
    border: 1px solid #999;
    border-radius: 1px;
}
.esriSimpleSliderTL{

}


.draw-active{
    /*cursor: url('images/draw-active.png'),auto;*/
    cursor:crosshair;
}
.edit-button{
    background-image: url('./images/draw.png');
    width: 17px;
    height:17px;
    background-repeat: no-repeat;
    margin: 0 auto;
    cursor:pointer;
}

.edit-section{
    background:aliceblue;
    padding:10px;
    -webkit-transition: display 0.5s;
    -moz-transition: display 0.5s;
    -o-transition: display 0.5s;
    transition: display 0.5s;
}
.edit-section .close-edit-btn{
    float:right;
    background-image: url('./images/close.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
}
.instructions {
    /*display:none;*/
    padding:2px;
    font-size:11px;
    /*margin:0 auto;*/
    width:296px;
}
.input-section{
    /*margin:0 auto;*/
}
.jimu-float-trailing {
  float: right;
}
.jimu-float-leading {
  float: left;
}
.jimu-btn {
  background-color: #485566;
  color: #ffffff;
}
.jimu-btn {
  cursor: pointer;
  min-width: 70px;
  display: inline-block;
  padding: 0 15px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jimu-btn:hover {
  background-color: #596d87;
  color: #ffffff;
}
.jimu-popup{
  /*background-color: #4c4c4c;
  color: white;*/
  box-shadow: 0 0 4px rgba(160,160,160,0.4);
  position: absolute;
  background-color: white;
  border-radius: 4px;
  opacity: 0;
  overflow: hidden;
  padding:40px;
}
.jimu-popup .title-label {
  color: white;
}
.jimu-popup > .title{
  border-bottom-color: #222;
}
.jimu-message>.content{
  word-wrap: break-word;
  white-space: pre-line;
  overflow-y: hidden;
}
/*.jimu-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}*/
/* css for dijit TabContainer3 */
.jimu-tab3{
  position:relative;
  width:100%;
}

.jimu-tab3 .control-node{
  overflow: hidden;
}

.jimu-tab3 .control-table{
  width: 100%;
  /*table-layout: fixed;*/
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}

.jimu-tab3 .tab-item-td{
  padding:0 40px;
  cursor: pointer;
  min-width: 0;
  white-space:nowrap;
}

.jimu-tab3.average .tab-item-td{
  padding: 0;
}

.jimu-tab3 .tab-item-td.jimu-state-active{
  color: #48494B;
}

.jimu-tab3 .tab-item-div{
  position:relative;
  width:100%;
  height:36px;
  line-height:36px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jimu-tab3>.tab-shelter{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fafafc;
  opacity: 0.5;
}

.jimu-tab3 .tab-item-td{
  color: #898989;
	border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/*.jimu-tab3 .tab-item-td.jimu-state-active{
  color: #48494B;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 2px solid #15a4fa;
  border-bottom: 0;
}*/

.jimu-tab3 .tab-item-td.jimu-state-active{
  color: #48494B;
  border-bottom: 2px solid #24B5CC;

  color: #24B5CC;
}
.jimu-widget-add-data .jimu-tab3 {
    height: 100%;
  }
  .jimu-widget-add-data .search-pane,
  .jimu-widget-add-data .secondary-pane {
    height: 100%;
    /*width: 100%;*/
    background-color: #f8f8f8;
    position: relative;
  }
  /*.jimu-widget-add-data .search-pane > *,
  .jimu-widget-add-data .secondary-pane > * {
    width: 100%;
  }*/
  .jimu-widget-add-data .search-pane-content {
    position: absolute;
    top: 140px;
    width:100%; /*CHANGE*/
    bottom: 0;
    overflow: auto;
    background-color: #efefef;
  }
  .jimu-widget-add-data .search-pane .search-bar {
    padding: 10px 15px;
    line-height: 20px;
  }
  .jimu-widget-add-data .search-pane .search-bar .btn-group > .btn {
    min-width: 40px;
    padding-top: 10px;
    padding-bottom: 13px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-left: 5px;
    margin-right: 5px;
    color: #898989;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
  }
  .jimu-widget-add-data .search-pane .search-bar .btn-group > .btn.active,
  .jimu-widget-add-data .search-pane .search-bar .btn-group > .btn.active:active,
  .jimu-widget-add-data .search-pane .search-bar .btn-group > .btn.active:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-bottom-color: #24b5cc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .jimu-widget-add-data .search-pane .search-bar.main-search-bar {
    background-color: #fff;
    padding-bottom: 0;
    position: relative;
  }
  .jimu-widget-add-data .search-pane .search-bar.search-scope-bar .search-sort-options {
    margin-top: 5px;
  }
  .jimu-widget-add-data .search-pane .search-bar-secondary {
    background-color: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }
  .jimu-widget-add-data .search-pane .search-pane-header {
    border-bottom: 1px solid #cccccc;
  }
  .jimu-widget-add-data .search-pane .search-pane-header:before,
  .jimu-widget-add-data .search-pane .search-pane-header:after {
    content: " ";
    display: table;
  }
  .jimu-widget-add-data .search-pane .search-pane-header:after {
    clear: both;
  }
  .jimu-widget-add-data .search-pane .search-bar:before,
  .jimu-widget-add-data .search-pane .search-bar:after {
    content: " ";
    display: table;
  }
  .jimu-widget-add-data .search-pane .search-bar:after {
    clear: both;
  }
  .jimu-widget-add-data .search-pane .search-data-type-options {
    margin-right: 15px;
  }
  .jimu-widget-add-data .search-pane .search-curated-option {
    display: inline-block;
    margin-left: 30px;
  }
  .jimu-widget-add-data .search-pane .search-bar-separator {
    border-bottom: 1px solid #e7e7e7;
  }
  .jimu-widget-add-data .search-pane .search-pane-default .search-bar {
    text-align: right;
    margin-bottom: 24px;
  }
  .jimu-widget-add-data .search-pane .search-results-pane {
    padding: 10px 5px;
  }
  .jimu-widget-add-data .search-pane .search-results-pane:after {
    content: "";
    display: table;
    clear: both;
  }
  .jimu-widget-add-data .search-pane .item-card {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: width 0.1s ease;
    -moz-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
  }
  
  .jimu-widget-add-data .search-pane .item-card .item-card-inner {
    height: 70px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-bottom-color: #cccccc;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jimu-widget-add-data .search-pane .item-card .thumbnail {
    float: left;
    margin-right: 10px;
  }
  
  .jimu-widget-add-data .search-pane .item-card .thumbnail img {
    height: 60px;
    width: 90px;
  }
  .jimu-widget-add-data .search-pane .item-card h3.title {
    /*min-height: 35px;*/
    margin: 0 5px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jimu-widget-add-data .search-pane .item-card div.info {
    color: #898989;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 3px;
  }
  .jimu-widget-add-data .search-pane .item-card .action-bar,
  .jimu-widget-add-data .secondary-pane .action-bar {
    text-align: right;
  }
  .jimu-rtl .jimu-widget-add-data .search-pane .item-card .action-bar,
  .jimu-rtl .jimu-widget-add-data .secondary-pane .action-bar {
    text-align: left;
  }
  .jimu-widget-add-data .secondary-pane {
    padding: 20px 15px;
    overflow: auto;
  }
  .jimu-widget-add-data .secondary-pane label {
    color: #898989;
    display: block;
    margin-bottom: 10px;
  }
  .jimu-widget-add-data .add-file-pane label {
    display: inline-block;
  }
  .jimu-widget-add-data .secondary-pane .dijit {
    margin-bottom: 10px;
  }
  .jimu-widget-add-data .secondary-pane div.action-bar {
    margin-top: 20px;
  }
  .jimu-widget-add-data .secondary-pane .jimu-btn {
    color: #fff;
    line-height: 20px;
    text-decoration: none;
  }
  .jimu-widget-add-data .secondary-pane .jimu-btn:active {}
  .jimu-widget-add-data .search-pane .item-card .action-bar a,
  .jimu-widget-add-data .add-url-pane .action-bar a,
  .jimu-widget-add-data .add-file-pane .file-form label {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px;
    margin-right: 5px;
  }
  .jimu-widget-add-data .search-pane .item-card .action-bar a.disabled,
  .jimu-widget-add-data .add-url-pane .action-bar a.disabled,
  .jimu-widget-add-data .add-file-pane .file-form label.disabled,
  .jimu-widget-add-data .add-file-pane .drop-area.disabled {
    opacity: 0.3;
  }
  .jimu-widget-add-data .search-pane .item-card .action-bar .message {
    font-size: 10px;
    font-style: italic;
    margin-left: 4px;
    margin-right: 4px;
  }
  .jimu-widget-add-data .add-url-pane .action-bar .jimu-btn,
  .jimu-widget-add-data .add-file-pane .file-form label {
    margin-right: 0;
    min-width: 180px;
    white-space: normal;
  }
  .jimu-widget-add-data .add-url-pane {
    padding: 0;
  }
  .jimu-widget-add-data .add-url-pane-container {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 35px;
  }
  .jimu-widget-add-data .add-url-pane-container--inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .jimu-widget-add-data .add-file-pane .intro ul {
    font-size: 10px;
    margin: 0;
    padding: 2px 0 2px 20px;
  }
  .jimu-widget-add-data .add-file-pane .intro ul .note {
    font-style: italic;
  }
  .jimu-rtl .jimu-widget-add-data .add-file-pane .intro ul {
    padding: 2px 20px 2px 0;
  }
  .jimu-widget-add-data .add-file-pane .generalize-options .jimu-checkbox .checkbox {
    margin-top: 0;
    vertical-align: middle;
  }
  .jimu-widget-add-data .add-file-pane .generalize-options .jimu-checkbox .label {
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
  }
  .jimu-widget-add-data .add-file-pane .browse-or-drop {
    /*text-align: center;*/
  }
  .jimu-widget-add-data .add-file-pane .or {
    display: block;
    margin: 20px auto;
    font-size: 11px;
    color: #898989;
    width: 90%;
    max-width: 400px;
    line-height: 20px;
    position: relative;
  }
  .jimu-widget-add-data .add-file-pane .or:before,
  .jimu-widget-add-data .add-file-pane .or:after {
    content: "";
    display: block;
    height: 1px;
    width: 35%;
    background: #eee;
    position: absolute;
    top: 9px;
    left: 0;
  }
  .jimu-widget-add-data .add-file-pane .or:after {
    right: 0;
    left: auto;
  }
  .jimu-widget-add-data .add-file-pane .or b {
    display: inline-block;
    padding-right: 5px;
  }
  .jimu-widget-add-data .add-file-pane .drop-area {
    /*width: 100%;*/
    background: #fff;
    margin: 10px auto 0;
    padding: 25px 50px 35px;
    border: 1px dashed #ccc;
    color: #898989;
    font-size: 12px;
    text-align: center;
    line-height: 1.75;
    text-transform: uppercase;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity ease-in-out 0.15s;
    -moz-transition: opacity ease-in-out 0.15s;
    -o-transition: opacity ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s;
  }
  .jimu-widget-add-data .add-file-pane .drop-area i {
    color: #485566;
    font-style: normal;
  }
  .jimu-widget-add-data .add-file-pane .drop-area a.drop-area-hint {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit {
    background: #f9f9f9;
    border-color: #24b5cc; /* #24b5cc #90ee90 */
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit > * {
    pointer-events: none; /* so that children don't fire dragenter/dragleave */
    display: none;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types {
    display: block;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .upload-arrow {
    display: block;
    width: 48px;
    height: 48px;
    background: url(images/arrow_up.png) no-repeat;
    margin: 0 auto;
    -moz-animation: updload-arrow-animation 1s infinite;
    -webkit-animation: updload-arrow-animation 1s infinite;
    animation: updload-arrow-animation 1s infinite;
  }
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types {
    margin: 15px 0 35px;
    opacity: .5;
    pointer-events: none;
    -webkit-transition: opacity ease-in-out 0.15s;
    -moz-transition: opacity ease-in-out 0.15s;
    -o-transition: opacity ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s;
  }
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types img {
    width: 45px;
    margin-left: -5px;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types img.first-type-icon {
    -moz-transform: rotate(-8deg);
    -moz-transform-origin: right bottom;
    -webkit-transform: rotate(-8deg);
    -webkit-transform-origin: right bottom;
    -o-transform: rotate(-8deg);
    -o-transform-origin: right bottom;
    transform: rotate(-8deg);
    transform-origin: right bottom;
    bottom: -1px;
  }
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types img.second-first-type-icon {
    -moz-transform: rotate(-3deg);
    -moz-transform-origin: right bottom;
    -webkit-transform: rotate(-3deg);
    -webkit-transform-origin: right bottom;
    -o-transform: rotate(-3deg);
    -o-transform-origin: right bottom;
    transform: rotate(-3deg);
    transform-origin: right bottom;
  }
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types img.second-last-type-icon {
    -moz-transform: rotate(3deg);
    -moz-transform-origin: left bottom;
    -webkit-transform: rotate(3deg);
    -webkit-transform-origin: left bottom;
    -o-transform: rotate(3deg);
    -o-transform-origin: left bottom;
    transform: rotate(3deg);
    transform-origin: left bottom;
  }
  .jimu-widget-add-data .add-file-pane .drop-area .supported-file-types img.last-type-icon {
    -moz-transform: rotate(8deg);
    -moz-transform-origin: left bottom;
    -webkit-transform: rotate(8deg);
    -webkit-transform-origin: left bottom;
    -o-transform: rotate(8deg);
    -o-transform-origin: left bottom;
    transform: rotate(8deg);
    transform-origin: left bottom;
    bottom: -1px;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types {
    opacity: 1;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types img {
    margin-left: 0px;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types img.first-type-icon {
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    bottom: -3px;
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types img.second-first-type-icon {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types img.second-last-type-icon {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .jimu-widget-add-data .add-file-pane .drop-area.hit .supported-file-types img.last-type-icon {
    -moz-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
    bottom: -3px;
  }
  .jimu-widget-add-data .add-file-pane .file-form {
    display: inline-block;
  }
  
  /* Urban ....................................................................*/
  .jimu-widget-add-data .search-box2 {
    display: inline-block;
  }
  .jimu-widget-add-data .search-box2 {
    float: right;
  }
  .jimu-widget-add-data .search-box2 .search-textbox {
    vertical-align: middle;
    height: 18px;
    width: 200px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .jimu-widget-add-data .search-box2 .btn {
    display: inline-block;
    height: 30px;
    margin-left: -1px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: #196fa6;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .jimu-widget-add-data.width-small .search-box2 .search-textbox {
    width: 150px;
  }
  .jimu-widget-add-data.width-small .add-file-pane .or:before,
  .jimu-widget-add-data.width-small .add-file-pane .or:after {
    width: 25%;
  }
  .jimu-widget-add-data.width-medium .search-box2 .search-textbox {
    width: 140px;
  }
  .jimu-widget-add-data.width-medium .filter-wrapper .sort-prompt,
  .jimu-widget-add-data.width-small .filter-wrapper .sort-prompt {
    display: none;
  }
  .jimu-widget-add-data.width-medium .search-pane .search-results-pane {
    padding: 5px 0;
  }
  .jimu-widget-add-data.width-medium .search-pane .item-card .item-card-inner {
    margin-bottom: 5px;
  }
  .jimu-widget-add-data.height-small .add-file-pane {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .jimu-widget-add-data.height-small .add-file-pane .drop-area {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .jimu-widget-add-data.height-small .add-file-pane .drop-area .supported-file-types {
    margin-bottom: 20px;
  }
  .jimu-widget-add-data .search-bbox-option .checkbox-inline,
  .jimu-widget-add-data .search-bbox-option .checkbox-inline input,
  .jimu-widget-add-data .search-pane .filter-placeholder {
    cursor: pointer;
  }
  .jimu-widget-add-data.width-small .search-bbox-option {
      max-width: 120px;
      font-size: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .jimu-widget-add-data.width-small .search-bbox-option .switch-toggle-group {
      overflow: hidden;
      text-overflow: ellipsis;
  }
  /* ......................................................................... */
  
  .jimu-widget-add-data .search-pane .search-bbox-option .checkbox-inline {
    padding-left: 38px;
    margin-right: 25px;
  }
  .jimu-widget-add-data .search-pane .search-box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .jimu-widget-add-data .search-pane .search-box .input-group > * {
    display: table-cell;
    vertical-align: middle;
  }
  .jimu-widget-add-data .search-pane .search-box .search-textbox {
    height: 30px;
    width: 200px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .jimu-widget-add-data .search-pane .search-box .btn {
    display: inline-block;
    margin-left: -1px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: #196fa6;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .jimu-widget-add-data .search-pane .search-box .btn-clear {
    border-color: transparent;
    background: transparent;
    position: absolute;
    left: -32px;
  }
  .jimu-widget-add-data .search-pane .search-box-placeholder,
  .jimu-widget-add-data .search-pane .filter-placeholder,
  .jimu-widget-add-data .search-pane .scope-placeholder {
    display: none;
  }
  .jimu-widget-add-data .search-pane .search-sort-options > * {
    vertical-align: middle;
  }
  .jimu-widget-add-data .search-pane .search-sort-options label {
    font-weight: normal;
    font-size: 11px;
    color: #898989;
  }
  .jimu-widget-add-data .search-pane .search-sort-options .sort-order-icon {
    float: right;
    width: 24px;
    height: 24px;
    margin: 3px 0;
  }
  
  .jimu-widget-add-data .search-pane .search-sort-options .dropdown-toggle .sort-order-icon {
    float: none;
    padding: 0 5px;
  }
  .jimu-widget-add-data .search-pane .sort-order-icon {
    background-image: url("images/down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url("images/sort-down-arrow.png");
  }
  .jimu-widget-add-data .search-pane .sort-order-icon.descending {
    background-image: url("images/sort-up-arrow.png");
  }
  .jimu-widget-add-data .search-pane .scope-options > * {
    display: inline-block;
  }
  .jimu-widget-add-data .search-pane .checkbox-inline,
  .jimu-widget-add-data .search-pane .radio-inline {
    position: relative;
    padding-left: 21px;
    margin-right: 10px;
  }
  .jimu-widget-add-data .search-pane .checkbox-inline .dijitCheckBox,
  .jimu-widget-add-data .search-pane .radio-inline .dijitCheckBox {}
  .jimu-widget-add-data .search-pane .search-item-ratings-comments-views {
    display: block;
    padding: 5px;
  }
  .jimu-widget-add-data .search-pane .search-item-ratings-comments-views [class*="gd-icon-"] {
    margin-right: 10px;
    vertical-align: middle;
  }
  .jimu-widget-add-data .search-pane .search-paging .pagination {
    margin: 0;
  }
  .jimu-widget-add-data .search-pane .search-paging,
  .jimu-widget-add-data .search-pane .search-result-count {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .jimu-widget-add-data .search-pane .pagination > li > span,
  .jimu-widget-add-data .search-pane .pagination > li > span:focus,
  .jimu-widget-add-data .search-pane .pagination > li > span:hover {
    color: inherit;
    border-color: transparent;
    background-color: transparent;
  }
  .jimu-widget-add-data .search-pane .pagination > li.current-page > span {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jimu-widget-add-data .search-pane .pagination [class*=" esri-icon-"],
  .jimu-widget-add-data .search-pane .pagination [class^="esri-icon-"] {
    position: relative;
    top: 1px;
  }
  .jimu-widget-add-data .search-pane .search-result-count {
    margin: 0 10px;
  }
  .jimu-widget-add-data.width-768 .item-card {
    width: 50%;
  }
  .jimu-widget-add-data.width-1200 .item-card {
    width: 33.3333333333%;
  }
  .jimu-widget-add-data.width-medium .search-pane .search-bar,
  .jimu-widget-add-data.width-small .search-pane .search-bar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .jimu-widget-add-data.width-medium .search-pane .search-bar .btn-group > .btn,
  .jimu-widget-add-data.width-small .search-pane .search-bar .btn-group > .btn {
    margin-left: 0;
  }
  .jimu-rtl .jimu-widget-add-data.width-medium .search-pane .search-bar .btn-group > .btn,
  .jimu-rtl .jimu-widget-add-data.width-small .search-pane .search-bar .btn-group > .btn {
    margin-left: auto;
    margin-right: 0;
  }
  .jimu-widget-add-data.width-medium .search-box-placeholder,
  /* .jimu-widget-add-data.width-medium .filter-placeholder, Urban */
  /* .jimu-widget-add-data.width-small .filter-placeholder, Urban */
  .jimu-widget-add-data.width-small .search-box-placeholder,
  .jimu-widget-add-data.filter-placeholder-on .filter-placeholder {
    display: block;
    height: 30px;
    width: 30px;
    background-image: url("images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .jimu-widget-add-data.width-medium .search-box,
  .jimu-widget-add-data.width-small .search-box {
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    background: #ffffff;
  }
  .jimu-widget-add-data.width-small .search-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .jimu-widget-add-data.width-medium .search-box .input-group,
  .jimu-widget-add-data.width-small .search-box .input-group {
    width: 100%;
  }
  .jimu-widget-add-data.width-medium .search-box .search-textbox,
  .jimu-widget-add-data.width-small .search-box .search-textbox {
    width: 100%;
  }
  .jimu-widget-add-data.width-medium .search-box .search-btn,
  .jimu-widget-add-data.width-small .search-box .search-btn {
    width: 1%;
    position: relative;
  }
  .jimu-widget-add-data.width-medium .search-box.show,
  .jimu-widget-add-data.width-small .search-box.show {
    display: block;
  }
  .jimu-widget-add-data.width-medium .search-box-placeholder,
  .jimu-widget-add-data.width-small .search-box-placeholder {
    margin: 0 0 8px;
  }
  .jimu-widget-add-data.width-medium .search-box-placeholder.opened,
  .jimu-widget-add-data.width-small .search-box-placeholder.opened {
    background-image: url("images/close.png");
  }
  .jimu-widget-add-data.width-medium .filter-placeholder,
  .jimu-widget-add-data.width-small .filter-placeholder {
    background-image: url("images/menu.png");
  }
  .jimu-widget-add-data.width-medium .scope-placeholder,
  .jimu-widget-add-data.width-small .scope-placeholder {
    display: block;
    padding: 5px 10px 15px;
    color: #196fa6;
    font-weight: bold;
  }
  .jimu-widget-add-data.width-medium .scope-placeholder:focus,
  .jimu-widget-add-data.width-small .scope-placeholder:focus {
    text-decoration: none;
  }
  .jimu-widget-add-data.width-medium .scope-placeholder > *,
  .jimu-widget-add-data.width-small .scope-placeholder > * {
    vertical-align: middle;
  }
  .jimu-widget-add-data.width-medium .scope-placeholder .dropdown-arrow,
  .jimu-widget-add-data.width-small .scope-placeholder .dropdown-arrow {
    display: inline-block;
    background-image: url("images/down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  /*.jimu-widget-add-data.width-medium .filter-wrapper, Urban */
  /* .jimu-widget-add-data.width-small .filter-wrapper, Urban */
  .jimu-widget-add-data.width-medium .btn-group,
  .jimu-widget-add-data.filter-placeholder-on .filter-wrapper,
  .jimu-widget-add-data.width-small .btn-group {
    display: none;
  }
  .jimu-widget-add-data.width-medium .filter-wrapper.show,
  .jimu-widget-add-data.width-medium .btn-group.show,
  .jimu-widget-add-data.width-small .filter-wrapper.show,
  .jimu-widget-add-data.width-small .btn-group.show {
    display: block;
    position: absolute;
    right: 0;
    top: 91px;
    z-index: 10;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .jimu-rtl .jimu-widget-add-data.width-medium .filter-wrapper.show,
  .jimu-rtl .jimu-widget-add-data.width-medium .btn-group.show,
  .jimu-rtl .jimu-widget-add-data.width-small .filter-wrapper.show,
  .jimu-rtl .jimu-widget-add-data.width-small .btn-group.show {
    left: 0;
    right: auto;
  }
  .jimu-widget-add-data.width-medium .btn-group.show,
  .jimu-widget-add-data.width-small .btn-group.show {
    top: 48px;
    left: 0;
    padding: 0;
    right: auto;
    min-width: 50%;
  }
  .jimu-rtl .jimu-widget-add-data.width-medium .btn-group.show,
  .jimu-rtl .jimu-widget-add-data.width-small .btn-group.show {
    left: auto;
    right: 0;
  }
  .jimu-widget-add-data.width-medium .btn-group.show .btn,
  .jimu-widget-add-data.width-small .btn-group.show .btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    font-weight: normal;
  }
  .jimu-widget-add-data.width-medium .btn-group.show .btn:hover,
  .jimu-widget-add-data.width-small .btn-group.show .btn:hover {
    background-color: #f4f4f4;
  }
  .jimu-widget-add-data.width-medium .btn-group.show .btn.active,
  .jimu-widget-add-data.width-medium .btn-group.show .btn.active:hover,
  .jimu-widget-add-data.width-small .btn-group.show .btn.active,
  .jimu-widget-add-data.width-small .btn-group.show .btn.active:hover {
    background-color: #196fa6 !important;
    color: #fff !important;
  }
  .jimu-widget-add-data.width-small .jimu-tab3 .tab-item-td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jimu-widget-add-data.width-small .search-pane .search-bar {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jimu-widget-add-data.width-small .search-pane .search-bar .btn-group > .btn {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
  .jimu-widget-add-data.width-small .search-pane .search-results-pane {
    padding: 0;
    overflow: hidden;
  }
  .jimu-widget-add-data.width-small .search-pane .item-card {
    padding-left: 0;
    padding-right: 0;
  }
  .jimu-widget-add-data.width-small .search-pane .item-card .item-card-inner {
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #e0e0e0;
  }
  .add-data-widget-popup .search-type-option {
    display: block;
    margin-bottom: 10px;
  }
  .add-data-widget-popup .search-type-option,
  .add-data-widget-popup .search-type-option input {
    cursor: pointer;
  }
  
  .jimu-widget-add-data {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
  }
  .jimu-widget-add-data .btn.hidden {
    visibility: hidden;
  }
  .jimu-widget-add-data .search-bbox-option,
  .jimu-widget-add-data .search-box {
    display: inline-block;
  }
  .jimu-widget-add-data .search-box,
  .jimu-widget-add-data .search-box-placeholder {
    float: right;
  }
  
  .jimu-widget-add-data .search-scope-options,
  .jimu-widget-add-data .search-sort-options {
    display: inline-block;
  }
  .jimu-widget-add-data .search-data-type-options {
    float: left;
  }
  
  .jimu-widget-add-data .filter-wrapper,
  .jimu-widget-add-data .filter-placeholder {
    float: right;
  }
  
  .jimu-widget-add-data .search-scope-options button.active {
    background-color: #cce6ff;
  }
  .jimu-widget-add-data .search-results-pane {
    overflow-y: auto;
  }
  .jimu-widget-add-data .search-paging,
  .jimu-widget-add-data .search-result-count {
    display: inline-block;
  }
  .jimu-widget-add-data .search-paging ul {
    margin: 0;
    padding: 0;
  }
  .jimu-widget-add-data .search-paging li {
    display: inline-block;
  }
  .jimu-widget-add-data .search-paging li.disabled a,
  .jimu-widget-add-data .search-paging li.disabled a:hover,
  .jimu-widget-add-data .search-paging li.disabled a:active,
  .jimu-widget-add-data .search-paging li.disabled a:focus {
    cursor: default;
    opacity: 0.35;
  }
  .jimu-widget-add-data .search-item-card .action-bar {
    margin-left: 20px;
  }
  .jimu-widget-add-data .search-item-card .action-bar a {
    margin-right: 8px;
  }
  .jimu-widget-add-data .dijitDropDownButton {
    margin: 0;
  }
  .jimu-widget-add-data .dijitSelect,
  .jimu-widget-add-data .dijitDropDownButton .dijitButtonNode {
    background: transparent;
    border: 0;
    padding: 7px 5px;
    color: #196fa6;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .jimu-widget-add-data .dijitSelect .dijitButtonContents,
  .jimu-widget-add-data .dijitDropDownButton .dijitButtonNode .dijitButtonContents {
    border-color: transparent;
  }
  .jimu-widget-add-data .dijitSelect .dijitInputField,
  .jimu-widget-add-data .dijitDropDownButton .dijitButtonNode .dijitInputField {
    padding: 0 5px;
  }
  .jimu-widget-add-data .dijitSelect .dijitArrowButton,
  .jimu-widget-add-data .dijitDropDownButton .dijitButtonNode .dijitArrowButton {
    background: transparent;
    border: 0;
  }
  .jimu-widget-add-data .dijitSelect.dijitSelectFocused .dijitArrowButton,
  .jimu-widget-add-data .dijitDropDownButton .dijitButtonNode.dijitSelectFocused .dijitArrowButton {
    padding: 0;
  }
  .jimu-widget-add-data .dijitSelect .dijitArrowButton .dijitArrowButtonInner,
  .jimu-widget-add-data .dijitSelectHover .dijitArrowButton .dijitArrowButtonInner,
  .jimu-widget-add-data .dijitSelectFocused .dijitArrowButton .dijitArrowButtonInner {
    background-image: url("images/down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  .jimu-widget-add-data .dijitDropDownButton .dijitArrowButtonInner {
    background-image: url("images/down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  .jimu-widget-add-data-dialog {
    background-color: #FFFFFF !important;
    border-color: #555555 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  }
  .jimu-widget-add-data-dialog .dijitDialogPaneContent {
    border-top: 1px solid #cccccc;
  }
  .jimu-widget-add-data-dialog .dijitDialogTitleBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .jimu-widget-add-data-dialog .dijitDialogTitle {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
  }
  .jimu-widget-add-data-dialog div.gap {
    margin-top: 20px;
  }
  .jimu-widget-add-data-dialog div.small-gap {
    margin-top: 4px;
  }
  .jimu-widget-add-data-dialog div.action-bar {
    margin-top: 10px;
  }
  .jimu-widget-add-data-dialog .url-textbox {
    height: 30px;
    width: 200px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .jimu-widget-add-data-dialog .url-textbox-wide {
    width: 500px;
  }
  .jimu-widget-add-data-dialog .examples {
    font-size: 9px;
    font-style: italic;
    margin-top: 4px;
    margin-left: 4px;
    opacity: 0.5;
  }
  
  /*style of AddFromUrlPane.html*/
  
  .jimu-widget-add-data .btn-link {
    color: #196fa6 !important;
  }
  .jimu-widget-add-data .switch-toggle-group {
    padding: 5px;
  }
  .jimu-widget-add-data .switch-toggle-group .checkbox-inline {
    padding-left: 36px;
    vertical-align: top;
  }
  .jimu-widget-add-data .switch-toggle-group .switch-toggle.dijitCheckBox {
    margin-left: -36px;
  }
  
  .jimu-widget-add-data .switch-toggle.dijitCheckBox {
    height: 16px;
    width: 28px;
    border: 0 none;
    background: #e04f1d;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .jimu-widget-add-data .switch-toggle.dijitCheckBox:before {
    content: "";
    background: #f8f8f8;
    position: absolute;
    padding: 0;
    height: 12px;
    width: 12px;
    left: auto;
    right: 2px;
    top: 2px;
    z-index: 1;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .jimu-widget-add-data .switch-toggle.dijitCheckBox input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .jimu-widget-add-data .switch-toggle.dijitCheckBox.dijitCheckBoxChecked {
    background: #50ad4e;
  }
  .jimu-widget-add-data .switch-toggle.dijitCheckBox.dijitCheckBoxChecked:before {
    right: 14px;
  }
  .jimu-widget-add-data .panel-default > .panel-heading {
    background-color: transparent;
    border-color: #e0e0e0;
  }
  .jimu-widget-add-data .panel-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jimu-widget-add-data .panel-footer .btn + .btn {
    margin-left: 10px;
  }
  .jimu-widget-add-data .gp-panel {
    width: 300px;
  }
  .jimu-widget-add-data .gp-panel > .panel-heading {
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.35);
    color: #efefef;
    height: 40px;
  }
  .jimu-widget-add-data .gp-panel > .panel-heading .panel-title {
    font-weight: normal;
    line-height: 1.5;
  }
  .jimu-widget-add-data .gp-panel > .panel-heading [class^="esri-icon-"],
  .jimu-widget-add-data .gp-panel > .panel-heading [class*=" esri-icon-"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  .jimu-widget-add-data .gp-panel > .panel-heading .btn-icon {
    width: 20px;
    padding: 0;
    color: #efefef;
    float: right;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.25;
    line-height: 20px;
    text-align: center;
  }
  
  .jimu-widget-add-data .gp-panel > .panel-body {
    background-color: #f8f8f8;
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    padding: 0;
  }
  .jimu-widget-add-data .gp-panel .panel-section {
    background-color: #ffffff;
  }
  .jimu-widget-add-data .panel-section {
    border-bottom: 1px solid #cccccc;
  }
  .jimu-widget-add-data .panel-section .section-header {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    line-height: 20px;
    padding: 10px 15px;
  }
  .jimu-widget-add-data .panel-section .section-header:after {
    content: "";
    display: block;
    clear: both;
  }
  .jimu-widget-add-data .panel-section .section-header [class^="esri-icon-"],
  .jimu-widget-add-data .panel-section .section-header [class*=" esri-icon-"],
  .jimu-widget-add-data .panel-section .section-header .btn {
    margin: 0 5px;
    float: right;
  }
  
  .jimu-widget-add-data .panel-section .section-header .btn {
    margin: 0;
    min-width: 80px;
  }
  .jimu-widget-add-data .panel-section .btn.section-header {
    border: 0;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .jimu-widget-add-data .panel-section .btn.section-header:hover {
    background-color: #e2f1fb;
    text-decoration: none;
  }
  .jimu-widget-add-data .panel-section .btn.section-header:active,
  .jimu-widget-add-data .panel-section .btn.section-header:focus {
    background-color: #aadbfa;
    text-decoration: none;
  }
  .jimu-widget-add-data .panel-section .section-body {
    padding: 10px 15px;
  }
  .jimu-widget-add-data a, .add-url-pane a {
    display: block;
    color: #196fa6;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 5px;
  }
  .jimu-widget-add-data .btn.hidden {
    visibility: hidden;
  }
  .jimu-widget-add-data .search-bbox-option, .search-box {
    display: inline-block;
  }
  .jimu-widget-add-data .search-box,
  .jimu-widget-add-data .search-box-placeholder {
    float: right;
  }
  
  .jimu-widget-add-data .search-scope-options,
  .jimu-widget-add-data .search-sort-options {
    display: inline-block;
  }
  .jimu-widget-add-data .search-data-type-options {
    float: left;
  }
  .jimu-widget-add-data .filter-wrapper,
  .jimu-widget-add-data .filter-placeholder {
    float: right;
  }
  
  .jimu-widget-add-data .search-scope-options button.active {
    background-color: #cce6ff;
  }
  .jimu-widget-add-data .search-results-pane {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .jimu-widget-add-data .search-paging,
  .jimu-widget-add-data .search-result-count {
    display: inline-block;
  }
  .jimu-widget-add-data .search-paging ul {
    margin: 0;
    padding: 0;
  }
  .jimu-widget-add-data .search-paging li {
    display: inline-block;
  }
  .jimu-rtl .jimu-widget-add-data .search-paging li {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .jimu-rtl .jimu-widget-add-data .search-paging li.current-page {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .jimu-widget-add-data .search-item-card .action-bar {
    margin-left: 20px;
  }
  .jimu-widget-add-data .search-item-card .action-bar a {
    margin-right: 8px;
  }
  .jimu-widget-add-data .add-url-pane .url-textbox {
    width: 100%;
    font-size: 12px;
    color: #000000;
  }
  .jimu-widget-add-data .add-url-pane .examples {
    display: none;
    margin: 15px -15px 0;
    padding: 15px;
    font-size: 12px;
    color: #898989;
    word-wrap: break-word;
  }
  .jimu-widget-add-data .add-url-pane .examples > div > div {
    margin-bottom: 15px;
  }
  .jimu-widget-add-data .add-url-pane .examples.show {
    display: block;
  }
  .jimu-widget-add-data .jimu-tab3 > .jimu-viewstack {
    position: absolute;
    top: 39px;
    left: 0px;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
  }
  .jimu-widget-add-data-footer {
    height: 40px;
    overflow: hidden;
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
    padding: 0 15px;
    color: #898989;
    font-size: 11px;
  }
  .jimu-widget-add-data-footer [class^="esri-icon-"],
  .jimu-widget-add-data-footer [class*=" esri-icon-"] {
    line-height: 20px;
  }
  .jimu-widget-add-data-footer .layerlist-button {
    text-transform: uppercase;
  }
  .jimu-widget-add-data-footer .layerlist-button .esri-icon-layers {
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
  }
  .jimu-widget-add-data-footer .message {
    display: block;
    color: #898989;
    line-height: 20px;
    padding: 10px 10px 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }
  .jimu-widget-add-data.layerlist-show {
    overflow: hidden;
  }
  .jimu-widget-add-data.layerlist-show .jimu-tab3 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .jimu-widget-add-data.layerlist-show .add-data-layerlist--container {
    -moz-animation: slide-from-right .4s;
    -webkit-animation: slide-from-right .4s;
    animation: slide-from-right .4s;
  }
  .add-data-widget-layers {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .add-data-widget-layers {
    display: none;
  }
  .add-data-widget-layers.show {
    display: block;
  }
  
  .add-data-widget-layers .add-data-layerlist--container {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .width-small .add-data-widget-layers .add-data-layerlist--container {
    width: 100%;
  }
  .add-data-widget-layers .add-data-layerlist--container h2 {
    margin: 0;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    color: #898989;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
  }
  .add-data-layerlist--list {
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    position: absolute;
    top: 45px;
    bottom: 40px;
    overflow: auto;
  }
  .add-data-layerlist--listitem {
    margin-bottom: 5px;
  }
  .add-data-layerlist--listitem:after {
    content: "";
    display: table;
    clear: both;
  }
  .add-data-layerlist--listitem .remove-button {
    float: right;
    padding: 5px 10px;
  }
  .add-data-layerlist--listitem .layer-name {
    display: block;
    padding-top: 5px;
  }
  .add-data-widget-layers .add-data-layerlist--footer {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .add-data-widget-layers .back-button {
    float: right;
    text-transform: uppercase;
  }
  .add-data-widget-layers .back-button i {
    display: inline-block;
    margin-left: 5px;
  }
  .add-data-widget-layers .no-data-message {
    color: #898989;
    padding: 25px;
    text-align: center;
  }
  .add-data-widget-popup {
    padding: 0;
  }
  .add-data-widget-popup .dijitTooltipConnector {
    display: none;
  }
  .add-data-widget-popup .dijitTooltipContainer {
    padding: 10px;
    border-color: #ccc;
    background:#fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .add-data-widget-popup.dijitMenuPopup {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .add-data-widget-popup .dijitMenu {
    border-color: #ccc;
  }
  .add-data-widget-popup .dijitMenu .dijitMenuItem td {
    padding: 10px 15px;
    border: 0;
  }
  .add-data-widget-popup .dijitMenu .dijitMenuItemHover td,
  .add-data-widget-popup .dijitMenu .dijitMenuItemActive td,
  .add-data-widget-popup .dijitMenu .dijitMenuItemSelected td {
    background-color: #f4f4f4;
    background-image: none;
  }
  .add-data-widget-popup .dijitMenu .dijitSelectSelectedOption td,
  .add-data-widget-popup .dijitMenu .dijitSelectSelectedOption.dijitMenuItemHover td,
  .add-data-widget-popup .dijitMenu .dijitSelectSelectedOption.dijitMenuItemSelected td {
    background-color: #196fa6;
    background-image: none;
    color: #fff;
    font-weight: normal;
  }
  
.jimu-rtl .jimu-widget-add-data .search-pane .item-card {
    float: right;
  }
  .jimu-rtl .jimu-widget-add-data .search-pane .item-card .thumbnail {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
  .jimu-rtl .jimu-widget-add-data .search-pane .search-bbox-option .checkbox-inline {
    padding-left: auto;
    padding-right: 38px;
    margin-right: auto;
    margin-left: 25px;
  }
  .jimu-rtl .jimu-widget-add-data .search-box2 {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .search-box2 .btn {
    margin-left: auto;
    margin-right: -1px;
  }
  .jimu-rtl .jimu-widget-add-data .search-pane .search-sort-options .sort-order-icon {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .search-box, .search-box-placeholder {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .search-data-type-options {
    float: right;
  }
  .jimu-rtl .jimu-widget-add-data .filter-wrapper,
  .jimu-rtl .jimu-widget-add-data .filter-placeholder {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .switch-toggle-group .checkbox-inline {
    padding-left: auto;
    padding-right: 36px;
  }
  .jimu-rtl .jimu-widget-add-data .switch-toggle-group .switch-toggle.dijitCheckBox {
    margin-left: auto;
    margin-right: -36px;
  }
  .jimu-rtl .jimu-widget-add-data .gp-panel > .panel-heading .btn-icon {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .panel-section .section-header [class^="esri-icon-"],
  .jimu-rtl .jimu-widget-add-data .panel-section .section-header [class*=" esri-icon-"],
  .jimu-rtl .jimu-widget-add-data .panel-section .section-header .btn {
    float: left;
  }
  .jimu-rtl .jimu-widget-add-data .search-box,
  .jimu-rtl .jimu-widget-add-data .search-box-placeholder {
    float: left;
  }
  
  .jimu-rtl .jimu-widget-add-data .search-data-type-options {
    float: right;
  }
  .jimu-rtl .jimu-widget-add-data .filter-wrapper,
  .jimu-rtl .jimu-widget-add-data .filter-placeholder {
    float: left;
  }
  .jimu-widget-add-data .add-file-pane .or b {
    padding-left: 5px;
    padding-right: 0;
  }
  .jimu-rtl .jimu-widget-add-data .add-file-pane .drop-area a.drop-area-hint {
    left: 0;
    right: auto;
  }
  .jimu-rtl .add-data-widget-layers .add-data-layerlist--container {
    left: 0;
    right: auto;
  }
  .jimu-rtl .jimu-widget-add-data.layerlist-show .add-data-layerlist--container {
    -moz-animation: slide-from-left .4s;
    -webkit-animation: slide-from-left .4s;
    animation: slide-from-left .4s;
  }
  .jimu-rtl .add-data-layerlist--listitem .remove-button {
    float: left;
  }
  .jimu-rtl .add-data-widget-layers .back-button {
    float: left;
  }
  .jimu-rtl .add-data-widget-layers .back-button i {
    margin-left: 0;
    margin-right: 5px;
  }
  .jimu-rtl .add-data-widget-layers .back-button i.esri-icon-collapse:before {
    content: "\e631";
  }

  
  .ar .esri-icon-question {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: inline-block;
  }
  
  @-moz-keyframes updload-arrow-animation {
    0% {
      -moz-transform: translateY(0px);
    }
    50% {
      -moz-transform: translateY(-10px);
    }
    100% {
      -moz-transform: translateY(0px);
    }
  }
  @-webkit-keyframes updload-arrow-animation {
    0% {
      -webkit-transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0px);
    }
  }
  @keyframes updload-arrow-animation {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  @-moz-keyframes slide-from-right {
    0% {
      -moz-transform: translateX(50%);
      opacity: 0.5;
    }
    100% {
      -moz-transform: translateX(0%);
      opacity: 1;
    }
  }
  @-webkit-keyframes slide-from-right {
    0% {
      -webkit-transform: translateX(50%);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
  }
  @keyframes slide-from-right {
    0% {
      transform: translateX(50%);
      opacity: 0.5;
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
  }
  
  @-moz-keyframes slide-from-left {
    0% {
      -moz-transform: translateX(-50%);
      opacity: 0.5;
    }
    100% {
      -moz-transform: translateX(0%);
      opacity: 1;
    }
  }
  @-webkit-keyframes slide-from-left {
    0% {
      -webkit-transform: translateX(-50%);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
  }
  @keyframes slide-from-left {
    0% {
      transform: translateX(-50%);
      opacity: 0.5;
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
  }
  .toast {
    background-color: #fff;
    color: #595050;
    height: auto;
    padding: 2em;
    font-size: 14px;
    position: absolute;
    right: -90%;
    bottom: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    z-index: 100;
    width: 90%;
    border: solid 1px #595050;
    display: none
}

.toast .close {
    background: transparent;
    border: none;
    color: #595050;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 8px
}

.toast .close:hover {
    color: #0b0b0b
}

.toast.on {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}