/* Mapplus Ribbon Theme */

@import url("tundraGrid.css");

@import url("rl_marker.css");
@import url("gui_images.css");

/* Fonts for Redlining */

@font-face {
    font-family: "font-gis";
    src: url('./fonts/font-gis.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Courier New";
    src: url('./fonts/courier-new.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url('./fonts/RobotoSlab.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Font for GUI */

@font-face {
    font-family: "OpenSans";
    src: url('./fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


.mobile body,
body,
html {
    overflow: hidden;
    font-family: OpenSans, Verdana, 'Montserrat', sans-serif;
    font-size: 11px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

*:focus {
    outline: none;
}

a.njsLegend {
    text-decoration: none;
    color: inherit;
}

a:hover.njsLegend {
    text-decoration: none;
    color: inherit;
}

.njsIcon.legendIcon {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}

[type="checkbox"],
[type="radio"] {
    accent-color: #003e51 !important;
    height: 14px;
    width: 14px;
}

.njsIcon.legendIcon {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

.tundra .dijitButtonNode,
.tundra .dijitButtonNode:hover {
    background: none;
    border: none;
}

.tundra .dijitSelect .dijitArrowButton,
.tundra .dijitButtonNode {
    background: #fff;
    border: none;
    padding: 0.2em 0.4em !important;
}

.tundra .dijitButtonText {
    padding: 0 5px 0 5px !important;
    min-width: 100% !important;
}

.tundra .dijitTextBox {
    padding: 5px !important;
    width: auto;
}

/*  ol controls */



.grayscale {
    filter: grayscale(100%);
}

.ol-overviewmap {
    right: 1.5px;
    bottom: 1.5px;
    left: auto;
}

.ol-overviewmap .ol-overviewmap-map {
    border: 2px solid red;
    height: 240px;
    width: 240px;
}

.ol-overviewmap-box {
    background-color: rgba(255, 255, 255, 0.6);
    border: 5px dotted red;
}

.ol-control button {
    height: 32px;
    width: 32px;
    outline: 1px solid black;
    background-color: #003e51;
    color:#FFF;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    font-family: "Roboto Slab";
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid black;
  color: #FFF;
}

.ol-control.ol-print {
    display: none;
}

.ol-ext-print-dialog {
    font-size: 15px !important;
}

.row {
    display: flex;
}


.ol-rotate {
    top: 92px;
    left:unset;
    right:10px;
}


.ol-zoom {
    top:20px;
    left:unset !important;
    right: 10px;
}

.ol-zoom-out {
    margin-top:4px !important;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

/* main layout */

#infolay_wait {

    filter: hue-rotate(10deg);
}

.tundra .dijitBorderContainer-dijitContentPane {
    padding: 0 !important
}

.tundra .dijitTabContainerTop-tabs {
    border: none !important;
}

.tundra .dijitSplitContainer-child,
.tundra .dijitBorderContainer-child {
    border: none !important;
}

/* grid */

.dojoxGrid table {
    margin: 0;
}

/* map */

.map-cont {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-top: 1px solid #4d4d4d;
}

/* map opacity and color control */

#mapcontrols_div {
    position: absolute;
    bottom: 25px;
    height: 50px;
    width: 230px;
    display: flex;
    align-items: center;
    padding: 0px;
    left: 50%;
    margin-left: -95px;
}

.toggle_coltool {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0;
    font-weight: bold;
    height: 33px;
    margin-top: 6px !important;
    margin-right: 10px !important;
    padding: 10px;
    width: 33px;
    border-radius: 0px;
}

/* ribbon pane */

#header_barContainer,
#header_barContainer .dijitContentPaneSingleChild .dijitTabContainerTop,
#header_barContainer .dijitContentPaneSingleChild .dijitTabContainerTop .dijitTabListContainer-top {
    padding: 0;
    margin: 0;
    border: none;
    width: 100% !important;
    overflow: hidden;
}

#header_barContainer_splitter {
    display: none !important;
}

.dijitContentPaneSingleChild .dijitTabContainerTop {
    height: 100px !important;
    width: 100%;
}

.dijitContentPaneSingleChild .dijitTabContainerTop * {
    overflow: hidden;
}

.dijitContentPaneSingleChild .dijitTabPaneWrapper {
    border: none !important;
}

#ribbon_tabs_tablist .dijitTabContainerTop-container {
    background-color: #999;
}

#ribbon_tabs .nowrapTabStrip {
    width: 100% !important;
    margin-top: -2px;
    background: #003e51;
}

#ribbon_tabs .dijitTab {
    width: 80px;
    height: 24px;
    color: #ccc;
    background: #003e51;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 900;
}

#ribbon_tabs .dijitTabChecked {
    background: #fff;
    color: #000 !important;
    letter-spacing: 1px;
    font-weight: 900;
}

