body{
   margin-top: 70px;
   margin-bottom:30px;
}

html{
    font-family: verdana;
/*    font-size: 13px;*/
    overflow-y: scroll;
    font-size:   71%;
    *font-size:  71%;
}

.footer,.footer:visited{
   color:#88a34c;    
}

#footerOuter {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background-color:#88a34c;
   
}
#footerOuter a {color:#fff; }
#footerOuter a:hover {color:#fff; text-decoration:none; }
#footerOuter .footerText { f_loat:left; margin-top:7px; margin-left:auto;  margin-right:auto; display:block; width: 200px; text-align:center;}

.menu-tabs{
    margin-left:15%; margin-top:10px; min-height:400px;
}

#statusBar{
    width:100%;
    height:/*35px;*/60px;
    background-color: #88a34c;
    margin-bottom: 20px;    
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom:1px solid #888;
}

#profile-manager {width:300px  !important; text-align: left; color:#000 }
#statusBarBoxLeftLogo { float:left; width:100px; background-color:#fff; }
#statusBarBoxLeft { width:30px; height: 60px; background-color:#556434; float: left; margin-right:1px;}
#statusBarRight {border:0px solid #f00;float:right; width:400px; margin-top:0px; b_ackground-color:rgba(153, 168, 121, 0.75); height: 60px;}
#statusBarTitle { float:left; font-size:22px; font-weight: bold; padding:3px;  padding-left:10px; 
                  /*color: #556434;*/
                  color: #fff;
                  text-shadow: 1px 1px 0px rgba(128, 128, 128, 0.9);
                  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);*/ }
.material-menu { margin-top:34px}

.LoaderContainer{
    height: 73px !important;
    top: 30px !important;
    width: 145px !important;
    box-shadow: 2px 2px 10px #58585a;
}
#Loader {         
    display: none;
    /*border: 1px solid #536136;*/ 
    padding:5px; 
    text-align:center;  
    font-size: 13px; 
    font-weight: bold; 
    position:absolute !important; 
    width:200px; 
    background-color: #fff;
    height: 55px; 
    z-index: 1000000; 
    top: 50%;
    left: 52%; 
    -webkit-box-shadow: 3px 2px 19px -2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 2px 19px -2px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 2px 19px -2px rgba(50, 50, 50, 0.75);
    width: 120px !important;
    min-height: 0px !important;
    max-height: none !important;
    border-radius: 8px !important;
}

#Loader img{
    height: 24px !important;
}
#Loader .bg_loading{
    position: absolute;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.55;
    border-radius: 8px !important;
}

#Loader .txt_loading{
    position: relative;
    color: #fff;
}

#jMenu2 ul {
    float: left;
    
}
.material-menu-button {display:block;width:50px;height:45px;padding:10px 10px 0px 10px;background-color:#000;}
.material-menu-button span {display:block;width:100%;height:5px;margin-bottom:4px;background-color:#fff;}


.top-bar ul {float:right;}
#jMenu2 .fa {display:inline;float: left !important; margin-top: 4px}
/* Stile Menu */
.top-bar { background: transparent; min-height: 45px; line-height: 45px; margin: 0 0 30px 0; padding: 0; float: left; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }

.contain-to-grid .top-bar { max-width: 940px; margin: 0 auto; }
.top-bar .ui-icon {margin-top: 3px;}
.top-bar > ul .name h1 { /*line-height: 45px;*/ margin: 0; }
.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.top-bar.expanded { height: inherit; }
.top-bar ul { margin-left: 0; display: inline; /*height: 45px;*/ line-height: 26px; list-style: none; padding: 0px !important; margin: 0px !important; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li { float: left; background-image: none;  padding: 0px !important; margin: 0px !important; cursor: pointer; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }
.top-bar ul > li a { text-decoration: none; color: #eeeeee; display: block; font-size: 13px; font-weight: normal; height: 26px; /*line-height: 45px;*/ padding: 0 15px;   }

.top-bar ul > li > a:hover, .top-bar ul > li.active > a, .top-bar ul > li > a:focus { color: #ffffff; }
.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: transparent; }
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a {  }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; width: 130px; }
.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus { background: transparent; }
.top-bar ul > li.login { padding: 0 15px; }
.top-bar ul > li.login form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 300px; }
.top-bar ul > li.login form input { float: left; width: auto; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; }
.top-bar ul > li.login form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] { margin-bottom: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; width: 60px; }
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: transparent; }
.top-bar ul > li.toggle-topbar { display: none; }
.top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ }
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown { 
    display: block; display: block; -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75); }
