/*Responsive Web Design*/
@media screen and (max-width: 605px) {
    #headerShadow {
        display:none;
    }

    #headerTitle {
        display: none;
    }

    #OCSTitle {
        display: none;
    }

    div#utilityPanel.closed-state div#smallViewportHeader {
        display: none;
    }

    div#utilityPanel div#smallViewportHeader {
        display: block;
    }

    .container div#mapDiv {
        top: 0px;
        left: 55px;
        right: 0;
        bottom: 0px;
        position: absolute;
    }

    #footer {
        display: none;
    }

    #map div.esriControlsBR {
        bottom: 8px;
        /* position: fixed;
         left: 375px;
         right: 5px;*/
    }

    div.container div#utilityPanel {
        bottom: 24px;
    }

    div.container div.panelClose {
        bottom: 0;
    }

    div#left-tabs div#panelOpen {
        bottom: -30px;
    }

    div#mapDiv #ScaleBar {
        bottom: 55px;
    }

    div#mapDiv #Coordinate {
        bottom: 62px;
    }
}

@media screen and (max-height: 605px) {
    #headerShadow {
        display:none;
    }

    #headerTitle {
        display: none;
    }

    #OCSTitle {
        display: none;
    }

    .container div#mapDiv {
        top: 0px;
        left: 55px;
        right: 0;
        bottom: 0px;
        position: absolute;
    }

    #footer {
        display: none;
    }

    #map div.esriControlsBR {
        bottom: 8px;
    }

    div#smallViewportHeader {
        display: block;
    }

    div.container div#utilityPanel {
        bottom: 24px;
    }

    div.container div.panelClose {
        bottom: 0;
    }

    div#left-tabs div#panelOpen {
        bottom: -30px;
    }

    div#mapDiv #ScaleBar {
        bottom: 55px;
    }

    div#mapDiv #Coordinate {
        bottom: 62px;
    }
}

@media screen and (max-width: 695px) {
    #OCSTitle {
        display:none;
    }
}

/*common styles*/
html, body, .container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

    a:link, a:visited, a:active {
        text-decoration: none;
    }

/* Welcome screen */
#DisclaimerDialog {
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
}

#DisclaimerDialog_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

/* Override disclaimer dialog window's by default style */
.claro .dijitDialogTitleBar {
    border: none;
    background-color: #004496;
    background-image: none;
    padding: 5px 7px 4px 7px;
}

.claro .dijitDialog {
    border: 1px solid #004496;
}

.claro .dijitDialog::-webkit-resizer {
    background-image: url("../images/corner.png");
    background-repeat: no-repeat;
}

.scrollable {
    width: 100%;
    height: 91vh;
    overflow: hidden;
    padding: 0px !important;
}

.scrollable:hover {
    width: 100%;
    height: 91vh;
    overflow-y: auto;
    padding-left: 16.8px !important;
}

#dragbar{
    /*background-color:black;*/
    height:100%;
    float: right;
    width: 3px;
    cursor: col-resize;
    position: absolute;
    top: 0px;
    right: 0px;
}

.claro .dijitDialogUnderlay {
    background: none;
}

.container {
    overflow: hidden;
    position: relative;
    padding: 0px;
}

/* Map */

#mapDiv {
    position: absolute;
    top: 75px;
    left: 55px;
    right: 0;
    bottom: 59px;
    z-index: 1;
}

#map {
    bottom: 0;
    left: 0px; /* #left-tabs width+padding+border + #utilityPanel width+padding+border */
    /* prevent spoiling map when the browser window resized to min height or width and then back */
    min-height: 30px; /* height of the esri credit logo text */
    min-width: 409px; /* #header width - #left-tabs width - #utilityPanel width */
    position: absolute;
    right: 0;
    top: 0px;
    /*z-index: 0;*/
}

#map_zoom_slider {
    background: #555;
    border: 1px solid #999;
    top: 5px;
    right: auto; /* right: auto is specified to override esri.css style file .esriSimpleSliderTR right:20 px property */
    /*left: 7px;*/
    left: 318px;
    cursor: pointer;
    color: #fff;
}

