.dc_dialog_titlebar {
    display:flex;
    align-items:center;
    padding-right:20px;
}

.dc_dialog_titlebar p {
    margin-bottom:0 !important;
    font-size:16px;
    line-height:1.2em;
}

.dc_dialog_client {
    position: relative;
    left:auto;
    top:auto;
    right:auto;
    bottom:auto;
}

.dc_catdialog_panel_tree {
    box-sizing:border-box;
    position: relative;
    height:20%;
    padding-bottom:10px; 
}

.dc_catdialog_panel_icon {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: calc(80% - 50px);
}

.dc_catdialog_panel_bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.dc_catdialog_load_button {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.dc_catdialog_panel_bottom p{
    line-height: 1.2em;
}

.dc_wpdialog_panel_bottom > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dc_wpdialog_panel_bottom > .row .col {
    width: auto;
}

/* ----- Media Query Mobile Vertical ----- */

@media only screen and (max-width: 480px) {

.dc_topbar_logofab {
    margin: 0px 15px;
}

.dc_topbar_logofab img {
    max-width: 130px;
    max-height: 30px;
}

#icon_menu {
    top:8px;
    width:30px;
    height:30px;
}

.dc_topbar_menu {
    top:48px;
}

#modebar {
    display:flex;
    justify-content:space-evenly;
    border-bottom:none;
}

.tab_modebar {
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    width:50%;
    background:#eee;
}

.tab_modebar.active {
    background:#fff;
}

.tab_modebar_btn {
    box-sizing: border-box;
    height: 40px;
    cursor: pointer;
}

.tab_modebar_btn:hover {
    background-color: #ddd;
}

.dc_conf_group_name {
    margin: 0 0 5px;
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    text-align: left;
}

.leftpane .dc_btn.dc_grp_elem_btn {
    box-sizing: border-box;
    width:auto;
    min-width:100px;
    padding:0 20px;
    line-height:30px;
}

.dc_selected_btn, .dc_btn.dc_pos_mode_btn:hover {
    width:auto;
    border-color:#d9d9d9;
    background-color:#d9d9d9;
}

.dc_row_grp_elem {
    justify-content: center;
    column-gap: 20px;
    margin-top:20px;
}

.dc_prop_tabs {
    display: flex;
    overflow-x: scroll;
    margin:10px 0 20px;
}

.dc_prop_tabs .dc_prop_part_tit {
    background-color: #eee;
    margin:0 2px;
    border-radius: 100px;
    padding:4px 15px;
    text-wrap: nowrap;
    cursor: pointer;
}

.dc_prop_tabs .dc_prop_part_tit.tab_active {
    color:#fff;
    background-color: #666;
}

.dc_prop_part_material {
    text-align:center;
}

.dc_prop_part2m_iconos {
    display: flex;
    overflow-x: scroll;
}

.dc_tooltip {
    border-radius: 6px;
}

.dc_tooltip .dc_tooltiptext {
    display:none;
}

}