#ribbon_tabs .dijitTabChecked .tabLabel {
    margin-top: 1px;
}

#ribbon_tabs .dijitTabContainerTop-tabs .dijitTab {
    top: 2px !important;
    margin-bottom: -1px !important;
    border: none;
}

#ribbon_tabs .dijitTabContainer .dijitTabCheckedHover {
    color: #a7a7a7;
    border: none;
    background: #fff;
}

#ribbon_tabs .dijitTab:hover {
    color: #fff;
}

#ribbon_tabs .dijitButtonNode {
    border: none !important;
    padding-bottom: 2px !important;
}

.border-right {
    border-right: 1px solid #bfc4c7;
}

/* sponsor in ribbon */

.sponsor {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 250px;
    height: 90px;
    display: block;
    background: url(../img/sponsor/s_darnuzer.svg) center center no-repeat;
    background-size: auto;
    background-size: contain;
}

/* ribbon toggle */

#ribbonToggle {
    border: none;
    outline: none !important;
    position: absolute;
    top: -35px;
    right: 10px;
    display: block;
    width: 80px;
    height: 50px;
    cursor: pointer;
    transition-duration: 0.3s2;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    z-index: 9999;
    filter: brightness(140%) hue-rotate(-47deg);
}

#ribbonToggle:hover {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

/* app manager icons*/

.appLayout {
    display: block;
    width: 70px;
    margin: 0px !important;
    padding: 0 !important;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #fff;
}

.appLayoutContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.appLayout div {
    font-size: 10px;
    line-height: 14px;
    color: #333;
    font-stretch: ultra-condensed;
}

.mainmap,
.al_adj {
    width: 70px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

.tundra .dijitButtonActive .dijitButtonNode,
.tundra .dijitButtonHover .dijitButtonNode,
#header_bar .dijitButtonHover .dijitButtonNode,
#header_bar .dijitHover {
    background: url() #fff !important;
}

/* tools_dialogs_container */

#tool_dialogs_container {
    position: absolute;
    display: -ms-inline-grid;
    display: inline-grid;
    width: auto;
    z-index: 99999;
}

#tool_dialogs_container * {
    font-size: 10px;
}

#tool_dialogs_container .dijitTextBox {
    min-width: 240px;
}

#tool_dialogs_container .dijitValidationTextBox {
    margin-right: 5px;
}

/* #tool_dialogs_container span {
    display: flex;
    align-items: baseline;
} */

#marker_wrapper span {
    display: inline-block;
}

/* scale marker */
#scale_marker_container {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#btnMapContainer_main,
#njs_main_print_wrapper,
#njs_main_measure_wrapper,
#njs_main_rl_wrapper {
    background: #FFF;
    top: -10px !important;
    padding: 5px 15px;
    border: none;
    position: absolute !important;
    box-shadow: 0px 2px 5px #ddd;
    border: 1px solid #4d4d4d;
    border-top-color: rgb(77, 77, 77);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 1px solid #fff;
}

.btnMapContainer {
    display: block;
    width: 250px;
    height: auto !important;
    z-index: 99999 !important;
    background: #fff;
    padding: 0px !important;
    border: 2px solid #333;
    left: 290px;
}

.map_selector {
    display: block;
    height: 18px;
    padding: 5px;
    padding-left: 5px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.map_selector:hover {
    color: #FFF !important;
    background-color: #003e51 !important;
}

/* .compact_right.rl_btn_delete {
    float: left
}

.compact_right.rl_btn_close {
    float: right
} */

/* rotating print area icons */

#printpdf1 * {
    font-size: 10px;
}

.pdfrotplus {
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(../img/buttons/sprites_rotate.png) 0 0;
    height: 18px;
    width: 18px;
}

.pdfrotplus:hover {
    background: url(../img/buttons/sprites_rotate.png) 0 -18px;
}