/* To change esri.css default styles*/
#map_zoom_slider .esriSimpleSliderIncrementButton {
    border-radius: 4px 4px 0 0;
}

#map_zoom_slider .esriSimpleSliderDecrementButton {
    border-radius: 0 0 4px 4px;
}

    #map_zoom_slider .esriSimpleSliderDecrementButton:hover{
        background-color: #333;
    }

    #map_zoom_slider .esriSimpleSliderIncrementButton:hover{
        background-color: #333;
    }

.mapMenu {
    font-family: Arial;
    font-size: 12px;
}

.mapMenuItemImage {
    height: 16px;
    width: 16px;
}

.wide {
    left: 44px; /* left-tabs width+padding+border; remove important tag */
    right: 0px;
}

#map .esriControlsBR {
    position: fixed;
    right: 5px;
    bottom: 65px;
    text-align: right;
    /*font-family: 'Avenir Light', Verdana, Geneva, sans-serif;*/
    z-index: auto;
    /*float: right;*/
}

#HomeButton .home {
    background-color: #555;
    top: 75px;
    right: auto; /* right: auto is specified to override esri.css style file .esriSimpleSliderTR right:20 px property */
    left: 8px;
    position: absolute;
    /*border: 1px solid #999;*/
    z-index: 30;
}

    #HomeButton .home:hover{
        background-color: #333;
    }

/* to show My location button for IE which was hidden by default for IE */
div#MyLocation{
    display: block !important;
}

#MyLocation .zoomLocateButton {
    background-color: #555;
    top: 114px;
    right: auto; /* right: auto is specified to override esri.css style file .esriSimpleSliderTR right:20 px property */
    left: 8px;
    position: absolute;
    z-index: 30;
}

#MyLocation .zoomLocateButton:hover {
    background-color: #333;
}

#ScaleBar {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 38px;
    width: auto;
    height: auto;
    padding: 0px;
    position: absolute;
    box-shadow: inset 1px 1px #fff, inset -1px 1px #fff, 0px -1px 0px 0px #fff, -1px -1px 0px 0px #fff, 1px -1px 0px 0px #fff;
    font-family:  Verdana,'Avenir Light', Geneva, sans-serif;
}

.esriScalebarLine.esriScalebarEnglishLine {
    box-shadow: inset 1px 1px #fff, inset -1px 1px #fff, 0px -1px 0px 0px #fff, -1px -1px 0px 0px #fff, 1px -1px 0px 0px #fff;
}

.esriScaleLabelDiv {
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
}

#ScaleBar .esriScalebarLabel {
    font-size: 13px;
}

#Coordinate {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 45px;
    width: auto;
    height: auto;
    padding: 0px;
    z-index: 30;
    position: absolute;
}

#Coordinate .dijitMenuItemLabel {
    font-size: 13px;
}


/*search styles*/
#search {
    float: left;
    margin: 2px 5px 0 20px;
    position: relative;
    /*width: 340px;*/
    max-height: 20px;
    background-color: #fff;
    color: #4C4C4C;
    top: 5px;
    left: 27px;
    border-radius: 4px;
    z-index: 30;
}

.arcgisSearch .searchClear,
.arcgisSearch .searchBtn {
    background-color: #fff !important;
    color: #4C4C4C !important;
}

.arcgisSearch .searchGroup .searchInput {
    background-color: #fff !important;
    color: #4C4C4C !important;
}
/*search styles end*/

/*header styles*/
#header {
    background-color: white;
    height: 60px;
    left: 0;
    min-width: 1300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; /* this z-index is important for link activate */
    right: 0;
    padding: 0;
}

#headerTitle {
    float: right;
   /* font-family: Arial, Helvetica, sans-serif;*/
   /* margin: 11px 0 0 20px;*/ /* zeros prevent the title text from being vertically unaligned */
    text-align: left;
    /*width: 400px;*/
    line-height: 1.25;
    top: 0.55em;
    right: 1.5em;
    position: fixed;
}

#headerMainTitle {
    color: #004496;
    font-size: 20px;
    font-weight: bold;
}

