.mainMenu .z-menubar-hor {
    background: none;
    padding: 0;
    border: none;
}

.wrapper {
    position: relative;
    width: 500px;
    padding: 20px;
    margin: 0px auto;
    background: #fff;
    border: 1px solid grey;
}

.header {
    position: relative;
    width: 500px;
    padding: 5px 15px;
    margin: 0px auto;
    background: #DBDBE3;
}

/* DONUTCHART */
.donutchart {
    width: 250px;
    height: 250px;
    position: relative;
    left: 25%;
}

.graph {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transform: rotate(0deg) scale(0);
    -moz-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
}

.graph.graph-startanimation {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}

.graph-center {
    display: table;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    z-index: 101;
}

.graph-center .title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 32pt;
    margin-top: 35px;
}

.graph-center .subtitle {
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.pie, .pie > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pie > div {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pie > div > div {
    width: 50%;
    height: 100%;
    border-right: 3px solid #fff;
    cursor: pointer;
}

/*

#zk_proc-t
{
	position:fixed;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
}

*/
th, .standardTable th {
    background: #f2f2f2;
    padding: 5px;
    color: #064A9E;
}

/** Personalizzazioni Alice **/

/** Personalizzazioni Alice **/
/*
.cflow_tree_content tr.z-treerow-seld {
	background: #f2f2f2;
}*/

td.z-treecell {
    border-left: none;
}

div.z-treefooter-cnt, div.z-treecell-cnt, div.z-treecol-cnt {
    color: #062f64;
    font-family: Tahoma, Geneva, sans-serif, Verdana, arial, sans-serif;
}

.z-panelchildren, div.z-dottree-body, div.z-filetree-body, div.z-vfiletree-body, .z-west-body {
    /* background:url(img/bg_menu_sfumatura.png) right center repeat-y #e7e7e7;border:1px solid #d6d6d6;*/

}

.cflow_main_tree_menu {

}

.cflow_main_tree_menu div.z-tree {
    border: none;
}

.cflow_main_tree_menu .z-treecell-cnt {
    line-height: normal;
}

.cflow_main_tree_menu span.z-tree-root-close {
    background: url(../img/bg_menu_left_arrow_right_2.png) 2px 0 no-repeat;
}

.cflow_main_tree_menu span.z-tree-root-open {
    background: url(../img/bg_menu_left_arrow_down_2.png) 2px 0 no-repeat;
}

.cflow_main_tree_menu span.z-tree-line {
    /*display:none;*/

}

.cflow_main_tree_menu .taskElement .z-treecell-cnt, .cflow_main_tree_menu .decisionElement .z-treecell-cnt {
    /*padding-left:40px;*/

}

.cflow_main_tree_menu .taskElement {
    background: url(../img/menu_process_icon.png) /*24px*/ 40px 2px no-repeat;
}

.cflow_main_tree_menu .decisionElement {
    background: url(../img/menu_decision_icon.png) /*24px*/ 40px 2px no-repeat;
}

.cflow_main_tree_menu div.z-treecell-cnt {
    font-size: 11px;
    color: #2f2f2f;
}

.cflow_main_tree_menu .z-panelchildren {
    background: none;
}

.layoutBuilderFieldBoxAllContainer .z-panelchildren {
    border: none;
    padding: 5px 15px 15px 15px;
}

div.z-tree-body, div.z-dottree-body, div.z-filetree-body, div.z-vfiletree-body {
    background: none;
    width: 375px;
}

.z-south-body .footer {
    padding: 10px;
    background: #f2f2f2;
}

.topHeaderTestoBenvenuti .z-label {
    color: #003390;
    font-size: 20px;
}

.topHeaderTestoAccesso .z-label {
    color: #868686;
}

.z-button-os {
    font-weight: bold;
    font-size: 11px;
    padding: 5px 5px !important; /*19-06-2015*/
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*background-image: -ms-linear-gradient(top, #eeeeee 0%, #D8D9D9 100%);
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #D8D9D9 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0%, #D8D9D9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #D8D9D9));
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #D8D9D9 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #D8D9D9 100%);*/
    border: 1px solid #ed1d24;
    /*box-shadow: inset 0 5px 5px #FFFFFF;*/
    text-align: center;
    font-family: /*'Titillium Web', */ Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-right: 0;

}

/* .z-vbox .z-button-os {margin-top: 12px; width:100%!important;} */

/*}*/

.cflow_class.z-button-os {
    width: 100%;
}

.z-button-os:hover {
    color: #000;
}

/*** Personalizzazioni header ***/
.contHeader {
    margin: 15px 15px 15px 25px;
}

.contHeaderLogo {
    float: left;
    width: 250px;
}

.contHeaderRight {
    float: right;
    width: 650px;
    padding-top: 15px;
}

.contWelcomeUser {
    float: left;
    text-align: right;
    width: 500px;
    padding-top: 5px;
}

.contHeaderIcon {
    float: right;
    width: 100px;
    padding: 0 25px;
    text-align: center;
}

.contIcoSingola {
    float: left;
    width: 50px;
}

.contIcoSingolaTxt a {
    color: #7f7f7f;
    font-size: 10px;
}

.contIcoSingolaTxt a:hover {
    color: #000;
}

/******/
.layout_builder_cols_rows_input_box .z-hlayout {
    background: #f2f2f2;
    padding: 10px;
}

.layout_builder_cols_rows_input_box .z-label {
    color: #000;
    display: inline-block;
    margin-top: 3px;
}

.layout_builder_variables_palette .z-label {
    font-weight: normal;
}

.layout_builder_variables_palette .help {
    color: #AAA;
}

.varCfg_used {
    color: gray;
}

.varCfg_unused {
    cursor: pointer;
}

.layout_builder_variables_palette .varCfg_used {
    font-style: normal;
}

.layout_builder_variables_palette div.z-listbox-body .z-listcell {
    border: none;
}

.layout_builder_variables_palette tr .z-listcell-cnt {
    /*background:url(../img/field_icon_small_default.png) left top no-repeat;*/
    padding-left: 25px;
}

/*STILI ICONE TIPI VARIABILI */
.varType_loggednote {
    background: url(../img/field_icon_loggerNoteVatType.png) left center no-repeat;
}

.varType_texttype {
    background: url(../img/ico_txt.png) left center no-repeat;
}

.varType_booleantype {
    background: url(../img/ico_vero_falso.png) left center no-repeat;
}

.varType_datetype {
    background: url(../img/ico_data.png) left center no-repeat;
}

.varType_numbertype {
    background: url(../img/ico_numerico.png) left center no-repeat;
}

.varType_listtype {
    background: url(../img/field_icon_small_default.png) left center no-repeat;
}

.varType_complextypereferencetype {
    background: url(../img/ico_complesso.png) left center no-repeat;
}

.varType_standardcomplextype {
    background: url(../img/ico_complesso.png) left center no-repeat;
}

.varType_customcomplextype {
    background: url(../img/field_icon_small_default.png) left center no-repeat;
}

.varType_linktype {
    background: url(../img/field_icon_small_default.png) left center no-repeat;
}

.varType_actionbuttontype {
    background: url(../img/ico_btn.png) left center no-repeat;
}

.varType_sublayouttype {
    background: url(../img/field_icon_small_default.png) left center no-repeat;
}

.varType_emptytype {
    background: url(../img/field_icon_small_default.png) left center no-repeat;
}

.actionType_bpmProcessDelete {
    background: url(../img/cestino.gif) left center no-repeat;
}

/*FINE STILI ICONE TIPI VARIABILI*/
.layout_builder_variables_palette .z-listcell-cnt .field_icon_small_fieldset {
    background: url(../img/field_icon_small_fieldset.png) left top no-repeat;
}

.layout_builder_variables_palette .z-listcell-cnt .field_icon_small_space_field {
    background: url(../img/field_icon_small_space_field.png) left top no-repeat;
}

.layout_builder_variables_palette .z-tab-accordion-hm {
    padding-left: 0;
    background: none;
}

.layout_builder_variables_palette .z-tab-accordion-seld .z-tab-accordion-hm {
    color: #0f4b9d;
}

.layout_builder_variables_palette .z-tab-accordion-hm {
    background: #f2f2f2;
    color: #2f2f2f;
}

.z-toolbarbutton-cnt {
    padding: 0;
}

.z-toolbarbutton-cnt:hover, .z-toolbarbutton-over, .z-toolbarbutton-over .z-toolbarbutton-body {
    background: none;
    border: none;
}

.z-toolbarbutton-over .z-toolbarbutton-body {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.z-detail {
    width: 30px;
    height: 30px;
    border: none;
}

.history-detail-icon .z-detail-icon {
    background: url(../img/jbpm/fork_enabled.gif) left center no-repeat;
    height: 25px;
    width: 25px;
}

.history-detail-icon .z-icon-angle-right::before {
    content: none;
}

.history-detail-icon .z-icon-angle-down::before {
    content: none;
}

/*
.cflow_page_content {
	padding: 5px;
}

.cflow_page_content .z-west-splt {
	background: #FFF;
	width: 5px;
}

.cflow_page_content .z-west-splt-btn {
	display: none;
}

.z-menu-node-delta {
	cursor: pointer;
}

.z-menu-node-delta:hover {
	background: url(../img/freccia_menu_top.png) right center no-repeat #f6f6f6;
	padding: 0 10px;
}*/

#zk_err {
    display: none ! important;
}

.listaNoteContainer {
    max-height: 200px;
    overflow: auto;
}

.nota {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.nota.odd {
    background-color: #f3f3f3;
}

.notaTitolo {
    font-weight: bolder;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.notaTesto {
    padding-left: 10px;
    font-weight: lighter !important;
    padding-top: 10px;
    padding-bottom: 15px;
}

.checkboxNoteContainer {

}

.deleteNotaPRM {
    cursor: pointer;
    margin-left: -20px;
    font-weight: bolder;
    color: red;
}

.emptyNoteSLE {
    font-weight: lighter !important;
    font-style: italic;
}
