﻿#modal_box {
    position: absolute;
    z-index: 1001;
    border: 2px #e7e5df solid;

    /* CE issue 394 */
    /*background-color: #e7e5df;*/
    background-color: #7d7e80;
    /* CE issue 394 */

}

#loader_box {

    position:absolute; z-index:1001;
}

.spinner
{
    width:118px;
    height:118px;
    background: url("images/loader.png") no-repeat;
}

#dlg_title_bar {

    background-color: #7d7e80;
    height:14px;

    padding: 6px 0 6px 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#dlg_title{
    color:#fff;
    overflow:hidden;
}
#dlg_btn_close{
     background:url("images/dialog_close.png") no-repeat;
     width:31px;
     height:20px;
     float:right;
     margin:0px 10px 7px 0;
     cursor:pointer;
}
#dlg_message{
    background-color:#fff;
    margin:0 10px 0 10px;
    padding:10px;
    /*height:318px;*/
}

#dlg_buttons {

    background-color: #7d7e80;
    height: 20px;
    padding-right:10px;
    padding-top:5px;
}

#dlg_error
{
    clear:both;
    padding:5px 0;
    color:#ff0000;
    margin-top:10px;
    float:left;
    overflow:hidden;
}
#dlg_error div {float:none;}


/* MODEL PANEL */

.modal_panel_mask
{
    position:absolute;
    background-color:rgba(200, 200, 200, 0.8);
}

.modal_panel_box
{
    position:absolute;
    background-color:#fff;
    padding:0px 10px 0 10px;
}

#panel_scroll
{
    margin-top:10px;
}

.modal_panel_content
{

}

.modal_panel_close
{
    text-align:right;
    padding:5px 10px;
}

.modal_panel_close span
{
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
    color:#000;
}

/* MODEL PANEL END */


/* MENU SCELTA PRODOTTI */

.columnLeft {
    width: 150px;
    text-transform: uppercase;
    color: #fff;
    background: #7d7e80;
    height: 435px;
    float: left;
}

#families{
    margin-left:10px;
    float:left;
}

/* CE issue 3421 associazione utenti-prodotti */
#category2 {
    margin-left: 10px;
    float: left;
}
/* CE issue 3421 associazione utenti-prodotti */

#product_models {
    margin-left: 10px;
    float: left;
}