#headerSubtitle {
    color: #004496;
    font-size: 14px;
    /*font-weight: lighter;*/
}

#headerChartCatalogTitle {
    color: #004496;
    font-size: 14px;
}

#right-header {
    float: right;
    margin-right: 10px;
    height: 100%;
    max-height: 70px;
    max-width: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#headerLogo {
    float: left;
    max-height: 60px;
    max-width: 400px;
    overflow: hidden;
    margin-top:5px;
}

#headerLinks {
    display: none; /*to remove header links box */
    float: left;
    height: 30px;
    width: 97px;
}

#header .helpLinkClass {
    color: #aaa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 10px 0 10px;
}

#headerLogoImage {
    height: auto;
    width: 54px;
    /*margin: 0 10px 0 10px;*/
    margin-left: 0.75px;
    margin-top: 3px;
    cursor: pointer;
    float: left;
}

#OCSTitle {
    float: left;
    text-align: left;
    /*height: 100%;*/
    margin-left: 0.2em;
    /*line-height: 60px;*/
    margin-top: 0.55em;
    /*vertical-align: center;*/
    cursor: pointer;
}

#OCSMainTitle {
    color: #004496;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15;
}

#OCSSubtitle {
    color: #666464;
    font-size: 12px;
    font-weight: bold;
    /*font-family: "Times New Roman";*/
    line-height: 1.25;
}

#DOCSubtitle {
    color: #666464;
    font-size: 12px;
    font-weight: bold;
    /*line-height: 1.25;*/
}

#smallViewportHeader {
    background-color: white;
    height: 75px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 365px;
    padding: 0px;
    position: fixed;
    display: none;

}

#smallViewportHeader-Logo {
    float: left;
    max-height: 60px;
    max-width: 400px;
    overflow: hidden;
    margin-top:5px;
}

#smallViewportHeader-LogoImage {
    height: auto;
    width: 54px;
    margin-left: 0.75px;
    margin-top: 3px;
    cursor: pointer;
    float: left;
}

#smallViewportHeader-Title {
    float: right;
    text-align: left;
    line-height: 1.25;
    top: 0.65em;
    right: 10px;
    position: absolute;
}

#smallViewportHeader-MainTitle {
    color: #004496;
    font-size: 18px;
    font-weight: bold;
}

#smallViewportHeader-Subtitle,
#smallViewportHeader-ChartCatalogSubtitle {
    color: #004496;
    font-size: 14px;
}

#signIn-button {
    margin: 0 10px 0 10px;
    display: none;
}

#user-name {
    color: white;
    display: none;
}

#headerShadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*header styles end*/

.selectionTooltip {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #bac8f7;
    font: 11px Arial;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: fixed;
    text-indent: each-line;
    width: 70px;
}

/* footer styles*/
#footer {
    background-color: #333333;
    color: white;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    min-width: 1300px;
    position: absolute;
    padding: 0px;
    z-index: 200;

}

#footerTitle {
    margin: auto;
    width: 100%;
    padding-top: 14px;
    padding-left: 20px;
    position: fixed;
    /*font-family: Verdana, 'Avenir Light', Geneva, sans-serif;*/
}

#footerMainTitle {
    text-align: center;
    font-size: 10px;
}

#footerSubtitle {
    text-align: center;
    font-size: 10px;
    padding-top: 1px;
}

#footer a {
    color: white;
}

    #footer a:hover {
        text-decoration: underline;
        color: #0098da;
    }

/* footer styles end */

/*Panels styles*/

#utilityPanel {
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);*/
    background-color: #fff;
    border-right: 1px solid #777777;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #777777;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);*/
    outline-offset: -2px;
    display: block;
    left: 0px;
    top: 158px;
    bottom: 84px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 20px 0 20px;
    position: absolute;
    width: 365px;
    z-index: 4;
}

.nav-tabs li a {
    margin-right: 0px;
}

.closed-state {
    display: none !important;
}

#utilityPanel h1 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 0px;
}

#utilityPanel h2 {
    border-bottom: 0 none #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    padding: 8px 0 0 0;
}

