/**********************************************************
	GENERAL UI ELEMENTS
**********************************************************/
* {
    -webkit-user-select: none; /* Prevent copy paste for all elements except text fields */
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* set highlight color for user interaction */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
        body, html {
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin: 0;
        }
        #allmap {
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin: 0;
        }
        @media (max-device-width: 780px) {
            #golist {
                display: block !important;
            }
        }

        #golist {
            display: none;
        }

#Navigation {
position:absolute;
top:5px;
right:5px;
width:50px;
background-color:#ffffff;
line-height:50px;
text-align:center;
}



/*插件容器*/
.pluginMap {
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
}



/*我的位置*/
#pluginMapMyLocation {
    display: block;
    z-index: 100;
    margin-left: 6px;
    width: 38px;
    height: 38px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    background-color: #ffffff;
    background: url(../images/icon-36x36-my.png) center #ffffff;
    text-indent: -5000px;
    cursor: pointer;
}

/*打开路线按钮*/
#pluginMapRouteBtn {
width:50px;
height:50px;
padding-top:5px;
    cursor: pointer;
    text-align:right;
}

    #pluginMapRouteBtn > * {
        display:inline-block;
        overflow: hidden;
        text-align: center;
        position: relative;
        color: rgb(0, 0, 0);
        font-family: Arial, sans-serif;
        -webkit-user-select: none;
        font-size: 13px;
        background-color: rgb(255, 255, 255);
        padding: 1px 6px;
        border: 1px solid rgb(113, 123, 135);
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
        font-weight: bold;
        min-width: 30px;
    }


.pluginMapPanel {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 100;
    background-color: #ffffff;
}


    .pluginMapPanel .h {
        display: inline-block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #a3a3a3;
        background-color: #ffffff;
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -ms-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
        text-align: center;
    }




        .pluginMapPanel .h h3 {
            margin: 0px;height: 40px;
            line-height:40px;
        }




        .pluginMapPanel .h > a {
            position: absolute;
            top: 0px;
            margin: 5px 10px;
            width: 15%;
            line-height: 30px;
            cursor: pointer;
        }

        .pluginMapPanel .h a.back {
            left: 0px;
            background-image: url(../images/icon-36x36-back.png);
            background-position: center;
            background-repeat: no-repeat;
            text-indent: -50000px;
        }

        .pluginMapPanel .h a.search {
            right: 0px;
            border-left: 1px solid #bcbcbc;
            border-radius: 3px;
            width: 15%;
            background-color: #dad8d8;
            color: #ffffff;
            font-size: 14px;
        }

        .pluginMapPanel .h a.close {
            right: 0px;
            width: 15%;
            background:url(../images/icon-36x36-close.png) no-repeat center;
            text-indent:-5000px;
        }


    .pluginMapPanel .btnbox {
        display: inline-block;
        border: 1px solid #bdc1c2;
        border-radius: 3px;
        margin: 5px;
        height: 30px;
        background-color: #e9ebeb;
    }

        .pluginMapPanel .btnbox > * {
            display: inline-block;
            float: left;
            padding: 0px 10px;
            line-height: 28px;
        }

        .pluginMapPanel .btnbox .on {
            background-color: #c1c3c5;
        }


#pluginMapRouteSearch .c {
    padding: 0px 10px;
}

    #pluginMapRouteSearch .c > div {
        display: inline-block;
        width: 100%;
    }

#pluginMapRouteSearch label {
    display: block;
    float: left;
    margin: 10px 0px;
    width: 15%;
    line-height: 40px;
    text-align: center;
}

#pluginMapRouteSearch select {
    display: block;
    float: right;
    margin: 10px 0px;
    width: 80%;
    height: 40px;
}

#pluginMapRouteSearch #start {
    border: 1px solid #4c90f9;
    color: #4c90f9;
}

#pluginMapRouteSearch #end {
    border: 1px solid #e44853;
}


.pluginMapCanvas {
    width: 100%;
    height: 100%;
}
.pluginMapCanvas .pl-iw {
    font-family: Arial,sans-serif;
font-size: 13px;
color:#ffffff;
}

.pluginMapCanvas .pl-title {
    padding-right: 10px;
font-size: 123%;
font-weight: bold;
}

.pluginMapCanvas .pl-rev a{
color: #ffffff;
text-decoration: none;
}
.pluginMapCanvas .pl-basicinfo {
padding-top: .5em;
max-width: 250px;
}
/* contact End */