.pdfrotminus {
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(../img/buttons/sprites_rotate.png) 0 0;
    height: 18px;
    width: 18px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pdfrotminus:hover {
    background: url(../img/buttons/sprites_rotate.png) 0 -18px;
}

#njs_pdfformat_list,
#njs_pdfscale_list {
    width: 100% !important;
}

#printpdf1 table {
    width: 100% !important;
}

#printpdf1 .dijitIcon {
    box-shadow: none !important;
}

#printpdf1 .dijitButton {
    margin-right: 10px !important;
    height: 24px !important;
}

#printpdf1 .dijitButtonNode {
    border: none !important;
    padding-top: 2px;
    vertical-align: middle !important;
}

#printpdf1 table:nth-child(4) tr td:last-child {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#printpdf1 table:nth-child(4) tr td:last-child span {
    display: inline-block;
}

#printpdf1 table:nth-child(4) tr td:last-child span[id*="_label"] {
    width: auto;
    padding: 0 !important;
}

/* styles for charging station popup*/
#popup #popup-content table {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

div.evse_data {
    display: table;
    padding-bottom: 10px;
    width: 100%
}

#popup #popup-content .station-data {
    width: 300px;
    display: inline-block
}

#popup #popup-content .station-data td {
    width: 40%
}

#popup #popup-content .station-data td.cell-left {
    width: 30%
}

#popup #popup-content .evse-overview {
    border-collapse: collapse;
    margin: 5px;
    width: 30%;
    float: left
}

#popup #popup-content .evse-overview td,
#popup #popup-content .evse-overview th {
    display: table-cell;
    border-width: 2px;
    border-style: solid;
    padding: 2px;
    text-align: center;
    border-color: #828385
}

#popup #popup-content .evse-overview th {
    background-color: #828385;
    color: #fff;
    height: 30px
}

#popup #popup-content .evse-overview.status-occupied th {
    background-color: #f5063a
}

#popup #popup-content .evse-overview.status-occupied td,
#popup #popup-content .evse-overview.status-occupied th {
    border-color: #f5063a
}

#popup #popup-content .evse-overview.status-reserved th {
    background-color: #e9bc72
}

#popup #popup-content .evse-overview.status-reserved td,
#popup #popup-content .evse-overview.status-reserved th {
    border-color: #e9bc72
}

#popup #popup-content .evse-overview.status-available th {
    background-color: #31a950
}

#popup #popup-content .evse-overview.status-available td,
#popup #popup-content .evse-overview.status-available th {
    border-color: #31a950
}

#popup #popup-content .evse-overview.status-unknown th {
    background-color: #efefef;
    color: #000
}

#popup #popup-content .evse-overview.status-unknown td,
#popup #popup-content .evse-overview.status-unknown th {
    border-color: #efefef
}

/* left pane */

#leftPaneContainer {
    width: 360px;
    border-right-style: solid;
    border-width: 1px;
}

#leftPane {
    left: 0px !important;
    top: 0px !important;
    width: 100%;
}

#leftPaneHeader {
    display: block;
    height: 100px;
    width: 360px;
    border-bottom: 1px solid #4d4d4d;
}

#headPane {
    width: 360px !important;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: #fff;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

#footPane {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow: hidden;
}

#footPane2 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
}

#footPane_main {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 80px;
    overflow: hidden;
    background: #FFFFFF;
}

#footPane input {
    line-height: 13px;
}

#middlePane {
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    height: 40px;
    overflow: hidden;
}

#leftPaneSearch {
    width: 360px !important;
    height: 40px !important;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

/* coordinates */

.njsFooter {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.oneCoordBox {
    border: solid 1px #424a52;
    text-align: center;
    width: 52px;
}

.twoCoordBox {
    border: solid 1px #424a52;
    text-align: center;
    width: 150px;
}

.scaleBox {
    border: solid 1px #424a52;
    text-align: left;
    width: 100px;
}

/* main layer manager + accordion */

.tundra .dijitTitlePaneContentOuter,
.tundra .dijitAccordionContainer {
    border: none;
}

.dijitAccordionChildWrapper .nowrapTabStrip {
    width: calc(100% - 10px) !important;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#main_lyrmgr_tablist .dijitTab,
#main_lyrmgr_tablist .dijitTabHover {
    background: none !important;
    border: none !important;
    margin: 0;
    padding: 0;
    outline: none !important;
    padding-top: 5px;
}

.dijitContentPane .dijitTabPane {
    overflow-y: auto;
}

#second_lyrmgr .dijitTitlePaneTitle,
div [id^="main_lyrmgr"] .dijitTitlePaneTitle,
div [id^="second_lyrmgr"] .dijitTitlePaneTitle,
div [id^="tools_menu"] .dijitTitlePaneTitle,
#njs_info_pane_content .dijitTitlePaneTitle {
    background: #f0f0f0 !important;
    color: #003e51 !important;
    font-weight: 900;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* add a right margin to the category title (push the text to r) */

.dijitTitlePaneTitle .dijitCheckBox,
.dijitTitlePaneTitle .dijitChecked,
.dijitTitlePaneTitle .tmpdirCheckBox {
    margin-right: 4px !important;
    min-width: 18px;
}

#main_lyrmgr .legendIcon,
#main_lyrmgr .dijitCheckBox {
    min-width: 18px;
    min-height: 18px;
}

