/*
    initial twipsy code taken from bootstrap
*/
.twipsy {
    display: none;
    position: absolute;
    visibility: visible;
    max-width: 200px;
    min-width: 100px;
    padding: 5px;
    font-size: 11px;
    z-index: 1000;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
.twipsy-inner {
    padding: 3px 8px;
    background-color: #000000;
    color: white;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.twipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/*
css rules for the draw helper components
*/

.toolbar {
    margin: 0px;
    padding: 0px;
    background: white;
}

.toolbar > .button {
    margin: 5px;
    padding: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

.toolbar > .button:hover {
    background: #eee;
}

/*
css rules for the infowindow
*/

.infoWindow {
    position: absolute;
    min-width: 100px;
    max-width: 300px;
}
.infoWindow #frame {
    padding: 10px;
    border: 1px solid black;
    background: white;
}
.infoWindow #close {
    float: right;
    margin: 5px 2px;
    font-size: small;
    color: gray;
    cursor: pointer;
}
.infoWindow #arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid white;
}

/**
    TOOLBAR
**/
.generalContainer {
    /*height: 500px*/
}
.InternalcesiumContainer {
    /*position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;*/
    overflow: hidden;
    padding: 0;
    font-family: sans-serif;
}
#toolbar {
    position: absolute;
    /*top: 0px;*/
    /*left: 0;*/
    display: inline;
    margin: 10px;
    padding: 0px;
    background: white;
    z-index: 100;
}
#logging {
    position: absolute;
    bottom: 2px;
    right: 40px;
    display: inline;
    margin: 10px;
    padding: 10px;
    background: white;
}
#credits {
    display: none
}

.containerArea{
    padding: 5px;
}

.object-info .btn-group{
    padding-top: 5px;
}
.object-info .btn-group{
    display: table-cell;
}

.asset-row{
    margin-top: 5px
}
.asset-row label{
    margin-right: 5px
}

.assetsArea{

}
.__img_glyphicons_114_list_png,
.__img_glyphicons_096_vector_path_polygon_png,
.__img_glyphicons_067_cleaning_png,
.__img_glyphicons_030_pencil_png,
.__img_glyphicons_446_floppy_save_png,
.__img_glyphicons_089_building_png
{
display: block;
    height: 25px;
    width: 26px;
    background-repeat: no-repeat;
}

.__img_glyphicons_114_list_png { background-image: url("img/glyphicons_114_list.png"); }
.__img_glyphicons_096_vector_path_polygon_png { background-image: url("img/glyphicons_096_vector_path_polygon.png"); }
.__img_glyphicons_067_cleaning_png { background-image: url("img/glyphicons_067_cleaning.png"); }
.__img_glyphicons_030_pencil_png { background-image: url("img/glyphicons_030_pencil.png"); }
.__img_glyphicons_446_floppy_save_png { background-image: url("img/glyphicons_446_floppy_save.png"); }
.__img_glyphicons_089_building_png { background-image: url("img/glyphicons_089_building.png"); }
