html, body, #map
{
    height: 100%;
    width: 100%;
    margin: 0px;
}

#map {
    z-index: 1;
}

#loader {
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 0;
}

#location {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    z-index: 5000;
}

#options {
    position: absolute;
    top: -10px;
    heignt: 30px;
    width: 450px;
    margin-left: -200px;
    left: 50%;
    border-radius: 0px 0px 5px 5px;
    background-color: rgba(255,255,255,0.8);
    color: rgba(66,66,66,0.8);
    z-index: 6000;
    text-align: center;
    padding: 2px;
    padding-top: 7px;
}

#options:hover {
    top: 0px;
    background-color: rgba(255,255,255,0.95);
}

#options #routerInfo {
    float: left;
    height: 25px;
    width: 450px;
}
#options #routerInfo .close {
    float: none;
    margin-left: 10px;
}

#addformopener, #logout, #searchButton, #routerButton {
    font-size: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
    margin-left: 2px;
}

#searchButton, #routerButton {
    margin-left: 25px;
}

#addformopener {
    float: right;
}

.rapidLoc {
    float: right;
    margin-left: 2px;
}

.rapidLoc input {
    width: 100px;
}

#addformopener:hover,
#logout:hover {
    color: rgba(66,66,66,0.95);
}

#panel {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 6000;
    min-width: 500px;
    padding: 5px;
}

#panel .panelTitleContainer {
    margin-bottom: -30px;
    margin-top: 0;
}

#addTagIco {
    cursor: pointer;
}

#panelCloser {
    float: right;
    cursor: pointer;
    padding: 10px;
}

#panelCloser:hover {
    color: red;
}

#panel .locationMarker {
    display: inline-block;
    height: 25px;
    margin-bottom: 3px;
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;
    width: 21px;
    cursor: pointer;
}

#panel .popover {
    width: 150px;
}

#panel .popover-content {
    padding: 0px;
}

#markerColorChange {
    margin: 0px;
}

#markerColorChange .list-group-item {
    font-size: 14px;
    line-height: 1.42857;
}

#panel .panelContent .content {
    min-height: 290px;
    margin: 17px;
}

#panel .panelContent .content.trumbowyg-editor {
    margin: 0px;
}

#panel .trumbowyg-button-pane li button.trumbowyg-close-button {
    text-indent: 0;
    background: none;
}
#panel .trumbowyg-button-pane li button.trumbowyg-close-button:before {
    font-family: 'Glyphicons Halflings';
    content: "";
    text-indent: 0;
    background: none;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    line-height: 35px;
}


#contextmenu {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    z-index: 10000;
}

#contextmenu ul li {
    cursor: pointer;
}

#contextmenu ul li:hover {
    background-image: linear-gradient(to bottom, #fafafa 0px, #f8f8f8 100%);
    background-repeat: repeat-x;
}

#modal-loading, #modal-adder, #popoverAttache, #modal-geo-search, #modal-router {
    z-index: 100000;
}

#popoverAttache {
    position: absolute;
}

#modal-loading .modal-content,
#modal-adder .modal-content,
#modal-geo-search .modal-content
{
    padding: 10px;
}

#tagsList, #geo-result {
    margin-top: 5px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
}

#typeahead, #panelTypeahead {
    position: absolute;
    width: 200px;
    z-index: 7000;
}

#inputContent.trumbowyg-editor,
#inputContent.trumbowyg-textarea {
    min-height: 150px;
    width: 345px;
}

#modal-adder .trumbowyg-box {
    min-height: 150px;
}