.top-bar ul > li.has-dropdown > a {  }
.top-bar ul > li.has-dropdown:hover {background-color: #556434;}
.top-bar ul > li.has-dropdown > a:after { content: ""; display: none; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.top-bar ul > li.has-dropdown .dropdown { background-color: #ffffff; border: 1px solid #dddddd; left: 0px; top: 26px; margin: 0; padding: 5px 0 0px 5px !important; position: absolute; display: none; z-index: 99; }
.top-bar ul > li.has-dropdown .dropdown li { background: transparent; background-image: none; line-height: 1; min-width: 100%; padding: 0px; margin: 0px; padding-bottom: 5px !important; display: inline; }
.top-bar ul > li.has-dropdown .dropdown li > span { float: left }
.top-bar ul > li.has-dropdown .dropdown li > a { color: #000;  font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; }
.top-bar ul > li.has-dropdown .dropdown li > a:after { border: none; }
.top-bar ul > li.has-dropdown .dropdown li > a:hover, .top-bar ul > li.has-dropdown .dropdown li > a:focus { color: #898989; background-color:transparent; }
.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li.has-dropdown .dropdown li.active a { background: transparent; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { display:none; border: none; content: "\00bb"; right: 5px; top: 6px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
.top-bar ul.center {text-align:center;float:none;display:block;line-height:40px;}
.top-bar ul.center > li {display:inline-table;*display:inline;zoom:1;float:none;background-image: none;padding: 0px; margin: 0px;}
.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
.top-bar ul.right .has-dropdown .dropdown { left: auto; right: 0px; }
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
.top-bar .js-generated { display: none; }



/*CLOCK WIDGET##############################################*/
.clock {
    width: 80px;
    margin: 0 auto;
    border: 1px solid #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top:2px !important; 
}

.profile-manager-container{
    display: block; 
}


#Date {    
    text-align: center;    
    color: #fff;    
    font-size: 10px;
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    };
}
.clock ul {
    width: 100px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    float: right;
    font-size: 10px;
}

.statusBarUsername {float: right;   color: #ffffff; margin-right: 7px; font-size:11px; text-align: center; width: 180px; margin-top:3px; height:13px;}
.clock { width: 100px !important; text-align: center; margin-left:45px;}
.clockcontainer{
    width: 180px;
    float: right;
    margin-right: 10px;
    margin-top:7px;
    height: 30px;
}

.clock ul li {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
    color: #fff;    
    
}

#statusBarRightInside {    
    float: right; 
    border-left:1px solid #fff; 
    height: 55px; 
    padding-left:10px;
    padding-top:5px;
    width:24px;
}

#logout-button {
    margin-right: 10px; 
    margin-top: 3px;
    float:left;
}

#statusbar-option-button {
    color: #ffffff; 
    margin-right: 10px; 
    margin-top: 16px;
    float:left;
}

/*fine clock widget*/


/* menu inizio */ 
.menubar {   background-color:#C4BFB9; border-left:0px !important; border-right: 0px !important;     background-repeat:repeat-x; }
.menubar a {font-family:tahoma !important; font-size:11px !important; cursor:pointer;}
.user_info_outer { margin-bottom:12px;  height:12px; } 
.user_info { text-align:right;font-weight:normal;  float:right !important; color:#555; padding:1px 5px;;  font-size:10px; border-top:0px !important; border-right:0px !important;  }
#MenuTop li li a span.icon { padding-left:22px !important; background-repeat:no-repeat; background-position:0px; display:block;}
#MenuTop li ul { -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.75);}
#MenuTop { background-color:#DDD9D2 !important; height:22px; margin:0px; border: 1px solid #AAAAAA; text-align: left; list-style: none; width: 100%; }
#MenuTop li { display: none;}

.menubar_icon_new a span {background-image:url('../img/silkIcons/application_form_add.png') !important;}
.menubar_icon_new_2 a span {background-image:url('../img/page_white_go.png') !important;}
.menubar_icon_find a span {background-image:url('../img/page_find.png') !important;}
.menubar_icon_magnifier a span {background-image:url('../img/silkIcons/application_form_magnify.png') !important;}
.menubar_icon_edit a span {background-image:url('../img/icons32x32/add.png') !important;}

.menubar_icon_edit {background-image:url('../img/icons32x32/add.png') !important; padding-left: 16px !important; }
.menubar_icon_map a span {background-image:url('../img/silkIcons/map.png') !important;}
.menubar_icon_calendar span {background-image:url('../img/silkIcons/calendar.png') !important;}
.menubar_icon_app_go span {background-image:url('../img/silkIcons/application_go.png') !important;}
.menubar_icon_terminal span {background-image:url('../img/silkIcons/application_xp_terminal.png') !important;}
.menubar_icon_test span {background-image:url('../img/report_check.png') !important;}
.menubar_icon_test_chimico span {background-image:url('../img/applications_science.png') !important;}
.menubar_icon_settings span {background-image:url('../img/silkIcons/cog.png') !important;} 


#MenuBar span.a_disabled { padding:3px; margin:2px; display:block; float:left;}
#MenuBar a { padding:3px; margin:2px; display:block; float:left; text-decoration:none; color:#222; outline-width: 0;}
#MenuBar a:hover { padding:2px; margin:2px; display:block; float:left; border-top:1px solid #eee;  border-left:1px solid #eee; border-bottom:1px solid #888;  border-right:1px solid #888; background-color:#C4BFB9; /*c1bdb7*/  }
#MenuBar a:active {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    background-color: #aba8a5;
}
#MenuBar a img { float:left;}
#MenuBar a span.text { float:left; padding-top:2px; padding-left:4px;}
#MenuBarInner { height:26px;}
#MenuBarInner .divider { border-right:1px solid #fff; border-left:1px solid #888; width:0px; display:block; float:left; margin:2px; height:22px;}

/* menu fine */

h1.titlePage { background-color:rgba(153, 168, 121, 0.75); border:1px solid #88a34c; color:#fff; font-weight: bold !important; font-size:24px; padding:10px; margin:0px; text-shadow:1px 1px 1px #000; border-radius: 6px; margin-bottom:20px; margin-left:auto; margin-right:auto; width:90%; }

.standard_table_compact { border: 0px; border-collapse: collapse !important; }
.standard_table_compact .width_auto {width: auto;}
.standard_table_compact tr{ line-height: 20px; }

.standard_table_compact tr:hover td i { color: #444; }
.standard_table_compact tr.selectable { cursor: pointer; }
.standard_table_compact .tr_1 { background-color: #fafafa; }
.standard_table_compact .tr_0 { background-color: #eeeeee; }

.standard_table_compact tr:hover td { background-color: #7c914c; color: #444; }
.standard_table_compact tr.tr_1.selected { background-color: #556434; color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact tr.tr_0.selected { background-color: #556434; color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact tr.tr_0.selected:hover td { background-color: #556434; color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact tr.tr_1.selected:hover td { background-color: #556434; color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact tr.tr_1.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact tr.tr_0.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
.standard_table_compact th { padding:4px !important; height:auto !important; background-color:#88a34c; color:#fff; font-weight: bold; text-align: left; border: 1px solid;}
.standard_table_compact td { padding:2px !important; padding-left: 4px !important; padding-right:4px !important;height:auto !important; border: 1px solid #dedede; text-align: center; }

tfoot.paginator tr .go-to-page {margin-left: 5px; margin-right: 5px; display: inline-block; }
tfoot.paginator tr th
,tfoot.paginator tr td{ background-color:#88a34c; }
tfoot.paginator .result-size-box { float: right; }
tfoot.paginator .result-size-box select { width: 50px; }
tfoot.paginator .result-size-box select { border: 0; }
tfoot.paginator a { color: #ffffff; cursor: pointer; }
tfoot.paginator .current-page { text-align: center; width: 40px; height: 17px; display: inline-block; border: 0; }
.standard_table_compact th a.dropdown-button {float: right; display: inline-block; margin-left: 20px; margin-right: 10px; font-weight: normal;}
.standard_table_compact th a.dropdown-button i { color: #ffffff; }
.standard_table_compact th .dropdown-menu { font-weight: normal; }

.standard_table_compact th .dropdown-menu ul li>a:not(.grey):hover
,.standard_table_compact th .dropdown-menu ul li>a:hover
,.standard_table_compact th .dropdown-menu ul li label:not(.grey):hover
,.standard_table_compact th .dropdown-menu ul li label:hover
,.standard_table_compact th .dropdown-menu ul li a:hover i 
,.dropdown-menu ul li>a:not(.grey):hover
,.dropdown-menu ul li>a:hover
,.dropdown-menu ul li label:not(.grey):hover
,.dropdown-menu ul li label:hover
,.dropdown-menu ul li a:hover i 
,.menuHover .fa-list li:hover
,.standard_table_compact th .dropdown-menu a:hover i
,.menuHover li:hover {
    background-color: #556434;
    color: #ffffff;
}

.table_container { background-color: #ffffff; width: 100%; text-align: center; }
.disabled { background-color: #eee; }
.b { font-weight:bold; }

input.valid {
    background: url(../img/icon-ok.png) no-repeat right center #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}

input.error {
    background: url(../img/icon-fail.png) no-repeat right center #ffebef;
    color: #480000;
}

.homeButtonFunc.ui-state-default{
    border: 1px solid #d4ccb0 !important;
    background-color: #fafaf4 !important;
    background-image:none !important;
    color: #459e00 !important;
}

.homeButtonFunc.ui-state-active:hover{
    border: 1px solid #536136 !important;
    background: #88a34c !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.homeButtonFunc.ui-state-default:hover {
    border: 1px solid #536136 !important;
}

.homeButtonFunc{
    text-align: center; 
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    width:200px; 
    height:150px; 
    float:left; 
    cursor:pointer;
}

.homeButtonFunc img{
    height:70px;
    width:180px; 
}

.pointer {
    cursor:pointer;    
}

.topcheckbox{
    position:relative;
    top:2px;
}

/*
 * PANES & CONTENT-DIVs
 */
.ui-layout-pane { /* all 'panes' */
    background:	#FFF;
    border: 1px solid #BBB;
    padding: 10px;
    overflow: auto;
    /* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
       otherwise you may get double-scrollbars - on the pane AND on the content-div
       - use ui-layout-wrapper class if pane has a content-div
       - use ui-layout-container if pane has an inner-layout
    */
}
/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
.ui-layout-content {
    padding: 10px;
    position: relative; /* contain floated or positioned elements */
    overflow: auto; /* add scrolling to content-div */
}

/*
 * UTILITY CLASSES
 * Must come AFTER pane-class above so will override
 * These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
    padding: 0;
    overflow: hidden;
}
.layout-child-container {
    border: 0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
    overflow: auto;
}
.layout-hide {
    display: none;
}

/*
 * RESIZER-BARS
 */
.ui-layout-resizer { /* all 'resizer-bars' */
    background: #DDD;
    border: 1px solid #BBB;
    border-width: 0;
}
/* REAL resizer while resize in progress */
.ui-layout-resizer-drag {
}
/* affects both open and closed states */
.ui-layout-resizer-hover {
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
    otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
    background: #C4E1A4;
}
/* CLONED resizer being dragged */
.ui-layout-resizer-dragging {
    border: 1px solid #BBB;
}
.ui-layout-resizer-north-dragging,
.ui-layout-resizer-south-dragging {
    border-width: 1px 0;
}
.ui-layout-resizer-west-dragging,
.ui-layout-resizer-east-dragging {
    border-width: 0 1px;
}
/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
    background: #E1A4A4; /* red */
}
.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
    background: #EBD5AA;
}
.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
    opacity: .10; /* show only a slight shadow */
    filter: alpha(opacity=10);
}
.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
    opacity: 1.00; /* on-hover, show the resizer-bar normally */
    filter: alpha(opacity=100);
}
/* sliding resizer - add 'outside-border' to resizer on-hover 
 * this sample illustrates how to target specific panes and states */
.ui-layout-resizer-north-sliding-hover { border-bottom-width: 1px; }
.ui-layout-resizer-south-sliding-hover { border-top-width: 1px; }
.ui-layout-resizer-west-sliding-hover { border-right-width: 1px; }
.ui-layout-resizer-east-sliding-hover { border-left-width: 1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
    border: 1px solid #BBB; /* match pane-border */
    background-color: #BBB;
}
.ui-layout-resizer-hover .ui-layout-toggler {
    opacity: .60;
    filter: alpha(opacity=60);
}
.ui-layout-toggler-hover , /* need when NOT resizable */
.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
    background-color: #FC6;
    opacity: 1.00;
    filter: alpha(opacity=100);
}
.ui-layout-toggler-north ,
.ui-layout-toggler-south {
    border-width: 0 1px; /* left/right borders */
}
.ui-layout-toggler-west ,
.ui-layout-toggler-east {
    border-width: 1px 0; /* top/bottom borders */
}
/* hide the toggler-button when the pane is 'slid open' */
.ui-layout-resizer-sliding  .ui-layout-toggler {
    display: none;
}
/*
 *	style the text we put INSIDE the togglers
 */
.ui-layout-toggler .content {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */
}

/*
 * PANE-MASKS
 * these styles are hard-coded on mask elems, but are also 
 * included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    opacity: 0 !important;
    filter: Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
    /*
     *	Unless you want to print the layout as it appears onscreen,
     *	these html/body styles are needed to allow the content to 'flow'
     */
    html {
        height:	auto !important;
        overflow: visible !important;
    }
    body.ui-layout-container {
        position: static !important;
        top: auto !important;
        bottom:	auto !important;
        left: auto !important;
        right: auto !important;
        /* only IE6 has container width & height set by Layout */
        _width: auto !important;
        _height:	 auto !important;
    }
    .ui-layout-resizer, .ui-layout-toggler {
        display: none !important;
    }
    /*
     *	Default pane print styles disables positioning, borders and backgrounds.
     *	You can modify these styles however it suit your needs.
     */
    .ui-layout-pane {
        border: none !important;
        background: transparent !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
}
.ui-layout-west{
    overflow: hidden;
    padding: 0;
}
.ui-layout-center ,
.ui-layout-east ,
.ui-layout-east .ui-layout-content {
    padding: 0;
    /*overflow: hidden; modificato da gigi*/
    overflow: auto !important;
}
.ui-layout-center P.ui-layout-content {
    line-height: 1.4em;
    margin: 0;
}
h3, h4 {
    font-size: 1.1em;
    background:	#EEF;
    border: 1px solid #BBB;
    border-width: 0 0 1px;
    padding: 7px 10px;
    
    margin: 0;
}
.ui-layout-east h4 {
    font-size: 0.9em;
    font-weight: normal;
    border-width: 1px 0 0;
}

/* PJC Style */

/* generic element */
.ui-widget-header{
    color: #ffffff !important;
}
.ui-layout-pane{
  border-color: #fff !important;
}

/* header */
#top{
    height: 60px !important;
    overflow: hidden !important;
    border: 0;
    padding: 0 !important;    
}
#TitleApp{
    float: left;
    font-weight: bold;
    overflow: hidden;
    
    /*
    margin-left: 15px;
    width: 425px;
    height: 50px;
    margin-top: 20px;        
    font-family: initial;
    font-size: 30px;
    letter-spacing: 5px;
    */
}

/* Logo */
#LogoPJC, #LogoPratika, #LogoGG{
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}

#LogoPJC img{
    height: 70px;    
}

#LogoPratika{
    position:relative; top:18px;    
}

/* menu sx */
#menu_sx_accordion{
    margin-top: -2px;
}
#menu_sx_accordion img{
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
#menu_sx_accordion span.icona_menu{
    width: 16px;
    display: inline-block;
    margin-right:7px;
}

#menu_sx_accordion span.icona_menu img {
    width: 16px;
    height: 16px;
}


/* footer */
#footer{
    padding: 0;
    font-weight: medium;
    padding-left: 15px;
    text-align: center;
    font-size: 12px;
    border-top: none;
    border-bottom: 5px solid #88a34c;
    padding-bottom: 5px;
}

#footer a {
    padding-right: 0px;
}

.ui-layout-resizer-north, .ui-layout-resizer-south{
    display: none !important;
}
/* Barra resize */
.ui-layout-resizer{
    background: none !important;
}
/* Toggle */
.ui-layout-resizer-west .ui-layout-toggler{
    background: url('../img/toggle-left_4.png') !important;
    background-repeat:  no-repeat !important;
    background-color: #fff !important;
    background-size: 100% 100% !important;
}
.ui-layout-resizer-west .ui-layout-toggler_close{
    background: url('../img/toggle-left_3.png') !important;
    background-repeat:  no-repeat !important;
    background-color: #fff !important;
    background-size: 100% 100% !important;
}
.ui-layout-toggler-west { border:0px;}

/* Loader */
/*#Loader{
    display: none;
    background: url('../img/loading.gif') #88a34c;
}*/

/* Login */
.login{
    border-top: none;
    top: 25px !important;
    height: 100% !important;
}
/* Welcome */
.welcome{
    padding: 10px;
}

/* menu */
.ui-accordion .ui-accordion-content{
    padding: 10px !important;
    
}
.ui-accordion-content a{
    text-decoration: none;
}
#menu_sx_accordion ul li, .toolbar ul li{
    list-style-type: none;
    line-height: 18px;
}
#menu_sx_accordion ul{
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
}
.SezioniMenu{
    margin-bottom: 10px;
}
.SezioniMenu span{
    /*
    background: #92ab5a;
    */
    background: #e4e3e4; /* Old browsers */
     width: 100%;
     
    display: inline-block;
    padding: 4px 0;
    margin-bottom: 5px;
    color: #000;
    text-indent: 3px;
      border-bottom: 1px solid #d0d0d0;
    
}
.SezioniMenu a:hover{
    /*background: #cedeac;*/
    text-decoration:underline;
   
}
.SezioniMenu a{
    line-height: 20px;
    text-decoration: none;
    padding: 3px 0;
    width: 100%;
    display: inline-block;
    text-indent: 3px;
    
}

.SezioniMenu li {
    padding-left:20px;
}
.activeMenu{
    /*
    border-top: 1px solid #cedcaf;
    border-left: 1px solid #cedcaf;
    border-right: 1px solid #f1f9e1;
    border-bottom: 1px solid #f1f9e1;
    background: #e3edcd url('../img/pointing.png') no-repeat right 8px;
    background-size: 10px;
    */
    font-weight: bold;
    
}
.activeMenu a {
    
}
.activeMenu a:hover{
    /*background: #cedeac url('../img/pointing.png') no-repeat right 8px;
    background-size: 10px;*/
}
#menu_sx_accordion h3{
    font-size: 100%;
    font-weight: normal;
}

