﻿/* Reset: Neutralize inconsistent default styling of HTML elements - cross browser */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif; /* Segoe UI, Tahoma, Arial, Verdana;*/ /*font-family: Arial, sans-serif;*/
    color: #000000;
    height: 100%;
    min-height: 100%;
}

#addBookmarkButton {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    background: url('../OpenLayers/ol_icons/Bookmark.png');
    cursor: pointer;
}

#admin {
    float: left;
    position: fixed;
    top: 5px;
    left: 5px;
    bottom: 2px;
    width: 333px;
    background-color: Transparent;
    font-family: Verdana, Helvetica, Sans-Serif;
    z-index: 999;
}

#adminContent {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    height: 100%;
    overflow: auto;
    padding: 15px;
}

#header {
    margin: 0 auto;
    text-align: left;
    position: relative;
}

    #header .headerLogo {
        position: absolute;
        top: 5px;
        left: 15px; /*background: url(../image/ISY_logo_rgb_small.png) no-repeat left center;*/
        background: url(../icons/Winmap/WinMap_48.png) no-repeat left center;
        background-size: auto 50px;
        display: block;
        width: 100px;
        height: 50px;
    }

    #header .headerTitle {
        color: #005C84;
        cursor: default;
        font-size: 1.5em;
        position: absolute;
        top: 20px;
        left: 99px;
    }

#headerTitle {
    font-size: 32px;
    color: rgb(217, 228, 238);
    padding: 10px;
}

#headerWrapper {
    background-color: rgb(240, 240, 240);
    /*rgb(104, 170, 242);*/
    /*background: transparent url('../image/giHeaderbg.png') repeat-x scroll center top;*/
    border-bottom: 1px solid #D9D9D9; /* #6796B8;*/
    text-align: center;
    height: 60px;
}

#info {
    max-height: 100%;
    background-color: Transparent;
    font-family: Verdana, Helvetica, Sans-Serif;
}

#LoginContent form {
    margin: 3px 10px;
}

    #LoginContent form li {
        display: inline;
        padding: 0;
    }

    #LoginContent form ul {
        margin: 0.3em 0 0.3em !important;
        list-style: none;
        float: right;
    }

#LoginContent input#username, #LoginContent input#password {
    margin-right: 1em;
    color: #666;
    border: 1px solid #afafaf;
    color: #000;
    padding: 2px 8px;
}

#LoginContent input#username, #LoginContent input#password, #LoginContent #input_button_LOGIN {
    font-size: 12px;
}

#Loginpanel {
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background: rgb(240, 240, 240); /*#FFECA9;*/
    border-bottom: 1px solid #bbb;
}

    #Loginpanel #PanelContent {
        margin: 0 auto;
        width: 990px;
    }

    #Loginpanel form {
        margin: 0;
    }

        #Loginpanel form li {
            display: inline;
            padding: 0;
        }

        #Loginpanel form ul {
            margin: 0.3em 0 0.3em !important;
            list-style: none;
            float: right;
        }

    #Loginpanel input#username, #Loginpanel input#password {
        margin-right: 1em;
        color: #666;
        border: 1px solid #afafaf;
        color: #000;
        padding: 2px 8px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #Loginpanel input#username, #Loginpanel input#password, #Loginpanel #input_button_LOGIN {
        font-size: 11px;
    }

#logo {
    float: left;
}

#logo {
    float: left;
}

#main {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

#map {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    float: left;
}

#mapToolbar {
    position: absolute;
    z-index: 998;
    background: transparent url('../../Content/image/slide.png') 0 0 repeat-x;
    z-index: 998;
    height: 42px;
    width: 100%;
}

#navigation {
    width: 150px;
    float: left;
    margin: 5px;
}

    #navigation a {
        cursor: pointer;
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 10px;
        text-decoration: none;
        width: 100%;
    }

    #navigation li {
        list-style: none;
        padding-left: 0;
    }

        #navigation li:hover {
            background: #eee;
            position: relative;
        }

    #navigation ul {
        margin: 0;
        padding: 0;
    }

#slidePanel {
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background: rgb(240, 240, 240);
    /*rgb(104, 170, 242);*/
    border-bottom: 1px solid #B8CEDF;
}

    #slidePanel #LoginContent {
        margin: 0 auto;
        width: 920px;
        float: right;
    }

    #slidePanel .validation-summary-errors {
        float: left;
        clear: none;
        padding: .6em 0 .2em;
        margin: 3px 0;
    }

#tabContainer {
    bottom: 10px;
}

#tabs {
    float: right;
    position: absolute;
    top: 51px;
    right: 7px;
    width: 343px;
    z-index: 999;
    position: absolute;
}

#tabTrafficContainer {
    bottom: 10px;
}

.tabledialog_0 {
    background-color: #2d58a6;
    color: #fff;
}

.tabledialog_1 {
    background-color: #efefef;
    width: 100%;
}

.clearboth {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0; /*for IE*/
}