.dijitTitlePaneTitleFocus,
.dijitTitlePaneTextNode {
    display: flex;
}

.dijitTitlePaneTextNode {
    margin-left: 8px !important;
}

.dijitTitlePaneTextNode .dijitCheckBox {
    margin-top: 2px;
}

.dijitTitlePaneTitleFocus .dijitArrowNode {
    display: none;
}

.imagelink {
    height: 18px;
    width: 18px;
}

.appendtitle{
    margin-top:1px;
}

#layer_menu .dijitTitlePaneContentInner div {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.dijitTitlePaneTitle .dijitTitlePaneTitle,
div [id^="tools_menu"] .dijitTitlePaneTitle,
#njs_info_pane_content .dijitTitlePaneTitle {
    background: #FFF none repeat scroll 0 0 !important;
    color: #333 !important;
    border-bottom: 1px solid #009fe3 !important;
    border-bottom: 1px solid #a7a7a7 !important;
}

/* was #layer_menu_button,#wms_menu_button,#sort_menu_button,*/

.tundra .dijitAccordionTitleSelected,
.tundra .dijitAccordionTitle {
    /*  border-bottom: 1px solid #333333 !important; */
    max-height: 30px !important;
    background-repeat: no-repeat;
    /* filter: grayscale(100%); */
    margin-bottom: 1px !important;
    background-position: center right 10px;
    cursor: pointer;
}

.tundra .dijitAccordionText,
.tundra .dijitAccordionTitleFocus {
    color: #333;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-left: 5px;
}

.dijitAccordionTitleHover {
    background-color: #d6dde5 !important;
}

.categoryHeader table {
    width: 100%;
}

div [id^="main_lyrmgr"] div table tbody tr td b {
    font-size: 13px;
}

div [id^="main_lyrmgr"] div table tbody tr td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-top: 5px !important;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 0 px solid #444444;
}

/* sub layers */

.lyrmgr_group_expand {
    cursor: pointer;
    color: transparent;
    position: relative;
    flex-basis: auto;
    display: block;
    width: 18px;
    height: 12px;
    background: url(../img/buttons/lyrmgr_group_expand.svg) center no-repeat;
    background-size: contain;
    margin-left: auto;
}

.grlay_open {
    background: url(../img/buttons/lyrmgr_group_expand_active.svg) center no-repeat;
    background-size: contain;
}

.lyrmgr_group {
    padding: 4px 12px 12px 12px;
    background: rgb(255, 255, 255);
}

.lyrmgr_group * {
    transform-origin: left;
    transform: scale(94%);
}

/* .spacerflex {
    flex: 1 0 100%;
    height: 1px;
  } */

/* WMS IMPORT REVAMPED */

.tundra .dijitButtonNodeTransparent .dijitButtonNode {
    border: none;
    background: none !important;
}


/* WMS Import Dialog */

.wms-cont {
    padding: 5px;
    height: 100%;

}


#btn_wmsimport_load_label.dijitButtonText {
    display: none;
}

#widget_wmsimport_title_filter {
    width: 100%;
    height: 16px;
}

.wms-cont .dijitButton,
#njs_wmsimport_dialog .dijitButtonNode {
    margin: 0 !important;
    padding: 0 !important;
}

.row {
    display: flex;
    /*justify-content: flex-start;
      margin-top: 10px;
      */
    margin-bottom: 10px;
}

.center {
    justify-content: center;
}

.wms_desc {
    max-height: 15vh;
    overflow-y: auto;
}

.wms-cont .dijitDialogPaneContent {
    margin-top: 1vh;
    /*  border-top: 1px solid #009fe3; */
    border-top: none;
    padding: 5px;

}