/* Toolbar */
.toolbar{
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(228,227,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(228,227,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e4e3e4',GradientType=0 ); /* IE6-9 */


    
    border: 1px solid #aaaaab;
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.toolbar ul{
    float: left;
    margin: 0 4px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 1px 5px;      
}
.toolbar ul li{
    position: absolute;
}
.toolbar ul li.title{
    position: relative;
    height: 26px;
    padding: 0 5px;
    margin-left: -5px;
    overflow: hidden;
    margin-right:-5px !important;
}
.menu {
    margin-top:2px !important;
   
}
.menuHover{        
    border-top: 1px solid #dddddd;
    border-right: 1px solid #c1c0c1;
    border-left: 1px solid #c1c0c1; 
    padding:0px 3px !important;
}
.toolbar ul li a{
    text-decoration: none;
    top: 6px;
    position: relative;
}

.menuHover li {
    background-color:#fff;
    border-right:1px solid #c1c0c1;
    border-left:1px solid #c1c0c1;
    border-top:0px;
 -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.menuHover li.title {
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow:    0px 0px 0px;
     box-shadow:        0px 0px 0px;
}
.menuHover li:last-child { border-bottom:1px solid #c1c0c1  !important; }

.menuHover .fa-list li:hover {
    background-color:#88a34c;
    color:#fff;
}


.menuHover li:hover {
    background-color:#88a34c;
    color:#fff !important;
}
.menuHover li:hover a {
    color:#fff;
    
}

.separatore_toolbar {
}
.fa-list{
    padding-top: 7px;
}

.ui-layout-content{
   padding: 0 !important;
}
.right-side-section{
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}
.right-side-section .standard_table{
    /*margin-left: 15px !important;*/
/*    margin-right: 15px !important;
    margin: 0 auto !important;*/
}
.operationControls{
    margin-top: 15px;
}
#tabs-1{
    margin: 15px;
}
#tabs-1 fieldset {
    border: 1px solid #cccccc;
    /*background-color: #fafafa;*/
    background-color: #ffffff;
    text-align: center;
    text-align: left;
    /*margin-bottom: 15px;*/
    padding: 10px;
}
#tabs-1 fieldset legend{
    text-align: left;
    font-weight: normal !important;
    background: #fafafa;
    padding: 0 5px;
    border: 1px solid #ccc;
    text-transform: uppercase;
}

.standard_table, .right-side-section .standard_table{
    margin-top: 20px !important;
}
.ui-slider{
    margin-top: 5px;
}
.display_none{
    display: none !important;
}

#footer a{
    text-decoration: none;
}

.navbar{
    display: none;
}

.loginpanel{
    width: 300px !important;
}
.loginpanel #tabs-1{
    margin: 0 !important;
}
fieldset{
    margin-top: 15px;
}

