
.table-data{
    font-size: .9em;
}
    .table-data th,
    .table-data td{
        border: 1px solid #eee;
        padding: .3em .5em;
    }

.general-form{
    font-size: .9em;
    margin: 0;
}
.general-form p{
    margin: 0 0 30px;
}
.general-form label{
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-size: .85em;
    letter-spacing: .3em;
    color: #999;
    font-weight: 300;
    display: block;
}
.general-form .input-text{
    border: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    width: 100%;
    padding: .5em 0;
    font-size: 1.2em;
    margin: 0;
}
    .general-form .input-text:focus{
        border-bottom: 2px solid #1ba1e2;
    }
.general-form .select-options{
    display: inline-block;
    min-width: 50%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .5em;
    position: relative;
}
    .general-form .select-options.full{
        width: 100%;
    }
    .general-form .select-options select{
        width: 115%;
        font-size: 1em;
        border: none;
        background: transparent;
    }
    .general-form .select-options .arrow{
        position: absolute;
        right: 10px;
        top: .5em;
        color: #444;
        pointer-events: none;
    }
.general-form .checkbox-group{
    display: block;
    overflow: hidden;
}
    .general-form .checkbox-group .checkbox{
        display: inline-block;
        margin-right: 2em;
    }
    .general-form .checkbox-group .checkbox span{
        letter-spacing: normal;
        text-transform: capitalize;
        font-weight: normal;
        color: #333;
    }

.general-form .action{
    text-align: right;
    padding-top: 30px;
    margin-bottom: 0;
}