.wms-cont .dijitDialogPaneContent b {
    font-family: 'Montserrat', sans-serif;
}

.row .red button {
    padding: 5px;
    background: #ff0;
}

#wmsimportFilterLabel {
    display: block;
    margin-top: 1vh;
    margin-bottom: 0.5vh;

}

#wmsimportFilterLabel i {
    font-style: normal;
}

#wmsimportGrid {
    font-size: 1.1em;
}

#wmsimportGrid .dojoxGridRowSelected,
#wmsimportGrid .dojoxGridRowEditing td,
#wmsimportGrid .dojoxGridRowOver .dojoxGridCell,
#wmsimportGrid .dojoxGridCellOver {
    background-color: #a7a7a7 !important;
}

#wmsimportGrid .dojoxGridRowOdd {
    background-color: #ededed;
}

#wmsimportGrid .dojoxGridCellFocus {
    border: none !important;
}

#wmsimportGrid .dojoxGridCell {
    font-size: 1em !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

#wmsimportResult_body {
    padding: 0;
}

#wmsimportGrid {

    min-height: 10vh;

}

@media (max-width: 1920px) {
    #wmsimportGrid {

        min-height: 10vh;
    }

}

#wmsimportResult_body .dijitButton {
    box-shadow: 0px 1px 2px #999;
    margin-right: 10px !important;
    height: 24px !important;
    width: 85px;
    text-align: center;
}

#wmsimportResult_body .dijitDisabled .dijitButtonText,
#wmsimportResult_body .dijitButtonNodeTransparent .dijitButtonNode {
    border: none;
    background: none !important;
}

.tundra .dijitSelect .dijitArrowButton,
.tundra .dijitButtonNode {
    background: #fff;
    border: none;
    padding: 0.2em 0.4em !important;
}

#btn_wmsimport_load {
    display: block;
    background: url(../img/buttons/sprites_misc.png) -28px 0;
    height: 28px;
    width: 28px;
}

#btn_wmsimport_load:hover {
    background: url(../img/buttons/sprites_misc.png) -28px -28px;
}

#btn_wmsimport_cancel {
    display: block;
    margin-top: -1px;
    cursor: pointer;
    background: url(../img/buttons/sprites_measure_draw.png) -288px 0;
    height: 32px;
    width: 32px;
}

#btn_wmsimport_cancel:hover {
    background: url(../img/buttons/sprites_measure_draw.png) -288px -32px;
}


#wmsimportResult_body .dijitDisabled,
#widget_wmsimport_title_filter,
#widget_wmsimport_uri_select {
    padding: 0.5em;
    background: #fff;
    font-size: 1em !important;
}

#btn_wms_legend_wrapper_label,
#btn_wms_add_wrapper_label {
    margin-top: 0.3em;
    background: none !important;
}

#wmsimportFilterFields {
    width: 100%;
}

#wmsimportResult_body .dijitButtonNode {
    background: unset !important;
}

.tundra .dijitTextBox,
.tundra .dijitTextBoxFocused {
    border: 1px solid #cdcdcd;
}

#wmsimport_abstract_wrapper {
    margin: auto;
    height: auto;
}

#wmsimport_abstract_wrapper_title {
    display: block;
    /*border-top: 1px solid #009fe3;*/
    border-top: 1px solid #a7a7a7;
    /*border-bottom: 1px solid #009fe3;*/
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 0.5vh;
}

.zoomglass_wmsimport {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/buttons/zoom_extent.svg) center center no-repeat;
}

.zoomglass_wmsimport:hover {
    background: url(../img/buttons/zoom_extent_hover.svg) center center no-repeat;
    cursor: pointer;
}

#opacitytool1_rangediv input[type="range"] {
    width: 100%;
    height: 24px;
    margin: 0;

    padding: 1px 2px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.8);
    outline: none !important;
    /* no focus outline */
    border-radius: 6px;
}

#opacitytool1_rangediv input[type='range'],
#opacitytool1_rangediv input[type='range']::-webkit-slider-runnable-track,
#opacitytool1_rangediv input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

#opacitytool1_rangediv input[type="range"]:hover {
    background: rgba(255, 255, 255, 0.9);
}

#opacitytool1_rangediv input[type="range"]::-moz-range-track {
    border: inherit;
    background: transparent;
    border: 0 !important;
    outline: none !important;
}