input[type="button"], input[type="submit"]{
    text-indent: 0px;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.button{
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .ui-widget{
        width: auto !important;
    }
    .ui-state-error{
        margin: 0 auto !important;
        width: 50% !important;
    }
    .ui-layout-west, #TitleApp, .ui-layout-toggler-west{
        display: none !important;
    }
    .ui-layout-west{
        width: 0 !important;
    }
    .ui-layout-center{
        width: auto !important;
        margin-right: 8px !important;
    }
    #menu_sx_accordion img {
        height: 16px !important;
    }
    #menu_sx_accordion span.icona_menu {
        width: 20px !important;
    }
    #LogoPJC{
        margin-right: 10px !important;
    }
    #LogoPJC img {
        height: 45px;
        margin-top: 12px;
    }
    
    .navbar{
        display: inline;
    }
    .navbar-toggle .icon-bar {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        border-radius: 1px !important;
        background-color: #fff !important;
        margin-bottom: 3px;
    }
    .navbar-toggle {
        height: 45px !important;
        width: 60px !important;
        background: #88a34c !important;
        position: relative !important;
        float: left !important;
        padding: 11px 5px !important;
        margin-top: 27px !important;
        margin-left: 8px !important;
        margin-bottom: 8px !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
        border: 1px solid #556434 !important;
    }
    .menu_mobile{
        display: block !important;
        z-index: 1 !important;
        width: 280px !important;
    }
    .loginpanel{
        width: 300px !important;
    }
    .loginpanel #tabs-1{
        margin: 0 !important;
    }

}


