﻿#leftCoord {
    float: right;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
    position: relative;
    z-index: 10000;
}

#rightCoord {
    float: right;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
    position: relative;
    z-index: 10000;
}

.correspondence-pin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f33;
    background-image: -webkit-linear-gradient(top, rgba(100,0,0,0), rgba(255,90,90,1));
    background-image: -moz-linear-gradient(top, rgba(100,0,0,0), rgba(255,90,90,1));
    background-image: -ms-linear-gradient(top, rgba(100,0,0,0), rgba(255,90,90,1));
    background-image: -o-linear-gradient(top, rgba(100,0,0,0), rgba(255,90,90,1));
    background-image: linear-gradient(to bottom, rgba(100,0,0,0), rgba(255,90,90,1));
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
}

    .correspondence-pin:after {
        height: 15px;
        width: 2px;
        content: '';
        background: #f00;
        display: block;
        position: absolute;
        z-index: -1;
        left: 9px;
        top: 100%;
        -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
        -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }
.milestone-pin-l {
    text-align:center;
    display: inline-block;
    width: 80px;
    height: 22px;
    background-color: #C9C9C9;
    background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(209, 209, 209));
    border-radius: 2px;
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255, 255, 255, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:16px;
    color: black;
    vertical-align:middle;
}

    .milestone-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.milestone-pin-m {
    text-align:center;
    display: inline-block;
    width: 60px;
    height: 18px;
    background-color: #C9C9C9;
    background-image: linear-gradient(rgba(100,0,0,0), rgb(209, 209, 209));
    border-radius: 2px;
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:12px;
    color: black;
}

    .milestone-pin-m:after {
        height: 18px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 16px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

milestone-pin-s {
    text-align:center;
    display: inline-block;
    width: 45px;
    height: 15px;
    background-color: #C9C9C9;
    background-image: linear-gradient(rgba(100,0,0,0), rgb(209, 209, 209));
    border-radius: 2px;
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:10px;
    color: white;
}

    .milestone-pin-s:after {
        height: 14px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 14px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.stage-pin-l {
    text-align:center;
    display: inline-block;
    width: 80px;
    height: 22px;
    background-color: #f33;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 10px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:16px;
    color: white;
    vertical-align:middle;
    opacity: 0.7;
}
    .stage-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.stage-pin-m {
    text-align:center;
    display: inline-block;
    white-space: nowrap;
    /*width: 60px;*/
    padding-left:3px;
    padding-right:3px;
    height: 18px;
    background-color: #f33;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 8px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:12px;
    color: white;
    opacity: 0.7;
}
    .stage-pin-m:after {
        height: 18px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 16px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.stage-pin-s {
    text-align:center;
    display: inline-block;
    width: 45px;
    height: 15px;
    background-color: #f33;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 8px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:10px;
    color: white;
    opacity: 0.7;
}
    .stage-pin-s:after {
        height: 14px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 14px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.start-pin-l {
    /*color: black;*/
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 80px;
    height: 22px;
    /*background-color: #00bb00;*/
    background-color: #E31E24;

    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(0, 255, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(0, 255, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:16px;
    font-weight: bold;
    /*opacity: 0.7;*/
}
    .start-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(0,255,0,.3);
    }

.start-pin-m {
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 18px;
    background-color:  #E31E24;
    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(0, 255, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(0, 255, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:12px;
    font-weight: bold;
    /*opacity: 0.7;*/
}
    .start-pin-m:after {
        height: 18px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 16px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(0,255,0,.3);
    }

.start-pin-s {
    color: white;
    /*color: black;*/
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 45px;
    height: 15px;
    /*background-color: #00bb00;*/
    background-color: #E31E24;
    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(0, 255, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(0, 255, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:12px;
    /*opacity: 0.7;*/
}
    .start-pin-s:after {
        height: 14px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 14px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(0,255,0,.3);
    }
.massStart-pin-l {
    /*color: black;*/
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 110px;
    height: 22px;
    /*background-color: #00bb00;*/
    background-color: #E31E24;

    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(0, 255, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(0, 255, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:16px;
    font-weight: bold;
    /*opacity: 0.7;*/
}
    .massStart-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(0,255,0,.3);
    }

.finish-pin-l {
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 80px;
    height: 22px;
    background-color: #009846;
    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(255, 0, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255, 0, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:16px;
    font-weight: bold;

    /*opacity: 0.7;*/
}
    .finish-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        right: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,0,0,.3);
    }
.finish-pin-m {
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 18px;
    background-color: #009846;
    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(255, 0, 0));*/
    /*border-radius: 4px;*/
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255, 0, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:12px;
    font-weight: bold;
    /*opacity: 0.7;*/
}

    .finish-pin-m:after {
        height: 18px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        right: 3px;
        top: 16px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,0,0,.3);
    }
.finish-pin-s {
    color: white;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    width: 45px;
    height: 15px;
    background-color: #009846;
    /*background-image: linear-gradient(rgba(100, 0, 0, 0), rgb(255, 0, 0));*/
    border-radius: 4px;
    box-shadow: 0 0 0 1px #848484, inset 0 1px 1px rgba(255, 0, 0, .6), 0 2px 2px rgba(0, 0, 0, .4);
    position: relative;
    font-size:12px;
    font-weight: bold;
    /*opacity: 0.7;*/
}

    .finish-pin-s:after {
        height: 14px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        right: 1px;
        top: 14px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,0,0,.3);
    }

.analiticStage-pin-l {
    text-align:center;
    display: inline-block;
    width: 35px;
    height: 22px;
    background-color: red;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 10px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:16px;
    color: white;
    vertical-align:middle;
    opacity: 1.0;
}
    .analiticStage-pin-l:after {
        height: 22px;
        width: 3px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 20px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.analiticStage-pin-m {
    text-align:center;
    display: inline-block;
    white-space: nowrap;
    /*width: 60px;*/
    padding-left:3px;
    padding-right:3px;
    height: 18px;
    background-color: red;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 8px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:12px;
    color: white;
    opacity: 1.0;
}
    .analiticStage-pin-m:after {
        height: 18px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 16px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.analiticStage-pin-s {
    text-align:center;
    display: inline-block;
    width: 45px;
    height: 15px;
    background-color: red;
    background-image: linear-gradient(rgba(100,0,0,0), rgba(255,90,90,1));
    border-radius: 8px;
    box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    font-size:10px;
    color: white;
    opacity: 1.0;
}
    .analiticStage-pin-s:after {
        height: 14px;
        width: 2px;
        content: '';
        background: #333;
        display: block;
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 14px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    }

.map {
    margin-left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.vertrule::before {
    content: "";
    position: absolute;
    z-index: 23;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ff0;
}

.vertrule::after {
    content: "";
    position: absolute;
    z-index: 24;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dashed #000;
}

.horrule::before {
    content: "";
    position: absolute;
    z-index: 25;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #ff0;
}

.horrule::after {
    content: "";
    position: absolute;
    z-index: 26;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px dashed #000;
}

.local-pin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f;
    background-image: -webkit-linear-gradient(top, rgba(100, 0, 100, 0), rgba(255, 90, 255, 1));
    background-image: -moz-linear-gradient(top, rgba(100,0,100,0), rgba(255,90,255,1));
    background-image: -ms-linear-gradient(top, rgba(100,0,100,0), rgba(255,90,255,1));
    background-image: -o-linear-gradient(top, rgba(100,0,100,0), rgba(255,90,255,1));
    background-image: linear-gradient(to bottom, rgba(100,0,100,0), rgba(255,90,255,1));
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #c0c, inset 0 1px 1px rgba(255,255,255,.6), 0 2px 2px rgba(0,0,0,.4);
    position: relative;
    opacity: 0.4;
}

    .local-pin:after {
        height: 15px;
        width: 2px;
        content: '';
        background: #f0f;
        display: block;
        position: absolute;
        z-index: -1;
        left: 9px;
        top: 100%;
        -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
        -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.1), inset 1px 0 rgba(255,255,255,.3);
    opacity: 0.6;
    }
