﻿body {
    margin: 0;
}

svg {
    cursor: crosshair;
    opacity: 0.3;
    position: absolute;
    z-index: 1000;
   /* border: 1px solid #FF0000;*/
    display: none;
}

rect {
    fill: #0066cc;
    stroke: #cce6ff;
    stroke-width: 2;
}

.dropdown-menu {
    /* max-width: 50px; */
    min-width: 50px;
    width: 95px;
/*    left: 40px;*/
/*    margin-left: -25px;*/
}

.image-item {
    margin-left:0;
}

#dropSpanId {
    margin-left: 25px;
}
.border-1 {
    border-width: 1px !important;
    border-color: #888888 !important;
}