.ui-layout-content { background-color:#fff !important; background-image:none !important;}
.ui-widget-content { background-color:#fff !important; background-image:none !important;  outline: 0px;}

h3.ui-widget-header { border-bottom:0px !important;  }

body {background-color:#fff;}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(228,227,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(228,227,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e4e3e4',GradientType=0 ); /* IE6-9 */
    outline: 0px;
    color:#000;
}
#menu_sx_accordion .ui-state-active{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(228,227,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(228,227,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%); /* W3C */
    color: #555;
}

#menu_sx_accordion .ui-state-default, 
#menu_sx_accordion .ui-widget-content .ui-state-default, 
#menu_sx_accordion .ui-widget-header .ui-state-default {
    border-bottom:1px solid #aaaaab;
    outline: 0px;
}

.notifyjs-corner{
    top: 30px !important;
}

/*#maschera_collaudi{
    margin-top: 20px;
}*/

/*
.label_textarea{
    width: 100%;
    float: left;
    line-height: 25px;
}
textarea{
    float:left !important;
    width: 65% !important;
    height: 70px !important;
}*/

.ui-button:not(.ui-dialog-titlebar-close){
    padding: 0px 5px !important;
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(228,227,228,1) 100%) !important;
    color: #555 !important;
    border: 1px solid #888 !important;
    height: 25px !important;
}
.ui-button:hover:not(.ui-dialog-titlebar-close){
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%) !important;
}
.ui-button:active:not(.ui-dialog-titlebar-close){
    background: linear-gradient(to bottom, #eee 100%, #ddd 0%) !important;
    border: 1px inset #ddd !important;
}

.no_border{
    border: none !important;
    margin-top: 0;
}

.collapse_element{
    font-size: 1.04em;
    width: 100%;
    background: #92ab5a;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
    font-weight: normal;
    border-bottom: 1px solid #82945b;
}

.ui-layout-center h3.ui-widget-header{
    font-weight: normal !important;
    text-transform: uppercase;
}

.lb-dataContainer .lb-number{
    display: none !important;
}

#LoaderMask{
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 100000;
    background-color: rgba(180,180,180,0.4);
}

