﻿#BloccoEditorQuote {
    position: relative;
    margin: 20px auto;
    background: #fff;
    font-size:12px;
}

#BloccoEditorQuote #editorBoxContent {
    /*padding: 20px 20px 5px 20px;*/
    height:400px;
    overflow:auto;
    /*overflow-x:scroll;*/
    /*overflow-y: scroll;*/
}

.obj_selector_row{
    padding:10px 0 5px 0;
}
/*--------------------------------------------------*/


#BloccoEditorQuote #blocco_quote {
    /*clear:both;
    display:block;        
    border: solid;
    border-color: #00f;
    border-width: 1px;
    width:450px;
    height:40px;*/
    /*padding-top:10px;
    padding-left:10px;*/
}

.subobj_selector_row 
{
    margin-left:20px;
    overflow:hidden;
}

.obj_selector_row 
{
    overflow:hidden;
}

.group_check, .subgroup_check
{
    float:left;
    margin-right:10px;
}

.btn_select_object3d, checkbox_label
{
    float:left;
    color:#fff;
    cursor:pointer;
}

.text_lbl_2d
{
    /*
    border: solid;
    border-width: 1px;
    */
    font-family:Arial,sans-serif;
    font-size:12px;
    height:12px;
    padding: 0px;
    margin:0;

    text-align:center;
}

.lable_2d
{
    z-index:2;
}
