/* UTILITY ------------------------------------------------------------------ */

.da-vfv-clearfix:after {
     visibility: hidden !important;
     display: block !important;
     font-size: 0 !important;
     content: " " !important;
     clear: both !important;
     height: 0 !important;
     }
.da-vfv-clearfix { display: inline-block !important; }
* html .da-vfv-clearfix { height: 1% !important; }
.da-vfv-clearfix { display: block !important; }

/*prevent div highlight */
#da-vfv-draggable-field{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -khtml-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

#da-vfv-draggable-field{
    position: relative !important;
    width: 400px !important;
    height: 440px !important;
    background: url("../../img/back-field.png") 0 0 no-repeat !important;
    float: left !important;
}

#da-vfv-containment-wrapper{
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    width: 380px !important;
    height: 420px !important;
}

.da-vfv-field-player{
    background: #2ea2cc;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 22px !important;
    font-weight: normal !important;
    height: 60px !important;
    line-height: 60px !important;
    position: absolute !important;
    text-align: center !important;
    width: 60px !important;
    border-radius: 30px !important;
}

#da-vfv-guide-left, #da-vfv-guide-right{
    width: 1px !important;
    height: 440px !important;
    background: #ff4a4a !important;
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999 !important;
}

#da-vfv-guide-top, #da-vfv-guide-bottom{
    width: 400px !important;
    height: 1px !important;
    background: #ff4a4a !important;
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999 !important;
}

#da-vfv-container{
    width: 500px !important;
    height: 440px !important;
}

#da-vfv-positions{
    color: #777777 !important;
    float: right !important;
    font-family: Monaco, monospace !important;
    font-size: 11px !important;
    line-height: 14px !important;
    padding: 10px 0 !important;
    text-align: left !important;
    width: 100px !important;
}