.close-button {
    background: url('../images/arrow_left.png') center no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    /*top: 20px;*/
    width: 50px;
    z-index: 800;
    overflow: hidden;
}

    .close-button:hover {
        /*background-position: -38px -188px;*/
        background: url('../images/arrow_left.png') center no-repeat;
    }

div.panelClose {
    left: 0;
    right: 0;
    bottom: 60px;
    height: 24px;
    position: fixed;
    width: 365px;
    background-color: #333333;
    z-index: 4;
    display: none;
}

#left-tabs {
    background-color: #333333;
    border-right: 1px solid #004496;
    height: auto;
    left: 0;
    bottom: 0;
    right: auto;
    /*padding-top: 77px;*/
    position: absolute;
    top: 75px;
    width: 55px;
    z-index: 5;
}

    #left-tabs .unselected {
       /* border-right: none;
        border: 1px solid #f2f2f2;*/
        cursor: pointer;
        height: 44px;
        margin: 5px 0 36px 0;
        padding: 0;
        position: relative;
        right: -8px;
        width: 55px;
        /*z-index: 1;*/
    }

    #left-tabs .selected {
      /*  -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        background-color: #fff;
        border-bottom-left-radius: 3px;
        border-right: none;
        border-top-left-radius: 3px; */
        border-radius: 3px;
        background-color: transparent;
        border: 1px solid #dedede;
        cursor: default;
        height: 44px;
        margin: 5px 0 36px 0;
        padding: 0;
        position: relative;
        right: -7px;
        width: 38px;
        /*z-index: 1;*/
        top: -1px;
    }

div#left-tabs #panelOpen {
    position: absolute;
    float: right;
    left: 0;
    right: 0;
    bottom: 24px;
    width: 60px;
    height: 24px;
    background: url('../images/arrow_right.png') center no-repeat;
}

div#left-tabs #panelOpen.selected {
    margin: 0;
    top: auto;
}

div.tabList {
    position: absolute;
    left: 0px;
    right: 0;
    top: 75px;
    height: 62px;
    width: 365px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background-color: #333333;
    z-index: 4;
    display: none;
}

    div.tabList .unselected {
        cursor: pointer;
        height: 38px;
        width: 38px;
        float: left;
        margin-top: 5px;
        margin-right: 26px;
        position: relative;
        left: 20px;
    }

    div.tabList .selected {
        cursor: default;
        height: 38px;
        width: 38px;
        float: left;
        margin-top: 5px;
        margin-right: 26px;
        position: relative;
        left: 20px;
    }

div.tabList div.selected.panelOpen-tab {
    display:none;
}

.tabDivision {
    background-color: #777777;
    position: absolute;
    left: 0px;
    right: 0;
    top: 119px;
    height: 18px;
    width: 365px;
    z-index: 4;
    display: none;
    outline: 1px solid rgba(0,0,0, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.08);
}

div#left-panels div.title {
    background-color: #333333;
    width: 365px;
    height: 23px;
    position: absolute;
    top: 137px;
    left: 0px;
    z-index: 4;
    display: none;
    border-top: 1px solid #dedede;
    border-left: 1px groove #004496;
}

div.title div.title-label {
    height: 23px;
    padding: 2px 13px 0px 13px;
    background-color: white;
    float: left;
    border-top-left-radius: 4px;
    color: #004496;
    font: 15px Arial;
    font-weight: bold;
    display: inline-block;
    max-width: 338px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #004496;

}

div.title div.title-angle {
    width: 21px;
    height: 23px;
    background: url(../images/tab_triangle.png) no-repeat;
    border-top: 1px solid #004496;
    float: left;
}

.shadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.helpDocumentation-tab {
    background: transparent url('../images/HelpDocumentation_Inactive.png') 9px 7px no-repeat;
    background-size: 21.41px;
}

.helpDocumentation-tab-active {
    background: transparent url('../images/HelpDocumentation_Active.png') 9px 7px no-repeat;
    background-size: 21.41px;
}

.nav-tabs li.active a{
    color: #777777;
    font-weight: bold;
}

.nav-tabs li a{
    color: #777777;
}

