/** EasyButton  **/
.leaflet-bar button,
.leaflet-bar button:hover {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #f3f3f3;
}

.leaflet-bar button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color:rgba(0,0,0,0.7);
    display: block;
    border-radius: 3px !important;
}

.leaflet-bar button:hover {
    /*  background-color: #f4f4f4;*/
    background-color:rgba(0,0,0,0.9);
}

.leaflet-bar button:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .4;
}

.easy-button-button .button-state{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.leaflet-touch .leaflet-bar button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/*.form-btn {
    border-radius: 3px;
    padding:0 5px;
    width: 230px;
    background-color: #539FFF;
    color: #f3f3f3;
    border: 0;
    height: 36px;
    line-height: 36px;
}*/

#locationWin{

}
#locationBtn{
    margin-bottom: 10px;
}

/** FastMenu  **/
.fastmenu_box {
    background-color: #3598dc;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    line-height: 30px;
    height: 30px;
}

.normalmode {
    width: 350px;
}

.vesselmode {
    width: 270px;
}

.webgisxl2mode {
    width: 640px;
}

.fastmenu_box a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    float: left;
    position: relative;
}

.fastmenu_box a b span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 6px;
}

.fastmenu_box a b, .full_screen b {
    width: 18px;
    height: 18px;
    /*background-image: url(../img/menu_icos.png?v=2);*/
    /*background-position-x: 0;*/
}

.fastmenu_box a i {
    display: inline-block;
    width: 0;
    height: 18px;
    border-right: 1px dashed #ddd;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
}

.fastmenu_box em.on {
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #f00;
}

.removeTrack {
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat:  no-repeat;
    background-image: url(../img/closedialog.png);
}

.trackDetail {
    position: absolute;
    margin-top: 2px;
    margin-left: 30px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat:  no-repeat;
    background-image: url(../img/speedDetail.png);
}

.trackReplay {
    position: absolute;
    margin-top: 2px;
    margin-left: 55px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat:  no-repeat;
    background-image: url(../img/trackReplay.png);
}
/** FullScreen  **/
.fullscreen-icon {
    /*background-image: url(../img/icon-fullscreen.png);*/
}

.leaflet-retina .fullscreen-icon {
    /*background-image: url(../img/icon-fullscreen-2x.png);*/
    /*background-size: 26px 26px;*/
}

/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.leaflet-container:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.leaflet-container:full-screen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.leaflet-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.leaflet-pseudo-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999;
}

/** LayerControl  **/
.layerctrl-div {
    width: 100px;
    /*margin-bottom: 100px !important;*/
    /*margin-right: 3px !important;*/
}

.layerctrl-btn {
    float: right;
    margin: 0px !important;
    border-Radius: 8px !important;
    width: 95px;
    height: 32px;
}

/** MapSwitch  **/
.maptabs_box_hide {
    width: 96px;
    height: 56px;
}

.maptabs_box {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*right: 380px;*/
    /*z-index: 1002;*/
}

.map_layer1 {
    right: 0;
    opacity: 1;
    z-index: 1005
}

.maptabs_box_hide a.map_layer2 {
    right: 10px;
    opacity: 0.5;
    z-index: 1004
}

.maptabs_box_hide a.map_layer3 {
    right: 20px;
    opacity: 0.3;
    z-index: 1003
}

.maptabs_box_hide a {
    border: 1px solid #fff;
    top: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.maptabs_box a {
    display: inline-block;
    position: absolute;
}

.maptabs_box_show {
    width: 258px;
    height: 56px;
}

.maptabs_box_show a {
    border: 1px solid #2770d4;
    z-index: 1002
}

.maptabs_box_show a:hover {
    border: 1px solid #fff;
}

.maptabs_box b {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: normal;
}

.mapimg {
    display: none;
}

/** MousePosition  **/
.leaflet-container .leaflet-control-mouseposition {
    background-color: rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 0 5px #bbb;*/
    padding: 0 5px;
    margin:0 0 10px 10px;
    color: #f3f3f3;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}



/** SystemTip  **/
.index-header-notice{
    height: 40px;
}

.marquee-box {
    width: 520px;
    z-index: 999;
}

.systemtip_box {
    background-color: rgba(0,0,0,0.7);
    color: #f3f3f3;
    line-height: 40px;
    height: 40px;
}

.systemtip_box a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    float: left;
    position: relative;
}

.systemtip_box a b span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 6px;
}