.controlbar {
    position: absolute;
    z-index: 1000;
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.controlbar-area {
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 998;
}

    .controlbar-area * {
        text-align: left;
    }

.controlbar-area-right {
    position: relative;
    right: 0 !important;
    float: right;
    z-index: 998;
    cursor: pointer;
    color: #2d58a6;
}

.controlbar-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent url('../image/slide.png') 0 0 repeat-x;
    z-index: 998;
    height: 42px;
}

.controlbar-bottom {
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    opacity: 0.7;
    z-index: 1000;
}

.controlbar-bottom-underlay {
    top: -1px;
    bottom: auto;
}

.controlbar-center {
    display: inline-block;
}

.controlbar-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 10px;
    padding-left: 5px;
    width: 348px;
}

.controlbar-measure {
    position: fixed;
    z-index: 1100;
    top: 50px;
    left: 60px;
    width: 200px;
    height: 35px;
    display: none;
}

.controlbar-measure-inside {
    float: left;
    position: relative;
    top: 10px;
    left: 5px;
}

.controlbar-measure-inside-input {
    float: left;
    position: relative;
    top: 10px;
    left: 5px; /*text-align: right;*/
}

.controlbar-remaining {
    position: relative;
    z-index: 998;
    left: 120px;
    text-align: left;
    color: #2d58a6;
    float: left;
    top: 7px;
}

.controlbar-status {
    position: relative;
    z-index: 998;
    left: 10px;
    text-align: left;
    color: #2d58a6;
    float: left;
    top: 10px;
}

.currentcsf {
    color: #000 !important;
}

.defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
}

.editor-column {
    float: left;
    white-space: nowrap;
}

.editor-field {
    font-family: courier new;
}

.editor-label {
    font-family: courier new;
}

.editor-row {
    float: none;
    clear: both;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.giprojectfieldset {
    margin: 10px;
    padding: 10px;
}

.header_image {
    position: fixed;
    top: 10px;
    left: 10px;
}

.hybrid_on {
    font-size: 1.1em;
    font-weight: bold;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.layerButton {
    width: 98%;
}

.linkclass {
    cursor: pointer;
    text-decoration: underline;
}

.loggedInButton {
    visibility: hidden;
}

.mainContent {
    position: relative;
}

.minimizetab {
    background-image: url('../../Content/Css/img/minimize.png');
    height: 16px;
    width: 18px;
    position: absolute;
    top: 35px;
    right: 7px;
    cursor: pointer;
    z-index: 1002;
}

.maximizetab {
    background-image: url('../../Content/Css/img/maximize.png');
}

.no-overflow {
    overflow: hidden;
}

.olControlScale {
    bottom: 1.5em !important;
}

.olControlScaleLine {
    bottom: 5px !important;
}

.olControlScaleLineBottom {
    display: none !important;
}

.opaque {
    filter: alpha(opacity=95);
    opacity: .95;
}

.overflow {
    overflow: auto;
}

.overflowHidden {
    overflow: hidden;
}

.page {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    background-color: #ffffff;
}

.projectmenu-pane {
    /*height: 100%;*/
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 20px;
    text-decoration: none; /*background-color: #666666;*/
}

.projectmenu-tile {
    background-color: #F0F0F0; /*rgb(240, 240, 240);*/
    border: 1px solid #f0f0f0; /*#D9D9D9*/
    width: 128px;
    height: 128px;
    padding: 10px;
    color: #005C84;
    cursor: default;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;
    float: left;
    margin: 20px;
    vertical-align: middle;
}

    .projectmenu-tile:hover {
        background-color: rgb(220, 220, 220);
    }

.projectmenu-tile-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 64px;
}

.projectmenu-tile-name {
    text-align: center;
}

.projectmenu-tile-title {
    text-align: center;
    font-weight: bold;
}

.resultItem {
    clear: both;
    padding: 4px 4px 4px 4px;
    border-bottom: 1px solid #5F5F5F;
}

    .resultItem:hover {
        cursor: pointer;
        background-color: #888888;
    }

    .resultItem:hover {
        cursor: pointer;
        background-color: #D7E8F2;
    }

.searchBar {
    position: absolute;
    top: 2px;
    right: 10px;
}

.searchField {
    width: 180px;
}

.searchResultName {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

.searchResultType {
    display: none;
}

.splitter {
    padding: 0 5px;
}

.toggleMapSource {
    margin: 1px 1px 1px 1px;
    padding: 2px 0 2px 0;
    background-color: Transparent;
    left: 10px;
    top: 40px;
    z-index: 1999;
    position: absolute;
}

.toolButtonSetting { /*float: left;*/ /*padding: 7px;*/ /*margin: 3px;*/
    width: 225px;
    white-space: nowrap;
}

.ui-front {
    z-index: 1100;
}

.userAdminNameColumn {
    width: 139px;
}

.userAdminTable {
    width: 250px;
}

.validation-summary-errors {
    /*border: 1px solid #005C84;*/
    border: 1px solid #ff4500;
    background-color: #efefef;
    font-weight: normal;
    color: #ff0000;
    padding: .8em 0 .5em 3.5em;
    margin-bottom: .8em;
    clear: both;
}

    .validation-summary-errors ul {
        margin: 0 1em .3em 1em;
    }

    .validation-summary-errors ul {
        margin: 0 1em .3em 1em;
    }

.validation-summary-valid {
    display: none;
}

a, a:visited {
    text-decoration: underline;
    color: #005C84;
}

div.controlbar-center {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

div.controlbar-center {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

img {
    border: none;
}



th, td {
    padding: 2px 0 2px 5px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#header_links {
    position: absolute;
    top: 0;
    right: 0;
}

ul#header_links .user {
    background: transparent no-repeat -1px -1px;
    padding: 2px 0 2px 20px;
}

ul#header_links a:active, ul#header_links a:hover {
    text-decoration: underline;
}

ul#header_links a:link, ul#header_links a:visited {
    text-decoration: none;
}

ul#header_links li {
    display: inline;
    float: left;
    margin-top: 1.1em;
    list-style: none;
    text-align: center;
}