.tab-content {
    margin-top: 10px;
}

div#quickStartLinkDiv {
    padding: 20px 20px;
    cursor: pointer;
}

div.quickStartVideoDiv {
    padding: 0px 20px 25px 20px;
    cursor: pointer;
}

div.quickStartVideoDiv a.quickStartVideoLink {
    position: absolute;
    padding-right: 20px;
    padding-top: 4px;
}

div.quickStartVideoDiv a.quickStartVideoLink:hover {
    color: #337ab7;
    text-decoration: none;
}

#userGuides-tab .videoLinks {
    position: absolute;
    margin-top: 22px;
    text-decoration: underline
}

#userGuides-tab .videoLinks:visited {
    color: #337ab7;
}

#userGuides-tab .videoLinks:hover {
    color: #23527c;;
}

#userGuides-tab .videoLinks-left {
    margin-left: 5px;
}

#userGuides-tab .videoLinks-right {
    margin-left: 95px;
}

div#userGuideDiv {
    padding: 5px 20px 20px 20px;
    cursor: pointer;
}

div#userGuideDiv a#userGuideLink {
    position: absolute;
    padding-right: 20px;
    padding-top: 6px;
}

div#legendDiv {
    padding: 0px 20px 20px 20px;
    cursor: pointer;
}

div#NCCPrintDiv {
    padding: 5px 20px 20px 20px;
    cursor: pointer;
}

div#NCCPrintDiv a#NCCPrintDivLink {
    position: absolute;
    padding-top: 6px;
}

div#newInVersionDiv {
    padding: 0px 10px;
}

#newInVersionHeader {
    color: #004496;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

ul.newInVersionList {
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 10px 0px;
    font-size: 12px;
}

    ul.newInVersionList li:before {
        content:"\27A2 \0020";
    }

    ul.newInVersionSubList li:before {
        content:"";
    }

ul.newInVersionList li {
    line-height: 1.75em;
}

.newInVersionSubheader {
    margin: 8px 0px 0px;
    font-size: 14px;
    color: black;
}

div#feedbackLinkDiv {
    padding: 20px 20px;
    cursor: pointer;
}

.displaySettings-tab {
    background: transparent url('../images/DisplaySettings_Inactive.png') 7px 6px no-repeat;
   /* height: 42px;
    width: 38px;*/
}

.displaySettings-tab-active {
    background: transparent url('../images/DisplaySettings_Active.png') 7px 6px no-repeat;
}

    /*.displaySettings-tab:hover, .displaySettings-tab-active:hover {
        background-position: -76px -149px;
    }*/

#displaySettings-content { /* to remove bug of displaying display settings content when application loads with help documentation panel open in default*/
    display: none;
}

/*
.addData-tab {
    background: transparent url('../images/ccb-sprite.png') -118px -1px no-repeat;
    height: 42px;
    width: 38px;
}

.addData-tab-active {
    background: transparent url('../images/ccb-sprite.png') -156px -1px no-repeat;
}

    .addData-tab:hover, .addData-tab-active:hover {
        background-position: -194px -1px;
    }

.layerList-tab {
    background: transparent url('../images/ccb-sprite.png') 0 -38px no-repeat;
    height: 42px;
    width: 38px;
}

.layerList-tab-active {
    background: transparent url('../images/ccb-sprite.png') -38px -38px no-repeat;
}

    .layerList-tab:hover, .layerList-tab-active:hover {
        background-position: -76px -38px;
    }
*/

.defineProduct-tab {
    background: transparent url('../images/ChartSettings_Inactive.png') 8px 7px no-repeat;
   /* height: 42px;
    width: 38px;*/
    background-size: 21.41px;
}

.defineProduct-tab-active {
    background: transparent url('../images/ChartSettings_Active.png') 8px 7px no-repeat;
    background-size: 21.41px;
}

   /* .defineProduct-tab:hover, .defineProduct-tab-active:hover {
        background-position: -76px -75px;
    }*/

.exportProduct-tab {
    background: transparent url('../images/ExportFunctions_Inactive.png') 7px 5px no-repeat;
    /* height: 42px;
    width: 38px; */
}

