﻿#test > .container {
    position: relative;
}

#toggle_box {
    /*position: relative;*/
    width: 100%;
    padding: 1em;
    background: #fff;
    box-shadow: 0 5px 10px #777;
    overflow: hidden;
    margin-bottom: 2em;
}

#toggle_box label {
    background-color: lightgrey;
    width: 100%;
}

.editthispolygon {
    margin-right: 5px;
}

#controls, #controlss li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.controles {
    padding-bottom: 15px;
}

#toggle_box a {
    display: block;
}

.controles label {
    display: block;
    color: #222;
    text-decoration: none;
    /*border-left: 2px solid #ccc;*/
    /*border-radius: 4px;*/
    /*box-shadow: inset 0 -2em 3em #ddd;*/
    padding: 0.3em;
    margin-bottom: 0.25em;
    transition: all 400ms ease-in-out;
    overflow: hidden;
}


.controls label:hover {
    background: #aaa;
    border-color: #555;
}

h1 {
    font: 200 1.2em/1em "Helvetica Neue";
}

.b-custom-style {
    font-size: 17px;
}

.changecolor {
    line-height: 30px;
    display: inline;
    padding: 0px;
    float: right;
    height: 30px;
    width: 30px;
}



.showGroup, .showGroup1 {
    line-height: 30px;
    padding: 0px;
    float: left;
    height: 30px;
    width: 30px;
    margin-right:10px;
}

#pop-up {
    float: left;
    width: 250px;
    height: 52px;
    border: 1px solid;
}

    #pop-up table {
        width: 200px;
        height: 40px;
        margin: 5px 5px 5px 5px;
        float: left;
    }

        #pop-up table td {
            border: 1px solid;
            width: 50px;
            text-align: center;
        }

#pop-up-close {
    float: right;
    text-decoration: none;
    padding-right: 5px;
}

#pop-up table a {
    display: block;
    height: 38px;
    font: 25px bold;
    text-decoration: none;
    vertical-align: middle;
}