.btn{
    display: inline-block;
    background: #ddd;
    color: #444;
    text-decoration: none;
    padding: 12px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}
    .btn:hover{
        background: #ccc;
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0,0,0,.1);
        box-shadow: 0px 4px 5px 0 rgba(0,0,0,.1);
    }
    .btn.full{
        display: block;
        width: 100%;
    }
    .btn.primary{
        background: #4A90E2;
        color: #fff;
    }
        .btn.primary:hover{
            background: #2275d7;
        }
    .btn.transparent{
        border: 1px solid #eee;
        background: none;
        color: #777;
    }
        .btn.transparent:hover{
            color: #222;
            border: 1px solid #ddd;
        }
    .btn.flat,
    .btn.flat:hover{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    button.btn{
        border: none;
    }




.exploremap{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    overflow: hidden;
}
    .exploremap .maparea{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #ddd !important;
        overflow: hidden;
    }

    .exploremap .toolbar{
        position: absolute;
        left: 20px;
        bottom: 20px;
        height: 50px;
        z-index: 777;
    }
        .exploremap .toolbar > ul{
            margin: 0;
            padding: 0;
            height: 100%;
            list-style-type: none;
            position: relative;
        }
        .exploremap .toolbar > ul > li{
            float: left;
        }
        .exploremap .toolbar .parent{
            display: block;
            padding: 16px 25px;
            font-size: .9em;
            color: #fff;
            text-decoration: none;
            background: #1ba1e2;
            border-right: 1px solid rgba(255, 255, 255, .2);
        }
            .exploremap .toolbar .parent:hover{
                background: #1897D4;
            }
            .exploremap .toolbar .active .parent{
                background: #fff;
                color: #1897D4;
            }
            .exploremap .toolbar .parent.save{
                background: #7ED321;
            }
                .exploremap .toolbar .parent.save:hover{
                    background: #71C01B;
                }
            .exploremap .toolbar .parent.edit{
                background: #256E91;
            }
                .exploremap .toolbar .parent.edit:hover{
                    background: #145E81;
                }
            .exploremap .toolbar .parent.hapus{
                background: #FF4D2E;
            }
                .exploremap .toolbar .parent.hapus:hover{
                    background: #E22F10;
                }
        .exploremap .toolbar .flyout{
            position: absolute;
            left: 0;
            bottom: 50px;
            background: #fff;
            width: 500px;
            height: 410px;
            overflow: hidden;
            display: none;
        }
            .exploremap .toolbar .active .flyout{
                display: block;
            }
            .exploremap .toolbar .flyout .header{
                width: 100%;
                height: 60px;
                border-bottom: 1px solid #ddd;
                position: relative;
                padding: 10px 60px 10px 20px;
                background: #fff;
            }
            .exploremap .toolbar .flyout .content{
                width: 100%;
                height: 350px;
                overflow: scroll;
                background: #fff;
            }
        .exploremap .toolbar .btn-close{
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 15px 15px;
            height: 60px;
            border-left: 1px solid #eee;
            display: block;
            font-size: 2em;
            color: #aaa;
            line-height: 1em;
            text-align: center;
        }
            .exploremap .toolbar .btn-close:hover{
                color: #1ba1e2;
            }


    .exploremap .addlayer{
        font-size: .85em;
    }
        .exploremap .addlayer .coach{
            display: none;
        }
            .exploremap .addlayer .coach.active{
                display: block;
            }
        .exploremap .addlayer .select-options{
            font-size: 1.1em;
            width: 260px;
        }
        .exploremap .addlayer .input-wrapper{
            float: left;
            margin-right: 5px;
        }
        .exploremap .addlayer .input-text{
            width: 280px;
        }



    .exploremap .inspector{
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 777;
    }
        .exploremap .inspector > ul{
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative;
        }
            .exploremap .inspector > ul > li{

            }
        .exploremap .inspector .parent{
            display: block;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            height: 50px;
            background: #475577;
            position: relative;
        }
            .exploremap .inspector .active .parent{
                background: #fff;
                color: #475577;
            }
            .exploremap .inspector .parent i{
                font-size: 1.4em;
                text-align: center;
                display: block;
                width: 50px;
                height: 50px;
                padding: .4em .5em;
            }
            .exploremap .inspector .parent span{
                display: none;
                position: absolute;
                right: 50px;
                top: 0;
                height: 50px;
                padding: 1.2em 1em;
                background: #475577;
                font-size: .8em;
                z-index: 777;
                white-space: nowrap;
            }
                .exploremap .inspector .parent:hover span{
                    display: block;
                }
                .exploremap .inspector .active .parent:hover span{
                    z-index: 555;
                }
        .exploremap .inspector .flyout{
            position: absolute;
            top: 0;
            right: 50px;
            width: 280px;
            height: 450px;
            min-height: 150px;
            background: #fff;
            z-index: 666;
            font-size: .85em;
            display: none;
            border-right: 1px solid #eee;
        }
            .exploremap .inspector .active .flyout{
                display: block;
            }
            .exploremap .inspector .flyout .flyout-header{
                height: 50px;
                padding: 15px;
                border-bottom: 1px solid #eee;
            }
                .exploremap .inspector .flyout .flyout-header h3{
                    text-transform: uppercase;
                    margin: 0;
                    font-size: .9em;
                    letter-spacing: .3em;
                    color: #999;
                    font-weight: 300;
                }
            .exploremap .inspector .flyout .flyout-content{
                position: absolute;
                top: 50px;
                right: 0;
                bottom: 0;
                left: 0;
                overflow: scroll;
                padding: 15px;
            }


    .exploremap .controller{
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 777;
    }
        .exploremap .controller > ul{
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative;
        }
            .exploremap .controller > ul > li{

            }
        .exploremap .controller .parent{
            display: block;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            height: 40px;
            width: 40px;
            background: #475577;
            position: relative;
        }
            .exploremap .controller .active .parent{
                background: #fff;
                color: #475577;
            }
            .exploremap .controller .parent i{
                font-size: 1.2em;
                text-align: center;
                display: block;
                width: 40px;
                height: 40px;
                padding: .4em .5em;
            }
            .exploremap .controller .parent span{
                display: none;
                position: absolute;
                left: 40px;
                top: 0;
                height: 40px;
                white-space: nowrap;
                padding: .8em 1em;
                background: #475577;
                font-size: .8em;
                z-index: 777;
            }
                .exploremap .controller .parent:hover span{
                    display: block;
                }
                .exploremap .controller .active .parent:hover span{
                    z-index: 555;
                }


    .exploremap .list-peta-dasar{
        margin: 0;
        padding: 20px;
        list-style-type: none;
        overflow: hidden;
        font-size: .75em;
    }
        .exploremap .list-peta-dasar li{
            float: left;
            width: 135px;
            margin: 0 7px 15px;
            overflow: hidden;
            border: 4px solid #fff;
        }
            .exploremap .list-peta-dasar li.selected{
                border: 4px solid #C66;
                background: #C66;
                color: #fff;
            }
        .exploremap .list-peta-dasar a{
            display: block;
            text-decoration: none;
            color: #000;
        }
            .exploremap .list-peta-dasar li.selected a{
                color: #fff;
            }
        .exploremap .list-peta-dasar .thumbnail{
            display: block;
            width: 135px;
            height: 100px;
            overflow: hidden;
            margin-bottom: .5em;
        }


    .exploremap .basic-info{
        padding: 20px;
    }
        .exploremap .basic-info .input-text{
            font-size: 12px;
        }

        .exploremap .basic-info .info-title{
            font-size: 1.3em;
            margin: 0 0 1em;
        }
        .exploremap .basic-info .info-description{
            font-size: .8em;
            line-height: 1.5em;
            color: #666;
            margin-bottom: 20px;
        }
        .exploremap .basic-info .info-meta{
            font-size: .8em;
            color: #666;
        }
            .exploremap .basic-info .info-meta .author{
                margin-bottom: 1em;
                font-weight: bold;
            }
            .exploremap .basic-info .info-meta .stars{
                color: #F5A623;
                font-size: 1.3em;
                margin-bottom: .5em;
            }
            .exploremap .basic-info .info-meta .view{}

    .basic-info-form .basic-info-display,
    .basic-info-form-active .basic-info-edit{
        display: block;
    }
    .basic-info-form-active .basic-info-display,
    .basic-info-form .basic-info-edit{
        display: none;
    }

    .exploremap .list-layer{
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: .85em
    }
        .exploremap .list-layer.active{
            display: block;
        }
    .exploremap .list-layer li{
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }
    .exploremap .list-layer .title{
        display: block;
        float: left;
        width: 70%;
        padding: 10px 20px;
        color: #111;
        text-decoration: none;
        overflow: hidden;
    }
        /*.exploremap #available-layer.list-layer .title{
            width: 100%;
        }*/
        .exploremap .list-layer .title .icon{
            float: left;
            font-size: 1.2em;
        }
        .exploremap .list-layer .title .name{
            display: block;
            margin-left: 20px;
        }
    .exploremap .list-layer .action{
        display: block;
        float: right;
        width: 25%;
        padding: 10px 10px 10px 0;
        text-align: right;
        font-size: 1.4em;
        overflow: hidden;

    }
        .exploremap .list-layer .action a{
            float: left;
            display: block;
            margin: 0 2px;
            padding: 0 10px;
            color: #4A90E2;
        }
        .exploremap .list-layer .action a.btn-remove{
            color: #D0021B;
        }

    .exploremap #available-layer .title{
        width: 85%;
    }
    .exploremap #available-layer .title .name{
        margin-left: 0;
    }
    .exploremap #available-layer .action{
        width: 10%;
    }


    .exploremap .identification-result{
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: .9em;
    }
        .exploremap .identification-result .item{
            margin-bottom: .5em;
        }
        .exploremap .identification-result .header{
            background: #eee;
        }
            .exploremap .identification-result .header .title{
                padding: .6em 1em;
                display: block;
                text-decoration: none;
                font-weight: bold;
                margin: 0;
                color: #222;
            }
            .exploremap .identification-result .header .title i{
                display: none;
                float: right;
                font-size: 1em;
            }
        .exploremap .identification-result .collapse{
            display: block;
        }
            .exploremap .identification-result .item.active .collapse,
            .exploremap .identification-result .item:first-child .collapse{
                display: block;
            }


    .exploremap .measure{

    }
        .exploremap .measure-result{
            margin-top: 2em;
        }
            .exploremap .measure-result .value{
                font-size: 1.5em;
            }
        .exploremap .measure h3{
            margin: 0 0 .3em;
            padding: 0;
            font-size: 1em;
            font-weight: 300;
            color: #999;
            text-transform: uppercase;
        }


    .exploremap .controller{
        position: absolute;
        left: 20px;
        top: 20px;
        width: 50px;
        z-index: 111;
    }
        .exploremap .controller ul{
            margin: 0 0 5px;
            padding: 0;
            list-style-type: none;
        }
        .exploremap .controller .zoom{}