.exportProduct-tab-active {
    background: transparent url('../images/ExportFunctions_Active.png') 7px 5px no-repeat;
}

    /*.exportProduct-tab:hover, .exportProduct-tab-active:hover {
        background-position: -76px -112px;
    }*/

a.link-userGuide:hover {
    text-decoration: underline;
}

#left-tabs .unselected#exportProduct{
  margin-bottom: 40px;
}

.compassRose-tab {
    background: transparent url('../images/AddCompassRose_Inactive.png') 8px 7px no-repeat;
    /* height: 42px;
     width: 38px;*/
    background-size: 21.41px;
}

.compassRose-tab-active {
    background: transparent url('../images/AddCompassRose_Active.png') 8px 7px no-repeat;
    background-size: 21.41px;
}

/*.compassRose-tab:hover, .compassRose-tab-active:hover {
    background-position: -194px -38px;
}*/


.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.space {
    clear: both;
    height: 3px;
}

.section {
    margin: 10px 0 0 0;
}

.buttonSelect {
    -o-border-bottom-left-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -o-border-top-left-radius: 4px;
    -o-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 4px solid #ccc;
    border-left: 2px solid #e4e4e4;
    border-right: 4px solid #d4d4d4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 2px solid #e4e4e4;
    display: block;
    float: left;
    height: 86px;
}

.buttonSelected {
    border-bottom: 2px solid #e4e4e4;
    border-left: 4px solid #d4d4d4;
    border-right: 2px solid #e4e4e4;
    border-top: 4px solid #ccc;
}

.panel table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.panel td {
    padding: 4px;
}