#opacitytool1_rangediv input[type="range"]::-ms-track {
    border: none;
    color: transparent;
    /* don't drawn vertical reference line */
    background: transparent;
}


#opacitytool1_rangediv input[type="range"]::-ms-fill-lower,
#opacitytool1_rangediv input[type="range"]::-ms-fill-upper {
    background: transparent;
}

#opacitytool1_rangediv input[type="range"]::-ms-tooltip {
    display: none;
}

/* thumb */

#opacitytool1_rangediv input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 4px;
    background: #003e51;
}

#opacitytool1_rangediv input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 4px;
    background: #003e51;
}

#opacitytool1_rangediv input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 0;
    background: #003e51;
}

#opacitytool1_rangediv input[type="range"]::-webkit-slider-thumb:active {
    background: #003e51;
    cursor: pointer
}

#opacitytool1_rangediv input[type="range"]::-webkit-slider-thumb:hover {
    background: #003e51;
    cursor: pointer;
}

#opacitytool1_rangediv input[type="range"]::-moz-range-thumb:active {
    background: #003e51;
    cursor: pointer
}

#opacitytool1_rangediv input[type="range"]::-moz-range-thumb:hover {
    background: #003e51;
    cursor: pointer;
}

#opacitytool1_rangediv input[type="range"]::-ms-thumb:active {
    background: #003e51;
    cursor: pointer
}

#opacitytool1_rangediv input[type="range"]::-ms-thumb:hover {
    background: #003e51;
    cursor: pointer;
}

#njs_main_lyrsorter_wrapper .sortable_handle {
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
    background: url(../img/buttons/sprites_misc.png) 0 0;
    height: 28px;
    width: 28px;
}

#njs_main_lyrsorter_wrapper .sortable_handle:hover {
    background: url(../img/buttons/sprites_misc.png) 0 -28px;
}

#njs_main_lyrsorter_wrapper .sortable_handle:active {
    background: url(../img/buttons/sprites_misc.png) 0 -56px;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

#njs_main_lyrsorter_wrapper .sortable_slider {
    position: relative;
    width: 75%;
    border: none !important;
}

#njs_main_lyrsorter_wrapper .sortable_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 26px;
    margin-bottom: 5px;
    background: #FFF;
    padding: 2px;
}

#njs_main_lyrsorter_wrapper input[type="range"] {
    position: relative;
    z-index: 100;
    background: rgba(200, 200, 200, 0.1) !important;
    border: none !important;
}

#njs_main_lyrsorter_wrapper input[type="range"]::-webkit-slider-runnable-track {
    position: relative;
    z-index: 100;
    background: #fff;
    border: none !important;
}

#njs_main_lyrsorter_wrapper input[type="range"]::-webkit-slider-thumb {
    opacity: 0.6;
    border: 1px solid #FFF;
    background-color: #003e51;
}

#njs_main_lyrsorter_wrapper input[type="range"]::-moz-range-thumb {
    opacity: 0.6;
    border: 1px solid #FFF;
    background-color: #003e51;
}

.sortable_close {
    display: block;
    background: url(../img/buttons/sprites_measure_draw.png) -288px 0;
    height: 32px;
    width: 32px;
}

.sortable_close:hover {
    background: url(../img/buttons/sprites_measure_draw.png) -288px -32px;
    cursor: pointer;
}

#njs_main_lyrsorter_wrapper .sortable_label {
    position: absolute;
    width: 80%;
    right: 5px;
    top: 5px;
    z-index: 999;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    pointer-events: none;
    color: #444;
}

#njs_main_lyrsorter_wrapper .notinrange {
    font-style: italic;
    color: #444;
}

/* Map opacity range */

#mapcontrols_div input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 60rem;
}

/* Removes default focus */
#mapcontrols_div input[type="range"]:focus {
    outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */

#mapcontrols_div input[type="range"]::-webkit-slider-runnable-track {
    background-color: #003e51;
    border: 1px solid #FFF;
    height: 8px;
}

/* slider thumb */
#mapcontrols_div input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -11px;
    /* Centers thumb on the track */

    /*custom styles*/
    background-color: #003e51;
    border: 1px solid #FFF;
    height: 30px;
    width: 1rem;
}

#mapcontrols_div input[type="range"]:focus::-webkit-slider-thumb {
    border: 1px solid #FFF;
}