/* LIST LAYERS */

.list-layers {
    font-size: .8em;
}

.list-layers .item {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.list-layers .item.own {
    background: rgba(179, 212, 252, 0.2);
    border-color: #CCE3FF;
}

.list-layers.medium .item {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.list-layers.small {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-layers.small .item {
    border: none;
    margin: 0;
    padding: 1.2em 0;
    border-bottom: 1px solid #eee;
}

.list-layers.small .item:first-child {
    padding-top: 0;
}

.list-layers.small .item:last-child {
    border-bottom: none;
}

.list-layers .item:hover {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.list-layers.small .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-layers .item .thumbnail {
    text-align: center;
    line-height: .5em;
    background: #1ba1e2;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-layers .item .thumbnail>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-layers .item .thumbnail img {
    width: 100%;
}

.list-layers .item .thumbnail .action {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: .9em;
    opacity: 0;
    transition: opacity 0.5s;
}

.list-layers .item .thumbnail .action .btn-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    transform: translate3d(0, 50%, 0);
    transition: transform 0.35s;
}

.list-layers .item .thumbnail .action a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.3em 1em;
    margin-bottom: .5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
}

.list-layers .item .thumbnail .action a:hover {
    background: #fff;
    color: #000;
}

.list-layers .item .thumbnail:hover .action {
    opacity: 1;
}

.list-layers .item .thumbnail:hover .action .btn-group {
    transform: translate3d(0, 0, 0);
}

.list-layers .item .content {
    padding: 15px;
}

.list-layers .item .title {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: .5em;
    height: 6.4em;
    overflow: hidden;
    position: relative;
}

.list-layers.small .item .title {
    height: auto;
}

.list-layers .item .title a {
    color: #475577;
    text-decoration: none;
}

.list-layers .item .title a:hover {
    color: #7687ae;
}

.list-layers .item .title .fill {
    width: 100%;
    height: 1em;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.list-layers .item .author {
    overflow: hidden;
    font-size: .9em;
    color: #aaa;
}

.list-layers .item .description {
    margin-top: 1em;
}

.list-layers .item .content p {
    margin: 0;
}

.list-layers .item .meta {
    border-top: 1px solid #fafafa;
    font-size: .9em;
    color: #aaa;
    overflow: hidden;
}

.list-layers.small .item .meta {
    border: none;
}

.list-layers .item .meta .stars {
    float: left;
    width: 50%;
    color: #F5A623;
    padding: 10px 5px 10px 15px;
}

.list-layers.small .item .meta .stars {
    padding: 0;
    width: auto;
    margin-right: 1.5em;
}

.list-layers .item .meta .view {
    float: right;
    width: 50%;
    text-align: right;
    padding: 10px 15px 10px 5px;
}

.list-layers.small .item .meta .view {
    padding: 0;
    float: left;
    text-align: left;
}