.buttonBlue {
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -moz-linear-gradient(top, #3698d2 0%, #027bc3 100%);
    background: -ms-linear-gradient(top, #3698d2 0%,#027bc3 100%);
    background: -o-linear-gradient(top, #3698d2 0%,#027bc3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3698d2), color-stop(100%,#027bc3));
    background: -webkit-linear-gradient(top, #3698d2 0%,#027bc3 100%);
    background: #3698d2;
    background: linear-gradient(top, #3698d2 0%,#027bc3 100%);
    border-bottom: 1px solid #0170b1;
    border-left: 1px solid #61aedb;
    border-radius: 3px;
    border-right: 1px solid #0170b1;
    border-top: 1px solid #61aedb;
    color: #fff;
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3698d2 ', endColorstr='#027bc3 ',GradientType=0);
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 8px 0 0;
    padding: 6px 28px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: default;
}

    .buttonBlue:hover {
        border-bottom: 1px solid #61aedb;
        border-left: 1px solid #0170b1;
        border-right: 1px solid #61aedb;
        border-top: 1px solid #0170b1;
    }

    .buttonBlue:active {
        color: #eee;
    }

.image-button {
    margin: 0px 10px 0px 10px;
}

.image-button-video {
    margin: 5px 10px 0px 10px;
}

.chart-button {
    background-color: #00746E;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 4px 8px;
}
    .chart-button:hover, .chart-button:focus, .chart-button:active {
        outline: 0;
        border: none;
        color: #ffffff;
    }

#openChartCatalogViewer.chart-button:active {
background-color: #5BB75B;
outline: none!important;
}

.button-image {
height: 30px;
width: 30px;
}

/* Create extent button styles when activated*/
.button-image-active {
    border: none;
    background-color: #5BB75B!important;
}

.progressbarComplete {
    -o-border-bottom-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    background: -moz-linear-gradient(top, #6dbd48 0%, #3bae46 100%);
    background: -ms-linear-gradient(top, #6dbd48 0%,#3bae46 100%);
    background: -o-linear-gradient(top, #6dbd48 0%,#3bae46 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dbd48), color-stop(100%,#3bae46));
    background: -webkit-linear-gradient(top, #6dbd48 0%,#3bae46 100%);
    background: #6dbd48;
    background: linear-gradient(top, #6dbd48 0%,#3bae46 100%);
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #339d40;
    border-top-left-radius: 3px;
    border-top: 1px solid #8dcb6e;
    cursor: progress;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6dbd48 ', endColorstr='#3bae46 ',GradientType=0);
    float: left;
    height: 12px;
    margin: 8px 0 0 0;
    width: 0%;
}

.progressbarIncomplete {
    -o-border-bottom-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    background: -moz-linear-gradient(top, #e7e7e7 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #e7e7e7 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #e7e7e7 0%,#f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #e7e7e7 0%,#f1f1f1 100%);
    background: #e7e7e7;
    background: linear-gradient(top, #e7e7e7 0%,#f1f1f1 100%);
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #f4f4f4;
    border-top-right-radius: 3px;
    border-top: 1px solid #d1d1d1;
    cursor: progress;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7 ', endColorstr='#f1f1f1 ',GradientType=0);
    float: left;
    height: 12px;
    margin: 8px 0 0 0;
    width: 100%;
}

/* DefineProduct panel style */
.define-product-div {
    overflow: auto;
    border: 1px solid #777;
    margin-top: 15px;
}

.DefineProductPanel #customProductTable {
    margin-bottom: 10px;
}

.DefineProductPanel #displaySettingsDiv {
    margin-top: 20px;
}

.DefineProductPanel #displaySettingsTable {
    margin-bottom: 5px;
}

#ShallowContour input.productOptionEditable {
    margin-bottom: 4px;
}

#ShallowContour div#shallowDiv {
    /*background-color: rgb(175,205,225);*/
    background-color: #AFCDE1;
}

#ShallowContour div#safetyDiv {
    /*background-color: rgb(209,221,239);*/
    background-color: #D1DDEF;
}

#ShallowContour div#deepDiv {
    /*background-color: rgb(221,234,247);*/
    background-color: #DDEAF7;
}

.panelDescription {
    margin-top: 8px;
}

#insertButtonInCustomProduct {
    margin-right: 20px;
}

#exportFileOpen {
    width: 60px;
}

/*list styles, used in export product pane and compass rose pane*/
.listDiv {
    height: 220px;
    overflow: auto;
    border: 1px solid #777;
}

.activeButton {
    background-color: #00746E;
    outline: 0;
    border: none;

}
    .activeButton:focus {
        outline: none!important;
    }

    .activeButton:active {
        background-color: #5BB75B;
        outline: none!important;
    }

.deactiveButton {
    background-color: #777777;
    border: none;
}

  .deactiveButton:hover, .deactiveButton:focus, .deactiveButton:active {
      outline: 0;
      border: none;
  }

.listItem {
    border-bottom: 1px solid;
    list-style: none;
    width: 100%;
}

    .listItem:hover {
        background-color: #eee;
    }

.listItemSelected {
    background-color: #b9ddfb;
    border-bottom: 1px solid;
    list-style: none;
    width: 100%;
}

    .listItemSelected:hover {
        background-color: #519ecb;
    }

.productItemSelectedOptionsSelect {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 24px;
    width: 100% !important;
}

#productTypeOptionTable {
    table-layout: fixed;
    height: auto;
    width: 100%;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.productOptionName {
    background-color: transparent;
    border: none;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
}

.productOptionValue {
    background-color: transparent;
    border: none;
    color: ButtonText;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 200;
    height: 16px;
}

.productOptionEditable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ExportListDiv .productOptionValueEditable{
    border: 1px solid #777;
    padding: 2px;
    height: auto;
    border-radius: 1px;
}

.image-buttons-div {
    margin: 10px 0px;
    text-align: center;
}

#exportButton {
    float: left;
    color: #ffffff;
    border-radius: 3px;
    padding: 4px 8px;
}

#deleteButton {
    float: right;
    color: #ffffff;
    border-radius: 3px;
    padding: 4px 8px;
}

#addToCatalogDiv {
    display: flex;
    clear: both;
}

#addToCatalogButton {
    margin: 8px auto;
    width: auto;
    cursor: default;
    color: #ffffff;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
}

#inQueue {
    display: none;
    margin-left: -6px;
    position: absolute;
    text-align: center;
    margin-top: -6px;
}