.application-version {
    float: right; 
    margin-right: 15px
}

.user-information {
    float: left;
    display: inline-block;
    border: 1px solid #999999;
    margin-left: -15px;
    padding: 5px 10px 5px 5px;    
    width: 280px;
}

.user-information i {
    margin-right: 6px;
}

/*Colori per ambiente di test --------------------------------------------------------------------------------------------------------------------------------------------------*/
#BodyMain.TEST .fieldset_header {        
    border: 1px solid #d84f2d;    
    background-color: #ff7338;    
    color: #fff;
}

#BodyMain.TEST .ui-widget-header {
    border: 1px solid #d84f2d;
    background: none;
    background-color: #ff7338;
    color: #433f38;    
}

#BodyMain.TEST .select2-drop-active {
    border: 1px solid #d84f2d;    
}

#BodyMain.TEST .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #d84f2d;
}

#BodyMain.TEST .select2-container-active .select2-choices {
    border: 1px solid #d84f2d;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#BodyMain.TEST .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #d84f2d;    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

#BodyMain.TEST .select2-results .select2-highlighted {
    background-color: #ff7338;
    color: #fff;
}

#BodyMain.TEST .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #d84f2d;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#BodyMain.TEST .ui-state-default, #BodyMain.TEST .ui-widget-content .ui-state-default, #BodyMain.TEST .ui-widget-header .ui-state-default {
    border: 1px solid #d84f2d;
    background: none;
    background-color: #ff7338;    
    color: #fff;
}

