@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

#topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 10px;
    /*border-bottom: 1px solid #ccc;*/
    /*background-color: #eee;*/
    background-color: #fff;
    box-shadow: inset 0 -1px 0  #ccc;
}

.leftpane {
	overflow: visible;
}

.leftpane .dc_swpanel_container {
    overflow: visible;
    overflow-y: auto;
}

.dc_itemprops_panel {
    overflow: visible;
}

.dc_conf_group_name {
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
    padding: 20px 0 30px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #444;
}

.dc_conf_child_name {
    display: block;
    font-weight: 500;
}

.dc_conf_prop_part_btn {
    position: relative;
    cursor: pointer;
    padding: 5px 0px;
    min-height: 32px;
    border-bottom: 1px solid #ddd;
}

.dc_conf_prop_part_btn:first-of-type {
    border-top: 1px solid #ddd;
}

.dc_conf_prop_part_btn .tit {
    margin: 7px 0px;
}

.dc_conf_prop_part_desc {
    /*margin-right: 40px;
    text-align: center;*/
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    background:url('../img/arrow-down.png') no-repeat calc(100% - 40px) center;
}

.dc_conf_prop_part_desc.opened {
    background-image:url('../img/arrow-up.png');
}

.dc_conf_prop_part_grp .dc_conf_prop_part_btn {
    margin-left: 15px;
}

.dc_conf_prop_part_grp .dc_conf_prop_part_desc {
    background-position-x: 150px;
}

.dc_conf_prop_part_tit {
    max-width: 160px;
    font-weight: 500;
    line-height: 1.1em;
}

.dc_conf_prop_part_grp .dc_conf_prop_part_tit {
    max-width: 145px !important;
}

.dc_conf_prop_part_stylename {
    display: block;
    font-size: 10px;
    color: #888;
}

.dc_conf_prop_part_material {
    margin:0 5px 5px;
    font-size:11px;
    font-weight:600;
    text-transform:capitalize;
}

.dc_conf_prop_part_icon {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border:1px solid #ccc;
    border-radius: 7px;
    background-clip: padding-box;
    background-image: url('placeholder.jpg');
    background-size: 100% 100%;
}

.dc_conf_prop_part_iconos {
    display: none;
    margin: 10px -5px 20px;
}

.dc_conf_prop_part_grp .dc_conf_prop_part_iconos {
    margin-left: -20px !important;
}

.dc_conf_prop_part_grp {
}

.dc_conf_prop_part_grp_tit {
    margin-top: 15px;
    margin-bottom: 5px;
    max-width: 160px;
    font-weight: 500;
}

.dc_conf_rpl_btn {
    position: relative;
    cursor: pointer;
    margin: 5px 10px;
    min-height: 40px;
}

.dc_conf_rpl_desc {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.dc_conf_multiapply_checkbox {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.dc_conf_dialog_modal_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: #FFFFFF;
    opacity: 10%;
}

.dc_conf_dialog_client {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.dc_conf_pcdialog_panel_icon {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.dc_conf_pcdialog_icon_block
{
    cursor: pointer;
    margin: 0 0 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0 5px;
    vertical-align: top;
}

.style_selected
{
    /*border:1px solid #000;*/
    box-shadow: 0px 0px 0px 4px #ff0 inset;
}

.dc_conf_pcdialog_icon
{
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 0px;
    border:1px solid #ddd;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    background-clip: padding-box;
    background-image: url('placeholder.jpg');
    background-size: 100% 100%;
}

.dc_conf_pcdialog_icon_block p {
    text-align: center;
}


.dc_conf_pcdialog_panel_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    bottom: 0px;
}

.dc_conf_pcdialog_panel_bottom p {
    margin-left: 20px;
}
.dc_conf_pcdialog_load_button {
    position: absolute;
    cursor: pointer;
    width: 80px;
    right: 20px;
    top: 5px;
    bottom: 5px;
    text-align: center;
    line-height: 28px;
}

.dc_tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
  
.dc_tooltip .dc_tooltiptext {
    visibility: hidden;
    width: 90px;
    /*background-color: rgb(245, 255, 153);*/
    background-color: #fff;
    /*color: rgb(27, 22, 0);*/
    /*border: 1px solid rgb(27, 22, 0);*/
    border: 1px solid #000;
    text-align: center;
    /*border-radius: 6px;*/
    padding: 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    
    /* Position the dc_tooltip */
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 0;
    right: auto;

    overflow-wrap: break-word;
}

.odd .dc_tooltip .dc_tooltiptext {
    left: auto;
    right: 0;
}
  
.dc_tooltip:hover .dc_tooltiptext {
    visibility: visible;
}  

.dc_tooltip .dc_tooltiptext:hover {
    visibility: hidden;
}  

.dc_topbar_logo {
    height: 16px;
}

.dc_topbar_logofab_catalogo {
    display: flex;
    align-items: center;
}

.dc_topbar_logofab {
    float: left;
    margin: 0px 20px;
    line-height: 1px;
}

.dc_topbar_logofab img {
    max-width: 230px;
    max-height: 50px;
}

.dc_topbar_catalogo {
    float: left;
    margin: 0 20px 0 0;
}

.dc_conf_topbar_logo_fab {
    height: 40px;
    margin: 25px 0 0 20px;
    text-align:center;
}

.dc_conf_topbar_logo_fab img {
    max-height: 100%;
}

#topbar h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}

#topbar h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

#topbar .dc_topbar_catalogo h2 {
    float: left;
    margin-right: 15px;
    line-height: 20px;
}

#topbar .dc_topbar_catalogo p {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.dc_conf_signin_hint {
    /*position: absolute;
    right: 40px;
    text-align: right;*/
    float: right;
    margin: 20px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.dc_conf_signin_hint a {
    color: #333;
    text-decoration: none;
}

.dc_bar_btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.dc_conf_rpl_panel {

}

.dc_conf_rpl_icon_block
{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 33.3%;
    vertical-align: top;
    cursor: pointer;
    font-size: 9px;
    font-weight:500;
}

.dc_conf_rpl_icon
{
    box-sizing: border-box;
    width: 90%;
    height: 0;
    margin-top: 5%;
    margin-left: 5%;
    padding-bottom: 90%;
    background-image: url('placeholder.jpg');
    background-size: 100% 100%;
}

.dc_conf_rpl_icon_block p {
    margin: 8px 5px;
    text-align: center;
}

/***********************/

.prefs_select {
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 0;
}

.conf2_noauth_warn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75);
    text-align: center;
    padding: 150px 0px;
    box-sizing: border-box;
    font-weight: 700;
}