.inQueueIcon {
    position: static;
    padding-top: 9px;
    margin-left: -4px;
}

.inQueueLabel {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 22px;
    margin-left: -4px;
    margin-top: -18px;
    position: relative;
    text-align: center;
    width: 24px;
}

[draggable] {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    /*-ms-user-select: none;*/
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

/*LayersGrid styles*/
.dojoxGrid {
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*-moz-outline-style: none; /* Firefox 22.0: unknown property*/
    outline: none;
}

.dojoxGrid-scrollbox {
    overflow: hidden;
}

.dojoxGridHeader {
    background-color: ButtonFace;
    color: #505050;
    outline-color: Red;
}

    .dojoxGridHeader .dojoxGridCell {
        background-color: ButtonFace;
        width: 100%;
        height: 100%;
        font-weight: 700;
    }

        .dojoxGridHeader .dojoxGridCell:hover {
            background-color: ButtonFace;
            color: #505050;
        }

.dojoxGridCell {
    border: 1px solid Grey;
    table-layout: fixed;
    float: none;
    max-height: 14px;
}

.dojoxGrid .dojoxGridSortNode {
    position: relative;
    white-space: normal;
    border: 1px solid transparent;
    background-color: ButtonFace;
    outline-style: none;
}

    .dojoxGrid .dojoxGridSortNode:hover {
        background-color: ButtonFace;
        outline-style: none;
    }

.dojoxGridArrowButtonChar {
    display: inline;
    position: absolute;
    right: 2px;
    z-index: 1;
}

.dojoxGridRow,
.dojoxGridRowOdd {
    border-width: 0px;
    border-style: solid;
    border-color: #555;
}

.dojoxGridCellFocus {
    color: Black;
    background-color: #c0d0ff;
    border-style: solid;
    border-width: 2px;
}

    .dojoxGridCellFocus:hover {
        color: #505050;
        border-style: inherit;
        border-width: 0;
    }

.dojoxGridRowEditing td {
    background-color: #d0e0ff;
}

.dojoxGrid table {
    margin: 0;
}

.dojoxGrid th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dojoxGrid tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.dijitOffScreen, .dijitToggleButtonIconChar {
    display: none;
}

.dijitPopup {
    position: absolute;
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.dijitBackgroundIframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    padding: 0;
    margin: 0;
}

.dijitTooltipDialogPopup {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dijitDialog {
    border: 2px solid #464646;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.dijitDialogPaneContent {
    border-top: none;
    background: #f2f2f2;
    padding: 10px 8px;
}

.dijitDialogTitleBar {
    background-color: #464646;
    background-image: none;
    border: none;
    padding: 5px 7px 4px 7px;
}

.dijitDialogUnderlayWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    background: transparent !important;
}

.dijitTooltip {
    color: #555;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.dijitTooltipDialog {
    border: 1px solid #464646;
    background: transparent;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
    width: 390px;
}

.dijitTooltipBelow {
    padding-top: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

.dijitTooltipAbove {
    padding-bottom: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

.dijitTooltipContainer {
    border: none;
    background: transparent;
    padding: 6px 8px;
}

.dijitMenu {
    border: 1px solid black;
    background-color: white;
}

.dijitMenuBar .dijitMenuItem {
    padding: 6px 10px 7px;
    margin: 2px;
}

.dijitMenuTable {
    border-collapse: separate;
    border-spacing: 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dijitMenu .dijitMenuItem td,
td.dijitMenuItemIconCell {
    padding: 2px;
    margin: 0 0 0 4px;
}

.dijitMenu .dijitMenuItemHover td, .dijitMenu .dijitMenuItemSelected td, .dijitMenuItemHover, .dijitMenuItemHover, .dijitMenuItemSelected {
    background-color: #bfbfbf;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    _background-image: none;
}

.dijitMenuSeparatorTop {
    height: auto;
    margin-top: 1px;
    border-bottom: 1px solid #b5bcc7;
}

.dijitMenuSeparatorBottom {
    height: auto;
    margin-bottom: 1px;
}

#PageSizeDialog {
    width: 280px;
}

#dialog_content {
    width: 270px;
}
