﻿
#BloccoEditorLed {
    width: 100%;
    /*height: 600px;*/
    background: #fff;
    font-size: 12px;
}

.titolo_principale {
    font-size: 2em;
    font-weight: bold;
}

#BloccoEditorLed #editorBoxContent {
    padding: 0px 0px 5px 0px;
    overflow: auto;
}

#BloccoEditorLed #viste_menu {
    width: 100%;
    overflow: hidden;
    clear: both;
}

#BloccoEditorLed .slim_button_menu_editor_led {
    padding: 5px 0 5px 10px;
    width: 150px;
    float: left;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background-color: #db9065;
    border: 1px #fff solid;
}

#BloccoEditorLed .tab_attivo {
    color: #be571b;
    background-color: #ffffff;
    border: 1px #be571b solid;
}

#BloccoEditorLed #task_container {
    clear: left;
    width: 100%;
    /*min-width: 600px;*/
    /*overflow:hidden;*/    
}

#BloccoEditorLed .box_led {
    display: inline-block;
    /*width: 920px;*/
    /*height:320px;*/
    background-color: #fff;
    padding: 10px;
}

/*-----------------------------------------*/

#BloccoEditorLed #error_msg {
    height: 30px;
    margin-top: 5px;
    font-size: 16px;
    color: #f00;
}

/*-----------------------------------------*/

#BloccoEditorLed #box_tipologia_led {
    padding-top : 5px;
    font-size: 16px;
}

#BloccoEditorLed #box_tipologia_led label {
    display:inline-block;
    width: 100px;
    margin-left: 0px;
}

#BloccoEditorLed #box_tipologia_led #tipo_led_select {
    display:inline-block;
    width: 150px;
    height: 30px;
    margin-left: 10px;
    font-size: 16px;
}

/*-----------------------------------------*/

#BloccoEditorLed #box_immagine_led {
    /* background-color: #ffd800;*/
    /*display:none;*/
}

#BloccoEditorLed #box_immagine_led #img_frangitratta{
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 50%;
    height: auto;
}

/*-----------------------------------------*/

#BloccoEditorLed #box_configurazione_led {
    margin-top: 10px;
    font-size: 14px;
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta {
    display:block;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta th {
    font-size: 16px;
    padding-bottom: 5px;
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta .legenda_tabella {
    padding-left: 0px;
    font-size: 14px;
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta .bottone_frangitratta {
    margin-left:20px;
    margin-bottom: 3px;
    padding: 5px 0 5px 0px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: #ff0000;
    border:1px #0000ff solid;          
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta #riga_combo_dimensioni .cella_combo_misure{
    width: 103px;
    margin-left:20px;
    margin-top: 10px;
}

#BloccoEditorLed #box_configurazione_led #tabella_frangitratta span {
    padding-left: 10px;
    padding-right: 10px;
}

/*-----------------------------------------*/

#BloccoEditorLed #box_colore_led {
    font-size: 14px;
    padding-top: 5px;
}

#BloccoEditorLed #box_colore_led label {
    display: inline-block;
    width: 100px;
    margin-left: 0px;
}

#BloccoEditorLed #box_colore_led #colore_led_select {
    display: inline-block;
    width: 150px;
    height: 20px;
    margin-left: 25px;
    font-size: 16px;
}