/******** Firefox styles ********/
/* slider track */
#mapcontrols_div input[type="range"]::-moz-range-track {
    background-color: #003e51;
    border: 1px solid #FFF;
    height: 8px;
}

/* slider thumb */
#mapcontrols_div input[type="range"]::-moz-range-thumb {
    border: 1px solid #FFF;
    /*Removes extra border that FF applies*/

    /*custom styles*/
    background-color: #003e51;
    border: 1px solid #FFF;
    height: 30px;
    width: 1rem;
}

#mapcontrols_div input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #FFF;
}

/* search and routing */
/* search */

.tundra .dijitDialogCloseIcon {
    cursor: pointer;
    background: url(../img/buttons/close30.svg) no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin: 4px;
    top: 0px;
    right: 0px;
}

#widget_freesearchFilterInputDijit {
    width: 290px !important;
}

#widget_freesearchFreeInput {
    width: 300px !important;
    margin-top: 5px !important;
    margin-right: 10px;
}

#freesearchResult {
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    z-index: 9999;
    display: none;
    top: 150px;
    left: 400px;
}

#freesearchFreeInput_close {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #333;
    position: absolute;
    right: 10px;
    top: 5px;
  }

#freesearchFreeInput_close::after {
    content: "X";
    display: block;
    color: #FFF;
    line-height: 28px;
    width: 27px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family: sans;
  }

.tundra .dijitPlaceHolder {
    font-style: normal !important;
}

#leftPaneSearch .dijitTab {
    background: url('') #DDD !important;
    color: #999 !important;
}

#leftPaneSearch .dijitTab:hover {
    background: url('') #003e51 !important;
    color: #FFF !important;
}

#leftPaneSearch .dijitTabChecked {
    background: url('') #FFF !important;
    color: #003e51 !important;
}

.tundra .dijitPlaceHolder {
    font-style: normal !important;
}

#leftPaneSearch .dijitTab {
    background: url('') #DDD !important;
    color: #999 !important;
}

#leftPaneSearch .dijitTab:hover {
    background: url('') #003e51 !important;
    color: #FFF !important;
}

#leftPaneSearch .dijitTabChecked {
    background: url('') #FFF !important;
    color: #003e51 !important;
}

#srch_free,
#srch_free2,
#srch_routing {
    background: none !important;
    height: 90px !important;
}

#srch_free .dijitTabPaneWrapper,
#srch_free2 .dijitTabPaneWrapper,
#srch_routing .dijitTabPaneWrapper {
    background: none !important;
}

#freesearchFreeInput {
    background: none !important;
    width: 210px !important;
    border: 1px solid #003e51;
}

#srch_free .dijitComboBox,
#srch_free2 .dijitTextBox,
#groutingStartInput,
#groutingEndInput {
    width: 260px !important;
    height: 20px !important;
    padding-left: 2px !important;
    background: none !important;
}

#groutingStartInput {
    margin-bottom: 5px !important;
}

#srch_free .dijitInputField {
    height: 15px !important;
}

#srch_free .dijitComboBox .dijitPlaceHolder,
#srch_free .dijitComboBox .dijitInputInner {
    margin-top: 3px !important;
}

#srch_free .dijitComboBox .dijitArrowButtonContainer {
    height: 22px !important;
}

#srch_free .dijitComboBox .dijitArrowButtonContainer {
    display: none;
    /* height: 22px !important; */
}

.SearchInput {
    background: none !important;
    width: 210px !important;
}

.flip {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

#srch_routing .dijitTextBox:focus,
#srch_free2 .dijitTextBox:focus {
    border: 1px solid #C40000;
}

.srch_input {
    background: none !important;
    width: 190px !important;
}

.btnUltrasearch {
    width: 70px;
    height: 30px;
    background-color: #F2F2F2 !important;
    border: none !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.btnGo {
    width: 70px;
    height: 22px;
    margin-left: 5px;
    background-color: #F2F2F2 !important;
    border: none !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.btnUltrasearchtxt {
    width: 70px;
    height: 30px;
    background-color: #FFF !important;
    border: none !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}

.adp {
    font-size: 14px !important;
}

.srchSelect {
    width: 190px;
    height: 22px;
    padding-left: 5px;
    background-color: #F2F2F2 !important;
    border: none !important;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
}

#googleToRouting {
    position: relative;
    top: 5px;
}

#googleToRouting a {
    color: #DB2F01;
}

#njs_main_print_wrapper {
    left: 75px;
}


