/*css*/
html, body{
    min-height: 90%;
    background: #F7F7F9;

}

.lacol-lg-1{
    background: #fff;
    position: absolute;
    min-height: 80%;
    height: 100%;
    width: 250px;
    min-width: 250px;
    left: 0;
    padding: 10px;
    box-shadow: 0px 5px 7px #282828;
    z-index: 999;
}

#header{
    background: none repeat scroll 0 0 #45B9C8;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 2px 0 3px #000000;
    height: 80px;
    z-index: 999;
}

#logo{
    margin-top: 10px;
}

#body{
    position: absolute;
    min-height: 100%;
    width: 100%;
    padding-left: 250px;
    top: 80px;
}

#contenuto{
    width: 650px;
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
}

#anteprima {
    height: 700px;
    position: relative;
}

#anteprima .img_componente{
    position: absolute;
}

#load_key_use{
    border: 1px solid black;
    height: 20px;
    left: 10px;
    margin-top: 10px;
    position: absolute;
    z-index: 4;
    font-size: 12px;
}

#load_key_use span{
    font-weight: bold;
}

#elementi_delete_real{
    background: tomato;
    border: 1px dotted black;
    height: 40px;
    left: 30px;
    line-height: 40;
    margin-top: 20px;
    position: absolute;
    width: 40px;
    z-index: 4;
}

#elementi_delete{
    height: 50%;
    width: 120px;
    position: absolute;
    top: 0;
    left: 625px;
    z-index: 4;
}

#area_drop{
    height: 700px;
    width: 700px;
    border: 1px solid;
    background: #fff;
    position: relative;
    float:left;
}

.anchor_supporto{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: none;
}

.anchor_droppable{
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.anchor_view{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid lightblue;
}

.view_right{
    top: 0;
    left: 500px;
}

.view_left{
    top: 0;
    left: 50px;
}

.drag, .ancora {
    background: transparent;
    border: none;
    cursor: move;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 100;
}

.drag img{
    position: absolute;
}

.drag-retro, .drag-retro .ancora{
    background-color: transparent;
    border: 0;
    cursor: auto;
}

.dragpause{
    background: none;
    border: none;
}

.dragpause .ancora{
    background: none;
    border: none;
}

.dragpause img{
    width: 80px;
}

.accessorio_fixed{
    position: absolute;
}

.accessorio_fixed img{
    position: absolute;
}

 .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 0.7;
}

.altezza_div{
    position: absolute;
    height: 100%;
    width: 20px;
    text-align: center;
    border-top: 1px solid black;
}

.altezza_div_dx{
    left: 540px;
}

.altezza_div_sx{
    left: 115px;
}

.altezza_div .altezza{
    position: absolute;
    left: 0;
    top: -11px;
}

.altezza_tot_div{
    position: absolute;
    left: 600px;
    height: 100%;
}

.altezza, .altezza_tot{
    font-size: 10px;
    line-height: 10px;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#altezza_tot_div_dx{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    left: 410px;
    position: absolute;
    width: 190px;
}

.freccia_up{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid black;
}

.freccia_down{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
}

#altezza_tot_div_dx .freccia_up{
    position: absolute;
    left: 184px;
}

#altezza_tot_div_dx .freccia_down{
    position: absolute;
    left: 184px; 
    bottom: 0;
}

#altezza_tot_div_dx .rotate{
    bottom: 200px;
    left: 178px;
    position: absolute;
    width: 45px;
}

#altezza_tot_div_sx{
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    left: 70px;
    position: absolute;
    width: 125px;
}

#altezza_tot_div_sx .freccia_up{
    position: absolute;
    left: -5px;
}

#altezza_tot_div_sx .freccia_down{
    position: absolute;
    left: -5px; 
    bottom: 0;
}

#altezza_tot_div_sx .rotate{
    bottom: 200px;
    left: -15px;
    position: absolute;
    width: 45px;
}

#altezza_div{
    border-bottom: 1px solid black;
    left: 540px;
    position: absolute;
    width: 20px;
    text-align: center;
}


#ref_base_dx{
    height: 20px;
    width: 40px;
    position: absolute;
    left: 540px;
}

#ref_base_dx .quad{
    height: 50%;
    width: 100%;
    position: relative;
    border-left: 1px solid black;
    text-align: center;
}

#ref_base_dx .freccia_up{
    position: absolute;
    left: -5px;
}

#ref_base_dx .freccia_down{
    position: absolute;
    left: -5px;
    bottom: 0;
}

#ref_base_dx .quad2 .rotate{
    position: absolute;
    top: 177px;
    left: -13px;
}

#ref_base_dx .quad1 .rotate{
    position: absolute;
    top: 28px;
    left: -13px;
}

#ref_base_sx{
    height: 20px;
    width: 90px;
    position: absolute;
    left: 100px;
}

#ref_base_sx .quad{
    height: 50%;
    width: 100%;
    position: relative;
    border-left: 1px solid black;
    text-align: center;
}

#ref_base_sx .freccia_up{
    position: absolute;
    left: -5px;
}

#ref_base_sx .freccia_down{
    position: absolute;
    left: -5px;
    bottom: 0;
}

#ref_base_sx .quad2 .rotate{
    position: absolute;
    top: 177px;
    left: -13px;
}

#ref_base_sx .quad1 .rotate{
    position: absolute;
    top: 28px;
    left: -13px;
}

#altezza_top_div_dx{
    border-right: 1px solid black;
    /*border-bottom: 1px solid black;*/
    border-top: 1px solid black;
    left: 375px;
    position: absolute;
    width: 225px;
}

#altezza_top_div_dx .freccia_up{
    position: absolute;
    left: 220px;
}

#altezza_top_div_dx .freccia_down{
    position: absolute;
    left: 220px; 
    bottom: 0;
}

#altezza_top_div_dx .rotate{
    bottom: 80px;
    left: 198px;
    position: absolute;
    width: 40px;
}

#altezza_top_div_sx{
    border-left: 1px solid black;
   /* border-bottom: 1px solid black;*/
    border-top: 1px solid black;
    left: 70px;
    position: absolute;
    width: 125px;
}

#altezza_top_div_sx .freccia_up{
    position: absolute;
    left: -5px;
}

#altezza_top_div_sx .freccia_down{
    position: absolute;
    left: -5px; 
    bottom: 0;
}

#altezza_top_div_sx .rotate{
    bottom: 80px;
    left: -15px;
    position: absolute;
    width: 40px;
}