#BodyMain.TEST .standard_table_compact th {    
    background-color: #ff7338;
    color: #fff;    
}

#BodyMain.TEST .ui-widget-content {
    border: 1px solid #999999;
    background: none;
    color: #312e25;
}

#BodyMain.TEST .select2-container-active .select2-choice,#BodyMain.TEST  .select2-container-active .select2-choices {
    border: 1px solid #d84f2d;    
}

.test-mark {
    font-size: 1.5em;
    float: left;
    margin-top: 10px;
    color: #504c4b;
}

#BodyMain.TEST #macro-groups-accordion .ui-accordion-content a:hover {
    color: #ff7338;
}

#BodyMain.TEST .ui-state-active a, #BodyMain.TEST .ui-state-active a:link, #BodyMain.TEST .ui-state-active a:visited {
    color: #ffffff;    
}

#BodyMain.TEST .dropdown-menu ul li>a:not(.grey):hover
,#BodyMain.TEST  .dropdown-menu ul li>a:hover
,#BodyMain.TEST  .dropdown-menu ul li label:not(.grey):hover
,#BodyMain.TEST  .dropdown-menu ul li label:hover { 
    background-color: #ff7338;
}

#BodyMain.TEST .select2-container-active .select2-choice,#BodyMain.TEST  .select2-container-active .select2-choices {
    border: 1px solid #ff7338;    
}

#BodyMain.TEST #macro-groups-accordion .ui-accordion-content a:hover {
    color: #d84f2d;
}

#BodyMain.TEST .ui-state-active a, #BodyMain.TEST .ui-state-active a:link, #BodyMain.TEST .ui-state-active a:visited {
    color: #ffffff;    
}

#BodyMain.TEST .qtip-default {
    background-color: #fafafa;
}

 #BodyMain.TEST .dropdown-menu ul li>a:not(.grey):hover
,#BodyMain.TEST  .dropdown-menu ul li>a:hover
,#BodyMain.TEST  .dropdown-menu ul li label:not(.grey):hover
,#BodyMain.TEST  .dropdown-menu ul li label:hover
,#BodyMain.TEST  .dropdown-menu ul li a:hover i { 
    background-color: #ff7338;
    color: #ffffff;
}
#BodyMain.TEST  .dropdown-menu ul li a i { 
    color: #444;
}

 #BodyMain.TEST .menuHover .fa-list li:hover
,#BodyMain.TEST .menuHover li:hover {
    background-color: #ff7338;
    color: #ffffff;
}

#BodyMain.TEST .standard_table_compact tr:hover td { background-color: #ff9366; color: #444; }
#BodyMain.TEST .standard_table_compact tr.tr_1.selected { background-color: #932C00; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact tr.tr_0.selected { background-color: #932C00; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact tr.tr_0.selected:hover td { background-color: #932C00; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact tr.tr_1.selected:hover td { background-color: #932C00; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact tr.tr_1.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact tr.tr_0.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.TEST .standard_table_compact th { background-color:#ff7338; color:#fff;}
#BodyMain.TEST tfoot.paginator tr th
,#BodyMain.TEST tfoot.paginator tr td{ background-color:#ff7338; }

/*Colori per ambiente di prod beeverlab ---------------------------------------------------------------------------------------------------------------------------------------*/
#BodyMain.PROD .fieldset_header {        
    border: 1px solid #662181;    
    background-color: #6c1c8a;    
    color: #fff;
}

#BodyMain.PROD .ui-widget-header {
    border: 1px solid #662181;
    background: none;
    background-color: #6c1c8a;
    color: #433f38;    
}

#BodyMain.PROD .select2-drop-active {
    border: 1px solid #662181;    
}

#BodyMain.PROD .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #662181;
}

#BodyMain.PROD .select2-container-active .select2-choices {
    border: 1px solid #662181;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#BodyMain.PROD .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #662181;    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

#BodyMain.PROD .select2-results .select2-highlighted {
    background-color: #6c1c8a;
    color: #fff;
}

#BodyMain.PROD .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #662181;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#BodyMain.PROD .ui-state-default, #BodyMain.PROD .ui-widget-content .ui-state-default, #BodyMain.PROD .ui-widget-header .ui-state-default {
    border: 1px solid #662181;
    background: none;
    background-color: #6c1c8a;    
    color: #fff;
}

#BodyMain.PROD .standard_table_compact th {    
    background-color: #6c1c8a;
    color: #fff;    
}

#BodyMain.PROD .ui-widget-content {
    border: 1px solid #999999;
    background: none;
    color: #312e25;
}

#BodyMain.PROD .select2-container-active .select2-choice,#BodyMain.PROD  .select2-container-active .select2-choices {
    border: 1px solid #662181;    
}

#BodyMain.PROD #macro-groups-accordion .ui-accordion-content a:hover {
    color: #7c299b;
}

#BodyMain.PROD .ui-state-active a, #BodyMain.TEST .ui-state-active a:link, #BodyMain.TEST .ui-state-active a:visited {
    color: #ffffff;    
}