/* search & routing disclaimers*/

#freesearchDisclaimerRouting,
#googleDisclaimerRouting {
    display: block;
    position: absolute;
    bottom: 5px !important;
    color: #888;
}

#srch_free label {
    font-family: 'Montserrat', sans-serif;
}

/* list in lyrmgr */

.lyrlist {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/buttons/lyrmgr_list.svg) center no-repeat;
    background-size: contain;
    margin-right: 3px;
    cursor: pointer;
}

#btnMainPane {
    border: none !important;
    outline: none !important;
    position: absolute;
    top: 45%;
    left: -35px;
    display: block;
    width: 50px;
    height: 80px;
    background: url(../img/buttons/leftPane2.png) no-repeat;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    filter: brightness(140%) hue-rotate(-47deg);
}

#btnMainPane:hover {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

/* editing */

* [class^='adder_'],
* [class^='add_'] {
    cursor: pointer;
    margin-left: 3px;
}

.add_button {
    margin-left: 3px;
}

.ol-scale-line {
    bottom: 25px;
    left: 5px;
}

.ol-attribution {
    text-align: left;
    bottom: 0 !important;
    right: unset !important;
    left: 5px;
    max-width: unset;
    width: auto;
    height: 22px;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}

#lselector select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    background-color: #fff;
    padding: .5em;
    padding-right: 1.5em;
    color: #003e51;
    border: none;
}

@media all and (max-width: 1920px) {
    #lselector select:not([multiple]) {
        padding: .3em;
        padding-right: 1em;
    }

}

#srch_routing select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    background-color: #fff;
    padding-right: 1.5em;
    color: #003e51;
    border: none;
}

#srch_routing select::-ms-expand,
#lselector select::-ms-expand {
    display: none;
}

#lselector {
    position: absolute;
    top: 0px;
    right: 5px;
    /* border: 1px solid #003e51; */
}

/* Phoho Carousel override parameters */

.mblCarouselHeaderBar .mblPageIndicator {
    /* float: right !important; */
    height: auto;
}

.mblCarouselHeaderBar {
    background-color: #fff;
}

.mblCarouselTitle {
    display: none;
}

.mblCarousel {
    min-height: 200px !important;
    height: auto !important;
}

.mblCarouselBtn {
    border: 1px solid #c0c0c0;
    border-bottom: 1px solid #9b9b9b;
    background-color: #fff;
}

.mblPageIndicatorDot {
    background-color: #949294;
}

.mblPageIndicatorDotSelected {
    background-color: #4D648D;
}

.mblCarouselItemHeaderText {
    font-weight: bold;
    font-size: 1.2em;
    color: #4c535b;
}

.mblCarouselItemImage {
    opacity: 1 !important;
    min-height: 150px !important;
}

/* ISOS special maptips, with special carusel */

div [id^="id_form_isos"] .infoWindowFirstItemName {
    width: 20% !important;
}

div [id^="id_form_isos"] .infoWindowFirstItem {
    width: 80% !important;
}

div [id^="id_form_isos"] .mblCarouselHeaderBar {
    display: flex !important;
    flex-direction: column;
}

div [id^="id_form_isos"] .mblCarouselHeaderBar * {
    float: unset !important;
}

div [id^="id_form_isos"] .mblPageIndicatorContainer tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div [id^="id_form_isos"] .mblPageIndicatorContainer td {
    padding-bottom: 2px;
}

.mblPageIndicatorDotSelected {
    background-color: #003e51 !important;
}

/* special legends ISOS */
.dojoxFloatingPaneContent .legend-container {
    font-size: 9px;
}


/* upload dialog */

[id*="_uploader"] .dijitButtonText {
    padding: 3px 6px !important;
    min-width: unset !important;
}

[id*="_uploader"] .dijitButtonNode {
    background: #ddd !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
}

[id*="_uploader"] .dijitButtonNode:hover {
    background: #ccc !important;
}

.imageUpload_preview {
    display: flex;
    padding: 5px;
    margin: 5px;
}

.imageUpload_preview_img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.imageUpload_preview_data {
    color: rgb(38, 41, 85);
}

.custom-file-upload::-webkit-file-upload-button {
    visibility: hidden !important;
}

.custom-file-upload {
    background: #ddd !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
}

.custom-file-upload:hover {
    background: #ccc !important;
}

.custom-file-upload:active::before {
    background: #ddd !important;
}