ul#header_links li.btn {
    width: 49px;
}

ul#headerMenu {
    position: absolute;
    top: 1px;
    right: 30px;
    color: #005C84;
}

ul#headerMenu a {
    font-family: 'Open Sans', sans-serif;
    color: #005C84;
}

    ul#headerMenu a:active, ul#headerMenu a:hover {
        text-decoration: underline;
    }

    ul#headerMenu a:link, ul#headerMenu a:visited {
        text-decoration: none;
    }

ul#headerMenu li {
    display: inline;
    float: left;
    margin-top: 1.1em;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}

ul#headerMenu li.btn {
    width: 49px;
}

ul.attributeList {
    padding: 25px;
}

ul.navlist {
    background: #FFFFFF;
}

ul.layerList {
    padding: 10px;
}

.layersDiv {
    color: #1f5a9f !important;
    background-color: #d9e4ee !important;
    -moz-border-radius-topleft: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
    -khtml-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -khtml-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

img.olTileImage {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    perspective: inherit;
}

/* * {
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

.isylabel {
    font-size: 9pt;
    font-family: museo_sans500, Verdana;
    color: #535E64;
    text-align: left;
    text-align: center;
    cursor: default;
    filter: alpha(opacity=90);
    opacity: 0.90;
    -moz-opacity: 0.90;
}

.isycredits {
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: table-cell;
    vertical-align: middle;
    filter: alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

.olVectorLegendRule {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}

.olVectorLegendRuleFeature {
    position: relative;
    top: 2px;
    left: 1px;
}

.olVectorLegendRuleTitle {
    position: relative;
    top: 4px;
    left: 4px;
    font-family: Arial;
}

.layerpanel_wms_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

.layerpanel_loading {
    position: relative;
    top: 4px;
}

.layerpanel_group_loading {
    position: relative;
    top: 8px;
}

.layerpanel_base_loading {
    position: absolute;
}

.layerpanel_base {
    padding: 0;
}

.layerpanel_basegroup {
    padding: 0;
}

.layerpanel_basegroup li {
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}

.layerpanel_base li {
    margin: 0;
    padding: 0;
    margin-top: 3px;
}

.layerpanel {
    cursor: pointer;
    min-height: 25px;
}

.layerpanel_wms {
    cursor: pointer;
    min-height: 25px;
    padding-bottom: 1px;
}

.layerpanel_vector {
    cursor: pointer;
    min-height: 25px;
}

.layerpanel_vector .olVectorLegendRule {
    background-color: #ffffff;
    padding-bottom: 4px;
    position: relative;
    top: -1px;
}

.layerpanel_group {
    cursor: pointer;
    padding-bottom: 6px;
}

.layerpanel_group_div {
    position: relative;
    top: 5px;
    margin: 5px;
}

.layerpanel_group ul {
    margin: 5px;
    position: relative;
    top:5px;
    background-color: #ffffff;
    color: #1f5a9f;
}

.layerpanel_base ul {
    margin: 5px;
    position: relative;
    top:5px;
    background-color: #ffffff;
    color: #1f5a9f;
}

.layerpanel div {
    padding: 5px;
}

.layerpanel_wms_div {
    padding: 6px 5px 0 5px;
}

.layerpanel_vector_div {
    padding: 5px 5px 0 5px;
}

.layerpanel_vector_legend {
    padding: 5px;
}

.layerpanel_wms_legend {
    position: relative;
    top: 3px;
    left: 3px;
}

.layerpanel_img {
    background-color: #ffffff;
    color: #1f5a9f;
    margin: 5px;
}

.layerpanel_img img {
    position: relative;
    top: 3px;
    left: 3px;
}

.legendView {
    
}
.legendView > div {
    padding-top: 5px;
}

.layerpanel_label {
    color: #000000;
    font-family: Arial;
    position: relative;
    left: 2px;
}

.layerpanel_group_label {
    color: #000000;
    font-family: Arial;
    position: relative;
    left: 8px;
    top: 4px;
    min-height: 20px;
}
