
.scale-align-screen-container{
    /*background-color: #00ff58;*/
}

.scale-align-mov-area{
    position: relative;

    border: 2px solid rgba(15, 124, 182, 0.6);
    background-color: rgba(15, 124, 182, 0.3);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