.systemtip_box a b, .full_screen b {
    width: 18px;
    height: 18px;
    /*background-image: url(../img/menu_icos.png?v=2);*/
    /*background-position-x: 0;*/
}

.systemtip_box a i {
    display: inline-block;
    width: 0;
    height: 18px;
    border-right: 1px dashed #ddd;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
}

.systemtip_box em.on {
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #f00;
}

/** Window  **/
.leaflet-control-window-wrapper{
    display: none;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top:0;
    height: 0;
    /*width: 100%;*/
}

.nonmodal{
    z-index: 6000;
}
.nonmodal.leaflet-control-window-login{
    z-index: 7000;
    width: 100%;
}

/*.modal{*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 7000;*/
/*background-color: rgba(0, 0, 0, 0.7);*/
/*}*/

.visible {
    display: block;
    opacity: 1;
}

.leaflet-control-window{
    position: absolute;
    z-index: 999;
    border-radius: 2px;
    margin-top: 60px;

    /** BOX SHADOW **/
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.leaflet-control-window.login-window,.leaflet-control-window.login-pass-window{
    margin-top: 0;
}
.control-window {
    line-height: 25px;
    color: #f3f3f3;
    z-index: 999;
}

.leaflet-control-window .titlebar{
    min-height: 28px;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    width: 100%;
    height: 40px;
    /*background-color: #41ccf6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    background-color:rgba(0,0,0,0.9);
    font-size: 16px;
    line-height: 40px;
    /*text-indent: 5px;*/
    color: #f3f3f3;
    font-weight: 100;

}
.leaflet-control-window .title{

    padding-left: 8px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leaflet-control-window .winmin {
    position: absolute;
    top: 0px;
    right:28px;
    width: 32px;
    height: 40px;
    /*padding: 12px 8px;*/
    cursor: pointer;
    text-align: center;
    z-index:30;
}
.leaflet-control-window .winminBtn {
    /*background: url(../img/closedialog.png) no-repeat;*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    background-color: transparent;
    vertical-align: text-bottom;
    margin-top:0px;
    /*//background-image: url("../../../img/icons.png");*/
    /*background-position: -48px 0;*/
}

.leaflet-control-window .winclose {
    position: absolute;
    top: 0px;
    right:0px;
    width: 32px;
    height: 40px;
    padding: 12px 8px;
    cursor: pointer;
    text-align: center;
    z-index:30;
}
.leaflet-control-window .wincloseBtn {
    /*background: url(../img/closedialog.png) no-repeat;*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    background-color: transparent;
    vertical-align: text-bottom;
    background-image: url("../../../img/icons.png");
    background-position: -64px 0;
}

.leaflet-control-window .content{
    z-index:29;
    /*overflow: hidden;*/
    font-weight: 100;
    font-size: 14px;
    background-color:rgba(0,0,0,0.7);
}

.leaflet-control-window .promptButtons{
    text-align: right;
    padding: 2px;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    background-color:rgba(0,0,0,0.7);
}

.leaflet-control-window .promptButtons a.tipsdisable, a.tipsdisable:hover {
    background: #6b6b6b;
    cursor: default;
    font-size:12px;
    color: #fff;
    width: 57px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 3px;
}

/*.leaflet-control-window button{*/
/*position: relative;*/
/*display: inline-block;*/
/*background-color: transparent;*/
/*color: inherit;*/

/*opacity: 1;*/
/*transition-property: opacity;*/
/*transition-duration: 0.2s;*/
/*transition-timing-function: linear;*/

/*cursor:pointer;*/
/*font-size: medium;*/
/*font-weight: bold;*/
/*text-decoration:none;*/
/*text-align: center;*/
/*vertical-align: middle;*/
/*border: 0;*/
/*-webkit-border-radius: 4px;*/
/*border-radius: 4px;*/
/*padding: 8px;*/
/*margin: 12px 8px 0 8px;*/
/*}*/

.leaflet-control-window button:focus {
    outline:0;
}

.leaflet-control-window button:hover {
    opacity: 1;
}
.disabled{
    opacity: .5;
    pointer-events:none;
}
