.controls {
    margin-bottom: 5px;
    background-color: bisque;
}
.page-header {
    margin-top: 2px;
}
ul {
    list-style: none;
}
.box {
    /*height: 100%;*/
    border: 1px solid #ccc;
    background-color: bisque;
    /*width: 100%;
    height: 100%;*/
    z-index: 500 !important; /* Set lower than the dropdown */
}
.box-header {
    background-color: ButtonFace;
    /*padding: 0px 30px 0px 10px;*/
    border-bottom: 1px solid #ccc;
    cursor: move;
    position:  relative;
}
.box-header h6 {
    margin-top: 1px;
    display: inline-block;
}
.box-content {
    padding: 3px;
}
.box-header-btns {
    font-size: 12px;
    top: 0px;
    right: 5px;
    cursor: pointer;
    position: absolute;
}
.glyphicon-alarm-dot {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
.vl {
    border-left: 2px solid red;
    height: 50px;
}
a {
    color:   blue;
}
form {
    margin-bottom: 0;
}
.gridster {
    border: 8px solid #ccc;
    background-image: url(../../../../../Images/Demo.bmp);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: inherit;
    position: inherit;
    left:0; 
    /*left: -5px;*/
    right: 0;
    /*bottom: 100px;*/
}

/* map name button on grid mode  */
#pointer {
    width: 70px;
    height: 40px;
    position: relative;
    background: gainsboro;
}
    #pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
    #pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid gainsboro;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }