@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular.woff2') format('woff2'),
         url('/fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color:#393939;
}

a
{
    color: #ff7300;
}

fieldset
{
    margin: 16px;
    padding: 15px;
    border-color: #c0c0c0;
}

#main
{
    margin-top: -8px;
    margin-left: -6px;
}

#main #main_header
{
    height: 50px;
    text-align: right;
    border-bottom: 1px solid #c0c0c0;
}

#main #main_header #menu
{
    height: 50px;
    display: inline-block;
}

#main #main_header_logo
{
    cursor: pointer;
    float: left;
    width: 200px;
}

#main #main_content
{
    /**
    width:100%;
    overflow:clip;
    position:fixed;
    top:50px;
    bottom:0px;
    left:0px;
    right:0px;
    /**/
}

#main #main_footer
{
    
}

.blu
{
    color: #333366;
}

.arancio
{
    color: #ff7300;
}

.padding-h
{
	padding-left:10px;
    padding-right:10px;
}

.padding-v
{
	padding-top:10px;
    padding-bottom:10px;
}

#benvenuti
{
    text-align: center;
    margin: 50px;
    font-size: 30px;
}

#sal_settings a.menu
{
    display: block;
    width: 200px;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
}

#sal_settings td.content
{
    padding: 10px;
    border-left: 1px solid #c0c0c0;
    vertical-align:top;
}

.card_colore
{
    padding:3px; 
    border-radius: 2px; 
    text-align:center; 
    color: #212121;
    font-weight: bold;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

/* OVERWRITE CLASSI DYNAMIC */

.dynamic_theme_default
{
    color:#393939;
}

.dynamic_theme_default #dynamic_listview_container
{
    right:8px;
    bottom:8px;
}

.dynamic_theme_default A
{
    color: #e36600;
    text-decoration: underline;
}

.dynamic_theme_default .dynamic_toolbar_disabled
{
    background-color: white !important;
}

.dynamic_theme_default .dynamic_group_title,
.dynamic_theme_default .column_header_title
{
    color: #212121;
}

.dynamic_theme_default #_tr_row_header .header
{
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}

.dynamic_theme_default ._row_data
{
    box-shadow: none;
    background-color: #ffffff; 
}

.dynamic_theme_default ._row_data:nth-child(even) 
{ 
    background-color: #ededed; 
}

.dynamic_theme_default ._row_data ._row_data_cell
{
    padding:5px;
    border-right: solid 1px #c0c0c0;
}

.dynamic_theme_default #dynamic_main_listview_container
{
    background-color: #ffffff;
    color:#212121;
    box-shadow: none;
}

.dynamic_theme_default .field_label
{
    color: #212121;
}

.dynamic_theme_default .field BUTTON
{
    border: 1px solid gray;
    height: 28px;
    box-shadow: none;
    min-width: auto;
}

.dynamic_field_table SELECT, .dynamic_field_table INPUT
{
    border: 1px solid #9a9a9a  !important;
    border-radius: 3px;
    height:30px;
}

.dynamic_field_table INPUT:read-only 
{
  background-color: #e0e0e0; /* grigio chiaro o il colore che preferisci */
}

.dynamic_field_table TEXTAREA
{
    border: 1px solid #9a9a9a  !important;
    border-radius: 3px;
}

.dynamic_theme_default .header_box_field_current 
{
    border: 1px solid #ff7300 !important;
}

.dynamic_field_help
{
    color: #212121;
}