#BodyMain .qtip-default .qtip-tip { display: none !important; /*vengono aggiunti da js alcune property quindi serve*/}
#BodyMain .qtip-default {
    background-color: #fafafa;
    border-color: #444;
}


 #BodyMain.PROD .standard_table_compact th .dropdown-menu ul li>a
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li label
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li a i {
    color: #444;
}


#BodyMain.PROD  .standard_table_compact th .dropdown-menu ul li>a:not(.grey):hover
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li>a:hover
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li label:not(.grey):hover
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li label:hover
,#BodyMain.PROD .standard_table_compact th .dropdown-menu ul li a:hover i 
,#BodyMain.PROD .dropdown-menu ul li>a:not(.grey):hover
,#BodyMain.PROD  .dropdown-menu ul li>a:hover
,#BodyMain.PROD  .dropdown-menu ul li label:not(.grey):hover
,#BodyMain.PROD  .dropdown-menu ul li label:hover
,#BodyMain.PROD  .dropdown-menu ul li a:hover i 
,#BodyMain.PROD .menuHover .fa-list li:hover
,#BodyMain.PROD .standard_table_compact th .dropdown-menu a:hover i
,#BodyMain.PROD .menuHover li:hover {
    background-color: #6c1c8a;
    color: #ffffff;
}

#BodyMain.PROD tfoot.paginator tr th
,#BodyMain.PROD tfoot.paginator tr td{ background-color:#6c1c8a; }

#BodyMain.PROD .standard_table_compact tr:hover td { background-color: #cfa3e0; color: #444; }
#BodyMain.PROD .standard_table_compact tr.tr_1.selected { background-color: #a056bc; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact tr.tr_0.selected { background-color: #a056bc; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact tr.tr_0.selected:hover td { background-color: #a056bc; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact tr.tr_1.selected:hover td { background-color: #a056bc; color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact tr.tr_1.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact tr.tr_0.selected i { color: #ffffff; -webkit-transition: background-color 1s; }
#BodyMain.PROD .standard_table_compact th { background-color:#6c1c8a; color:#fff;}
.standard_table_compact td i.fa { font-size: 1.2em; }


#ShareOptionContainer .company-root { font-size: 13px; font-weight: bold; }
#ShareOptionContainer .user-leaf { margin-left: 20px; font-weight: normal; font-size: 12px; }
#ShareOptionContainer .company-disabled { color: #999; }


.group_table_compact { width: 100%; }
.group_table_compact .standard_table_compact { margin-right: 0; }
.group_table_compact th { background-color:#88a34c; color:#fff; }
#BodyMain.PROD .group_table_compact th { background-color: #6c1c8a; color: #fff; }
#BodyMain.TEST .group_table_compact th { background-color:#ff7338; color: #fff; }

.group_table_compact { border: 0px; border-collapse: collapse !important; }
.group_table_compact .width_auto {width: auto;}
.group_table_compact tr{ line-height: 20px; }

.group_table_compact .tr_1 { background-color: #fafafa; }
.group_table_compact .tr_0 { background-color: #eeeeee; }

.group_table_compact th { padding:4px !important; height:auto !important; background-color:#88a34c; color:#fff; font-weight: bold; text-align: left; border: 1px solid;}
.group_table_compact td { padding:2px !important; padding-left: 4px !important; padding-right:4px !important;height:auto !important; }
.group_table_compact td i.fa { font-size: 1.2em; }

button {
    outline: none;
}

li.ui-state-active {
    outline: none;
} 
li.ui-state-active a {
    outline: none;
    border: 1px solid #ffffff;    
}

#BodyMain.PROD li.ui-state-active a { background-color: #a056bc; }
#BodyMain.TEST li.ui-state-active a { background-color: #932C00; }

.inputBody .input_div {    
    width: 180px;
    display: inline-block;
    padding-right: 5px;       
    vertical-align: bottom;
    text-align: left;
    margin-bottom: 10px;
}

.inputBody .input_div.hidden { 
    display: none !important;
    visibility: hidden !important;
}

.inputBody .input_div.half-1 {
    width: 88px;
    padding-right: 2px;    
}

.inputBody .input_div.half-2 {
    width: 88px;
    padding-left: 2px;    
}

.inputBody .input_div.double {
    width: 365px;    
}

.inputBody .input_div.triple {
    width: 548px;    
}

.inputBody .input_div.select {
    padding-right: 3px;
}

.inputBody .input_div input{
    float: left;    
}

.inputBody .input_div label{
    float: left;    
    min-width: 180px;
    margin-bottom: 5px;
}

.inputBody .input_div .ui-spinner {
    margin-bottom: 20px;
}

.inputBody .input_div.large {
    width: 100%;
}

.inputBody .input_div input[type='text'] {
    width: 100%;
}

.inputBody .input_div input[type='text'].datepicker:nth-of-type(1) {
    width: 46%;
    margin-right: 0%;
    margin-right: 2%;
}

.inputBody .input_div input[type='text'].datepicker:nth-of-type(2) {
    width: 46%;
    margin-right: 0%;
    margin-left: 3%;
}

.inputBody .input_div textarea {    
    resize: none;
    width: 100%;
}