﻿/*
 * WebStart Stylesheet
 *
 *
 */
 
 html {
     height: 100%;
 }
 
@media screen {
    body 
    {
		background-color: #FFF;
        background-image: url(../img/logo.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;

        height: 100%;
        position: relative;
    }
}

#app-content {
    margin-top: 121px;
}

@media (max-width: 979px) {
    #app-content {
        margin-top: 0;
    }
}

.italic {
    font-style: italic;
}

.italicred {
    font-style: italic;
    color: red;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.inline-block {
    display: inline-block;
}

.label-required {
    color: red;
}

.cursor-help {
    cursor: help !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.navbar .navbar-inner {
    min-height: 50px;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;

    background: #FFFFFF;
    color: #08c;
}

.navbar .navbar-inner .brand {
    position: absolute; 
    left:0; 
    right:0; 
    width: 500px; 
    margin: auto; 
    text-align: center; 
    overflow: hidden; 
/*    white-space: nowrap;  */
    text-overflow: ellipsis;    
    
    z-index: 100;
    background: #FFF;    
}

.navbar .navbar-inner .container-fluid {
    padding: 5px 10px;
}

.navbar .navbar-inner .brand, 
.navbar .nav > li > a {
    color: #08C;
}

.navbar .nav > li > a:hover, 
.navbar .nav > li > a:focus {
    color: #08C;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background-color: #eeeeee;
    text-shadow: none;    
}

.navbar .nav-pills > .active > a, 
.navbar .nav-pills > .active > a:hover, 
.navbar .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #08c;
    text-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    color: #08c;
}

/*.navbar .nav li.dropdown.open > .dropdown-toggle, */
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #0088cc;
    text-shadow: none;
}

/* WORKAROUND PER IL PROBLEMA DI BOOTSTRAP LEGATO AL DROPDOWN IN UN COLLAPSE (guardare anche main.js) - https://github.com/twbs/bootstrap/issues/3601 */
.collapse.in {
    height: auto;  /* this style already exists in bootstrap.css */
    overflow: visible;  /* this one doesn't. Add it! */
}

/* Spezza i testi in testi più piccoli nei popover per evitare glitch. #8545 su redmine*/
.popover, .popover * {word-break: break-all}

/* CORREGGE PROBLEMA DI LARGHEZZA CON GLI INPUT-APPEND E INPUT-PREPEND  */

.input-append.input-block-level,
.input-prepend.input-block-level {
    display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
    display: table-cell;
    width: 1%; /* remove this if you want default bootstrap button width */
}

.input-append.input-block-level > input,
.input-prepend.input-block-level > input {
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    display: table; 
    display: block \9; /* solo per IE9 */
    min-height: inherit;
    width: 100%;
}

.input-append.input-block-level > input {
    border-right: 0; /* removes the extra right border from the input */
}

.input-prepend.input-block-level > input {
    border-left: 0; /* removes the extra left border from the input */
}

/* Modifico margini tra label e input */

label:not(.control-label) {
    margin-top: 15px;
    margin-bottom: 0;
}

/*
.widget-section label {
    margin-top: 5px;
    margin-bottom: 0;
}
*/

.accordion {
    margin-top: 10px;
}

.accordion-group {
    border: none;
}

.accordion-heading { 
}

.accordion-heading .accordion-toggle {
    padding: 0px;
    padding-top: 15px;
}

.accordion-toggle h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordion-body {
    margin-bottom: 10px;
}

.thumbnail-dipendente {
    max-width:70px; 
    max-height:80px
}

/* Inizio stili copiati da Bootstrap 3 - servono per gli screen reader. Saranno da togliere dopo l'aggiornamento a Bootstrap 3 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Fine stili copiati da Bootstrap 3 */


.datepicker, .daterangepicker.opensright {
  z-index: 1100; 
}


.piastrella:hover 
{
    background: #ffffff;
    border: 1px solid #0088cc;
}

.label-info[href], .badge-info[href] { background-color: #3A87AD; }
.hand { cursor: pointer; }

.dl-horizontal { margin-bottom: 0;margin-top: 0; }
.form-control { margin-left: 10px; }
.form-horizontal .control-group {
    margin-bottom: 5px;
}



.popover {
    width:auto;
    max-width: 800px;
    z-index: 1070;
}

.popover.popover-small {
    max-width: 400px;
}

.table-grid-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.table-grid-scroller {
    overflow: auto; 
    max-height: 400px
}

.table-grid-wrapper .table-header-group th {
    text-transform: capitalize;
    background: #FFFFFF !important;
}

.table-grid-x-wrapper 
{
    display: none;
    
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;
    width: 100%;

    
/*  border-bottom: 1px solid #D4D5D6;
    -webkit-box-shadow: 0 8px 8px -6px #898989;
       -moz-box-shadow: 0 8px 8px -6px #898989;
            box-shadow: 0 8px 8px -6px #898989;
*/
}

.table-grid-y-wrapper 
{
    display: none;
    
    z-index: 1001;
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;
    
    border-right: 1px solid #D4D5D6;
    
    /*
    -webkit-box-shadow: 8px 0px 8px -6px #898989;
       -moz-box-shadow: 8px 0px 8px -6px #898989;
            box-shadow: 8px 0px 8px -6px #898989;
*/
}

.table-grid-xy-wrapper 
{
    display: none;
    
    z-index: 1002;
    position: absolute;
    top: 0;
    left: 0;
     
    overflow: hidden;
    
    -webkit-box-shadow: 8px 0px 8px -6px #898989, 0 8px 8px -6px #898989;
       -moz-box-shadow: 8px 0px 8px -6px #898989, 0 8px 8px -6px #898989;
            box-shadow: 8px 0px 8px -6px #898989, 0 8px 8px -6px #898989;
}

/* FIXED COLUMN */

.table.table-sticky-header    
{
    border-collapse: separate;
    margin: 0;
    width: 100%;
    background: white !important;
}

.table.table-sticky-column 
{
    border-collapse: separate;
    margin: 0;
    width: auto !important;
    background: white !important;
}

.table.table-sticky-corner 
{
    border-collapse: separate;
    margin:0;
    width: auto !important;
    background: white !important;
}

.table.table-sticky-header *,
.table.table-sticky-column *,
.table.table-sticky-corner * {
    cursor: not-allowed !important;
}

.table-sticky-column td.pin-col 
{
    background: #FAFAFA;
}

/* END FIXED COLUMN */

.table th {
    border-left-color: #d4d5d6;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-style: none;
    border-top-style: none;
}

/* class ".first-child" viene aggiunta dal js alla prima colonna "visibile" */
.table th:first-child,
.table th.first-child {
    /*border-left-style: none !important;*/
    border-left-color: transparent;
}

.table th.column-fake,
.table td.column-fake {
    border-left-color: transparent;
    width: 1px;
    padding: 0;
    margin: 0;
}

.table th.column-fake .placeholder-left {
    margin: 0;
}

.table th * {
    /*margin-right: 10px; 
    margin-left: 10px;*/
    white-space: nowrap;
}

.popover th *, .popover td * {
    margin-right: 10px; 
    margin-left: 10px;   
}

.table {
    position: relative;
}

.table.table-auto-width {
    width: auto;
}

.table .drag {
    cursor: move;
    background-color: white;
    border-right: 1px solid #d4d5d6;
    border-left: 1px solid #d4d5d6;
    border-bottom: 1px solid #d4d5d6;
    position: absolute;
    top: 0;
    z-index: 2000;
    opacity: 0.9;
}

.table th .placeholder-left {
    padding-left: 0px;
    padding-top: 0px;
    margin-left: -6px;
    margin-top: -4px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
}

.table th .placeholder-left.drop 
{
    border-left: 1px solid #08c;
}

.table th .pinner-left {
    margin-left: 0;
    margin-right: 10px;
}

.table th .grip-left {
    padding-left: 0px; 
    margin-left: -10px; 
    position: absolute; 
    top: 0;
    bottom: 0;
    /*display: inline-block;*/
     display: block;
    width: 10px;
    /*height: 100%;*/
    cursor: col-resize;
}

.table th .grip-left.dragging 
{
    border-left: 1px dotted;
}

.table th:first-child .grip-left,
.table th.first-child .grip-left { display: none !important; }

.table th .clipper .column-name {
    margin: 0;
}

.table th .icon-sort {
    margin-left: 10px;
    margin-right: 0px;
    line-height: 20px;
    height: 20px;
}

/*
.table th .clipper.sortup .column-name,
.table th .clipper.sortdown .column-name {
    margin-right: 10px;
}

.table th .clipper.sortup .column-name:after {
    content:"\25BC";
    color: #08C;
    float:right;
}
    
.table th .clipper.sortdown .column-name:after {
    content:"\25B2";
    color: #08C;
    float:right;
}
*/

.table .clipper {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.table th.disabled .pinner-left, 
.table th.disabled .icon-sort {
    display: none !important;
}

/* Hack per nascondere il grip nelle colonne disabilitate */
.table th.disabled .grip-left {
    display: block;
}

.table tr th.disabled + th.disabled .grip-left,
.table tr th.disabled + th:not(.disabled) .grip-left {
    display: none !important;
}
/* fine hack */

/* Hack per nascondere il placeholder nelle colonne disabilitate */
.table th.disabled .placeholder-left {
    display: block;
}

.table tr th.disabled + th.disabled .placeholder-left,
.table tr th.disabled + th:not(.disabled) .placeholder-left {
    display: none !important;
}
/* fine hack */

.menuButton i,
.menuButton:hover i {
    font-size: 14px;
    text-decoration: none;
}

 /*
.menuButton {
   left: -30px;
    top: 8px;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    background-color: rgb(0, 136, 204); 
    
   position: absolute;    
}

.menuButtonArrow {
    position: relative;
    top: 9px;
    left: 3px;
    border-style: solid;
    border-width: 6.5px 4.5px 0 4.5px;
    border-color: #000 transparent transparent transparent;
    border-top-color: #ffffff;
}
*/
.folder, .folder:hover {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -427px -94px;
}

.collapsed {
    background-position: -402px -94px !important;
}

/*
.page-header h3 {
    color: #08C;
    margin-top: 0;    
}
*/

.float-center {
   position: absolute;
   top: 20px;
   left: 30%;
}

input.invalid,
textarea.invalid,
select.invalid,
input.invalid:focus,
textarea.invalid:focus,
select.invalid:focus,
.select2-container .invalid
 {
  color: #b94a48 !important;
  border-color: #ee5f5b !important;
  outline: 0 !important;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ee5f5b !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ee5f5b !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ee5f5b !important;
}


.select2-dropdown {
    z-index: 1038;
}

.table .select2-container {
    width: 100% !important;
}

.modal-scrollable .select2-dropdown {
    z-index: 1051;
}

.select2-container--default.select2-container--disabled .select2-selection {
    cursor: not-allowed !important;
}

/* Fix problema clearButton. https://github.com/select2/select2/issues/3306  */
.select2-selection__clear {
    position: relative;
}

.strong {
  font-weight: bold;
}

/* Coloured icons with optional class */

.icon-error {
  background-image: url("../img/glyphicons-halflings-red.png");
}

.icon-warning {
  background-image: url("../img/glyphicons-halflings-orange.png");
}

.icon-success {
  background-image: url("../img/glyphicons-halflings-green.png");
}

.icon-info {
  background-image: url("../img/glyphicons-halflings-blue.png");
}

.icon-disabled {
    opacity: 0.5;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    font-size: 14px;
    display: inline;
}

.modal.in {
    top: 100px; 
    margin-top: 0px !important;
}

.bootbox.modal.in {
     /*position: fixed; */
     top: 100px; 
     /*margin-top: 0;
     width: 520px; 
     left: 51%*/
}


.icon-empty {
  background-position: 20 20;
}

.label-none,
.badge-none {
  background-color: #c0c0c0
}

.well .dl-horizontal {
     overflow:hidden
}
/*
.dl-horizontal dd {
    margin-left: 105px;
}

.dl-horizontal dt {
    width: 90px;
}
*/
.pinned {
    position: fixed;
    top: 0;
    z-index: 20000;
    background-color: white;
    box-shadow: 0 8px 8px -6px #898989, 25px 0 0 #fff, -5px 0 0 #fff;
    -moz-box-shadow: 0 8px 8px -6px #898989, 25px 0 0 #fff, -5px 0 0 #fff;
    -webkit-box-shadow: 0 8px 8px -6px #898989, 25px 0 0 #fff, -5px 0 0 #fff;
}

.date input:not([disabled]) {
    background-color: #ffffff;
    cursor: text;
}

#menu .nav-pills {
    margin-bottom: 0;
}
/*
#menu .nav-pills .open .dropdown-toggle .icon {
    background-image: url("../img/glyphicons-halflings-white.png");    
}*/

.widget {
    padding: 0;
}

.widget-header {
min-height: 31px;
padding: 5px;
padding-left: 10px;
/*color: #0088cc;*/
border-bottom: 1px solid #ddd;
}

.widget-header h3 {
    font-size: 20px;
}

.widget-header h4 {
    font-size: 16px;
    color: #0088cc;
}

.widget-header>:first-child {
line-height: 30px;
padding: 0;
margin: 0;
float: left;
text-align: left;
}

.widget-header>:first-child>[class*="icon-"] {
margin-right: 6px;
font-weight: normal;
font-size: 110%;
display: inline-block;
}

.widget-toolbar {
display: inline-block;
padding: 0 5px 0 10px;
line-height: 30px;
position: relative;
text-align: left;
float: right;
}

.widget-toolbar:before {
display: inline-block;
content: "";
position: absolute;
top: 3px;
bottom: 3px;
left: -1px;
border-right: 1px solid #d9d9d9;
}

.widget-toolbar a,
.widget-toolbar a:hover {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

.widget-toolbar i {
    font-size: 14px;
}

.widget-main {
    max-height: 400px;
    padding: 5px;
}

.widget-main h4,
.widget-main h4 a {
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.widget-main hr {
    margin: 10px 0;
    border-top: 1px solid #E5E5E5;
}

.widget-main label {
    margin-top: 5px;
}

.widget-main .widget-section {
    border-bottom: 1px solid #E5E5E5;
}

.widget-main .widget-section.no-border {
    border-bottom: none;
}

.widget .form-horizontal .control-label {
    width: 60px;
}

.widget .form-horizontal .controls {
    margin-left: 80px;
}

#menu .widget-body {
    padding: 0px;
}

#menu .nav-list {
margin: 0;
padding: 0;
list-style: none;
}

#menu .nav-list>li {
display: block;
padding: 0;
margin: 0;
border: 0;
/*
border-top: 1px solid #fcfcfc;
border-bottom: 1px solid #e5e5e5;
*/
position: relative;
}

#menu .nav-list>li:last-child {
    border-bottom: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#menu .nav-list>li.active:after {
display: inline-block;
content: "";
position: absolute;
right: 0px;
top: -1px;
bottom: 0;
border-right: 1px solid #0b6cbc;
}

#menu .nav-list>li>a{
margin: 0;
}

#menu .nav-list>li>a {
display: block;
height: 100%;
line-height: 28px;
padding: 0 16px 0 7px;
/*
background-color: #f9f9f9;
*/
/*
color: #585858;
*/
    color: #333333;
    text-overflow:ellipsis;
text-shadow: none !important;
font-size: 13px;
text-decoration: none;
}

#menu .nav-list>li>a:hover {
    background-color: #FFF;
    color: #0088cc;
}

/*
#menu .nav-list>li>a:hover .arrow,
#menu .nav-list>li .submenu>li>a:hover .arrow {
    background-image: url("../img/glyphicons-halflings-blue.png");    
}
*/

/*
#menu .nav-list>li.open {
border-bottom-color: #e5e5e5;
}
*/

#menu .nav-list>li.active {
background-color: #fff;
}

#menu .nav-list>li.active>a, 
#menu .nav-list>li.active>a:hover, 
#menu .nav-list>li.active>a:focus, 
#menu .nav-list>li.active>a:active {
background-color: #fff;
/*color: #0b6cbc;*/
color: #0088cc;
font-weight: bold;
font-size: 13px;
}


#menu .nav-list>li .submenu {
    /*display: none;*/
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

#menu .nav-list>li .submenu>li>a,
#menu .nav-list>li .subsubmenu>li>a {
    margin-left: 0;
    position: relative;
}

#menu .nav-list>li .submenu>li>a:before,
#menu .nav-list>li .subsubmenu>li>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    left: 13px;
    top: 13px;
    border-top: 1px dashed #b1c9e0;
    color: #b1c9e0;
}

#menu .nav-list>li .submenu>li>a:after,
#menu .nav-list>li .subsubmenu>li>a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 0;
    border-left: 1px dashed #b1c9e0;
    color: #b1c9e0;
}

#menu .nav-list>li .submenu>li:first-child>a,
#menu .nav-list>li .subsubmenu>li:first-child>a {
border-top: 1px solid #fafafa;
}

#menu .nav-list>li .submenu>li>a,
#menu .nav-list>li .subsubmenu>li>a {
    display: block;
    position: relative;
   /* color: #616161;*/
    color: #333333;
    padding: 3px 4px 4px 24px;
    margin: 0;
    border-bottom: 1px dotted #e4e4e4;
}

#menu .nav-list>li:last-child .submenu>li:last-child>a,
#menu .nav-list>li:last-child .subsubmenu>li:last-child>a {
    border-bottom: none;
}

#menu .nav-list>li .submenu>li>a:hover,
#menu .nav-list>li .subsubmenu>li>a:hover {
    text-decoration: none;
    color: #0088cc;
}

#menu .nav-list>li .submenu>li.active>a,
#menu .nav-list>li .subsubmenu>li.active>a {
    color: #0088cc;
}

#menu .nav-list>li>a .arrow,
#menu .nav-list>li .submenu>li>a .arrow {
    position: absolute;
    right: 9px;
    /*top: 7px;*/
}
/*
#menu .nav-list>li.active>a .arrow,
#menu .nav-list>li .submenu>li.active>a .arrow {
    background-image: url("../img/glyphicons-halflings-blue.png");    
}
*/
#menu .nav-list>li .subsubmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;    
    margin-left: 10px;
}

/* Sovrascrivo le regole css in modo da gestire le modali più grandi  */
.modal.container {
    width: 980px;
    margin-left: -490px;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1200px;
		margin-left: -600px;
	}
}  

.multiselect-container li.active a {
    background: transparent;
    filter: none;
    color: inherit;
/*    padding: 0px 20px;*/
}

.btn-link {
    padding: 4px;
}

.btn-link .caret {
    border-top-color: #08C;
}

.btn-link:hover .caret, 
.btn-link:focus .caret {
    border-top-color: #005580;
}

.btn-link[disabled] .caret {
    border-top-color: #999;
}

.btn-group.btn-group-2 > * 
{
    min-width: 50%;
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btn-group.btn-group-3 > * 
{
    min-width: 33%;
    max-width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btn-group.open .btn-link.dropdown-toggle {
    background-color: transparent;
}

.btn-group.open .btn-link.dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.convcartellino {
    margin-left: 5px;
}

.text-ellipsis {
    white-space:nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    width:100%;
    display: inline-block;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1039;
}

.progressBar-container {
    text-align: center; 
    position: relative; 
    top: -20px; 
    z-index: 100; 
    width: 100%;
}

#workingShadow {
    position: fixed;
    z-index: 100000;
	top: 0;left: 0;height:100%;width:100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
    background-color: white;
}

#workingShadow div 
{
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 1);
    background-size: auto 10%;
    position: absolute;
    z-index: 100001;
	top: 0;left: 0;
	height:100%;width:100%;
}

#ReportViewer1 label {
	display: inline;
	padding-left: 2px;
	vertical-align: middle;
}

.subReportPres s1 {
	width: 260px;
}

/* Configuratore */

.step-content .step-pane {
    min-height: 200px; 
    padding: 4px 8px 12px;
}

.interlude-input-container input.input-number {
    width: 2em;
    margin-bottom: 0;
}

/* Hack per webkit based browser */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    .interlude-input-container input.input-number {
        width: 3em;
        margin-bottom: 0;
    }
}

.tooltip {
    z-index: 10000;
}

.tooltip-info + .tooltip .tooltip-inner {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
    background-repeat: repeat-x;
    border-color: #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
}
.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top-left .tooltip-arrow,
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #bce8f1;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip-info + .tooltip.bottom-left .tooltip-arrow,
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #bce8f1;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #bce8f1;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #bce8f1;
}
.tooltip-error + .tooltip .tooltip-inner {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
    background-repeat: repeat-x;
    border-color: #dca7a7;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
}
.tooltip-error + .tooltip.top .tooltip-arrow,
.tooltip-error + .tooltip.top-left .tooltip-arrow,
.tooltip-error + .tooltip.top-right .tooltip-arrow {
  border-top-color: #ebccd1;
}
.tooltip-error + .tooltip.bottom .tooltip-arrow,
.tooltip-error + .tooltip.bottom-left .tooltip-arrow,
.tooltip-error + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ebccd1;
}
.tooltip-error + .tooltip.right .tooltip-arrow {
  border-right-color: #ebccd1;
}
.tooltip-error + .tooltip.left .tooltip-arrow {
  border-left-color: #ebccd1;
}
.tooltip-warning + .tooltip .tooltip-inner {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
    background-repeat: repeat-x;
    border-color: #f5e79e;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
}
.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip-warning + .tooltip.top-left .tooltip-arrow,
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #faebcc;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #faebcc;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #faebcc;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #faebcc;
}
.tooltip-success + .tooltip .tooltip-inner {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
    background-repeat: repeat-x;
    border-color: #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
}
.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top-left .tooltip-arrow,
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #d6e9c6;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip-success + .tooltip.bottom-left .tooltip-arrow,
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #d6e9c6;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #d6e9c6;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #d6e9c6;
}
/*******************************************************************************************************
 *
 * TABELLA PROSPETTI
 * 
 *******************************************************************************************************/ 

.table-prospetti th,
.table-prospetti td {
    white-space: nowrap;
}

.table-prospetti td {
    padding: 0;
    height: 40px;
}

.table-prospetti tr.masterRow:not(:first-child) td:not(.column-day-selected) {
    border-top-color: #999;
}

.table-prospetti td div.position-relative {
    position: relative;
    padding: 4px 5px;
}

.table-prospetti td div.color-box {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
    margin: 5px auto;
    color: #333 !important;
}

.table-prospetti td div.color-box .full {
	width: 18px;
	height: 18px;
	border: 2px solid #DDDDDD;
}

.table-prospetti td div.color-box .half {
	width: 18px;
	height: 18px;
	border: 2px solid #DDDDDD;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9InJnYmEoMjU1LDI1NSwyNTUsMCkiIG9mZnNldD0iMC41Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUyKSIgLz4KPC9zdmc+);
	background-image: -webkit-gradient(
	        linear,
	        left top,
	        right bottom,
	        color-stop(0.5, rgba(255, 255, 255, 1)),
	        color-stop(0.5, rgba(255, 255, 255, 0)) 
	    );
	background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 1) 50%, 
            rgba(255, 255, 255, 0) 50%
        );
}

.table-prospetti td div.zoom {
    position: absolute;
    top: 0;
    left: 0;  
    padding: 2px 10px 10px 3px;
}

.table-prospetti td:hover div.zoom {
    padding: 2px 10px 10px 3px;
}

.table-prospetti td:hover div.zoom .text-info {
    color: #FFF !important;
}

.table-prospetti tr:not(:hover) td:not(.pin-col):not(.column-shrink):not(.column-day-holiday):not(.column-day-error):not(:hover):not(.column-day-selected):not(.column-day-giust) {
    background-color: transparent !important;
}

.table-prospetti tr:not(:hover) td.column-day-holiday:not(.column-day-selected):not(.column-shrink):not(:hover) {
    background-color: #D9EDF7 !important;    
}

.table-prospetti tr:not(:hover) td.column-day-giust:not(.column-day-selected):not(.column-shrink):not(:hover) {
    background-color: #dddddd !important;
}

.table-prospetti tr:hover td.column-day-holiday:not(.column-day-selected):not(.column-shrink):not(:hover) {
    background-color: #C4E3F3 !important;    
}

.table-prospetti tr:hover td.column-day-giust:not(.column-day-selected):not(.column-shrink):not(:hover) {
    background-color: #e5e5e5 !important;
}

.table-prospetti tr:hover td:not(.column-shrink):not(.column-day-selected):not(.column-day-holiday):not(.column-day-error):not(:hover):not(.column-day-giust) {
    background-color: #F5F5F5 !important;
}

.table-prospetti td.column-shrink > div {
    display: none;
}

.table-prospetti .column-day {
    width: 30px;
    text-align: center !important;
    font-size: 0.8em;
}

.table-prospetti .column-day.last-day {
    border-right: 1px solid #555;
}

.table-prospetti th.column-day {
    background: #F5F5F5;
    min-width: 18px;
}

.table-prospetti td.column-day {
    vert-align: middle;
    line-height: 1.2em !important;
    cursor: pointer;
}

.table-prospetti td.column-day:hover {
    background: #08c !important;
    color: #fff !important;
}

.table-prospetti td.column-day-holiday {
    background-color: #D9EDF7;
}

.table-prospetti tr:hover td.column-day-holiday {
    background-color: #C4E3F3;
}

.table-prospetti td.column-day-selected {
    border: 2px solid #F89406 ;    
}

.table-prospetti tr:hover td.column-day-selected {
    border: 2px solid #F89406 ;    
}

.table-prospetti td.column-day-error {
    background-color: #f2dede !important;    
}

/*******************************************************************************************************
 *
 * TABELLA TIMESHEET            
 * 
 * ENM 20170421 add
 *******************************************************************************************************/ 

.table-timesheet th,
.table-timesheet td {
    white-space: normal;
}

.table-timesheet td {
    padding: 0;
    height: 40px;
}

.table-timesheet tr.masterRow:not(:first-child) td {
    border-top-color: #999;
}

.table-timesheet td div.position-relative {
    position: relative;
    padding: 4px 5px;
}

.table-timesheet td div.color-box {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
    margin: 5px auto;
    color: #333 !important;
}

.table-timesheet td div.color-box .full {
	width: 18px;
	height: 18px;
	border: 2px solid #DDDDDD;
}

.table-timesheet td div.color-box .half {
	width: 18px;
	height: 18px;
	border: 2px solid #DDDDDD;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9InJnYmEoMjU1LDI1NSwyNTUsMCkiIG9mZnNldD0iMC41Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUyKSIgLz4KPC9zdmc+);
	background-image: -webkit-gradient(
	        linear,
	        left top,
	        right bottom,
	        color-stop(0.5, rgba(255, 255, 255, 1)),
	        color-stop(0.5, rgba(255, 255, 255, 0)) 
	    );
	background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 1) 50%, 
            rgba(255, 255, 255, 0) 50%
        );
}

.table-timesheet td div.zoom {
    position: absolute;
    top: 0;
    left: 0;  
    padding: 2px 10px 10px 3px;
}

.table-timesheet td:hover div.zoom {
    padding: 2px 10px 10px 3px;
}

.table-timesheet td:hover div.zoom .text-info {
    color: #FFF !important;
}

.table-timesheet tr:not(:hover) td:not(.pin-col):not(.column-shrink):not(.column-day-holiday):not(.column-day-error):not(:hover) {
    background-color: transparent !important;
}

.table-timesheet tr:not(:hover) td.column-day-holiday:not(.column-shrink):not(:hover) {
    background-color: #D9EDF7 !important;
}

.table-timesheet tr:hover td.column-day-holiday:not(.column-shrink):not(:hover) {
    background-color: #C4E3F3 !important;
}

.table-timesheet tr:hover td:not(.column-shrink):not(.column-day-holiday):not(.column-day-error):not(:hover) {
    background-color: #F5F5F5 !important;
}

.table-timesheet td.column-shrink > div {
    display: none;
}

.table-timesheet .column-day {
    min-width: 30px;
    text-align: center !important;
    font-size: 0.8em;
}

.table-timesheet .column-day.last-day {
    border-right: 1px solid #555;
}

.table-timesheet th.column-day {
    background: #F5F5F5;
    min-width: 18px;
}

.table-timesheet td.column-day {
    vert-align: middle;
    line-height: 1.2em !important;
    cursor: pointer;
}

.table-timesheet td.column-day:hover {
    background: #08c !important;
    color: #fff !important;
}

.table-timesheet td.column-day-holiday {
    background-color: #D9EDF7;
}

.table-timesheet tr:hover td.column-day-holiday {
    background-color: #C4E3F3;
}

.table-timesheet td.column-day-error {
    background-color: #f2dede !important;    
}

/*******************************************************************************************************
 *
 * TABELLA SHRINKABLE (ESTENDE LA TABELLA PROSPETTI)
 * 
 *******************************************************************************************************/ 

.table-shrinkable th {
    vertical-align: middle !important;
}

.table-shrinkable td, .table-shrinkable th {
    -moz-transition: width 1s, padding 1s, font 1s;
    -webkit-transition: width 1s, padding 1s, font 1s;
     transition: width 1s, padding 1s, font 1s;
}

.table-shrinkable th.column-day {
    cursor: pointer !important;
}

.table-shrinkable th.column-day .clipper {
    cursor: pointer !important;
}

.table-shrinkable th.column-day:not(.grip-hover):hover {
    background: #08c !important;
    color: #fff !important;
}

.table-shrinkable th.column-day:not(.grip-hover):hover div:not(.clipper):last-child {
    color: #333 !important;
}

.table-shrinkable .column-fixed-width {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}

.table-shrinkable .column-shrink
{  
    width: 10px !important;
    min-width: inherit !important;
   /* max-width: 10px !important;
    min-width: 10px !important;*/
    font-size: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table-shrinkable th.column-shrink {
    font-size: 6px !important;
}

.table-shrinkable th.column-shrink div:first-child {
    display: none;
}


/*******************************************************************************************************
 *
 * TABELLA SELECTABLE
 * 
 *******************************************************************************************************/ 

.table-selectable th,
.table-selectable td {
    white-space: nowrap;
}

.table-selectable td.selectable {
    cursor: pointer;
}

.table-selectable td.select-copied {
    border: 2px solid #62c462 !important;
}

.table-selectable td.select-mask {
    border: 2px solid #faa732 !important;
}

.table-selectable td.select-copied + td.select-copied {
    border-left: none;
    border-right: none;
}

.table-selectable td.selected {
  background-color: #499249 !important;
  color: #FFF !important;
}

.table-selectable td.selected .text-info {
    color: #FFF !important;
}

.table-selectable td.select-disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.table-selectable tr:hover td.select-disabled {
    background-color: #e5e5e5;
}

.table-selectable td.selected .muted {
    color: #DDD;
}

.table-selectable td.highlight {
  background-color: #dff0d8 !important;
  color: #333 !important;
}

.table-selectable th {
    vertical-align: middle !important;
}

.table-selectable .column-day {
    width: 30px;
    text-align: center !important;
    font-size: 0.8em;
}

.table-selectable .column-day.last-day {
    border-right: 1px solid #555;
}

.table-selectable th.column-day {
    background: #F5F5F5;
    min-width: 18px;
}

.table-selectable td.column-day {
    vertical-align: middle;
    line-height: 1.2em !important;
}

.table-selectable td.column-day-holiday {
    background-color: #D9EDF7;
}

.table-selectable tr:hover td.column-day-holiday {
    background-color: #C4E3F3;
}

.table-selectable .small {
    font-size: 0.8em; 
    line-height: 1.2em; 
    margin-bottom: 5px;
}





/*****************************************************
                    JQUERY.GANT CSS
*****************************************************/
.gantt {
    margin: 0 0 20px 0 !important;
    border: none !important;
}

.gantt .month .fn-label,
.gantt .day .fn-label {
    text-transform: capitalize;
}

.fn-gantt-hint {
  z-index: 10000 !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 6px !important;
     -moz-border-radius: 6px !important;
          border-radius: 6px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-background-clip: padding-box !important;
     -moz-background-clip: padding !important;
          background-clip: padding-box !important;
}

.gantt .fn-gantt .sa, 
.gantt .fn-gantt .sn {
    background-color: #D9EDF7;
    color: #484a4d;
}

.gantt .fn-gantt .holiday {
    background-color: #D9EDF7;
}

.gantt .periodo {
    cursor: pointer;
}

.gantt .periodo .fn-label {
    color: #FFF !important;
    font-weight: normal !important;
    text-shadow: none !important;  
}

.gantt .periodo-anomalia {
    border: 1px solid #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.gantt .leftPanel .fn-label input[type=checkbox] {
    margin: 0px 5px 0px 0px;
    height: 24px;
    line-height: 24px;
}

.tab-content {
    overflow: inherit;
}

/******** DATATABLES CSS **********/

table.dataTable tr th,
table.dataTable tr td {
    white-space: nowrap;
}

div.dataTable tr td {
    background: #FFF;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_processing {
    z-index: 100;
    width: 200px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    font-weight: bold;
    border: 1px solid #DDD;
    height: auto !important;
    background: white !important;
}

.dataTables_scrollHead table.dataTable,
.dataTables_scrollBody table.dataTable {
    min-width: 100%;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: 1px solid #DDD;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th, 
div.DTFC_RightBodyWrapper tbody tr:first-child td, 
div.DTFC_LeftBodyWrapper tbody tr:first-child th, 
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: 1px solid #DDD; 
}

.DTFC_Cloned {
}

.DTFC_Cloned td { 
    background: #FAFAFA !important;
}

.DTFC_Cloned th:last-child, .DTFC_Cloned td:last-child {
      border-right: 1px solid #DDD; 
}

.table-pre {
    white-space: pre;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
}

.table-allegati-list {
    margin-bottom: 5px;
}

.table-allegati-list tr td,
.table-allegati-form tr td {
    border-top: none;
}

.labelauty-wrapper {
    display: inline-block;
}

input.labelauty + label {
    line-height: 16px;
    font-size: 12px;
    margin-top: 0px;
}

input.labelauty[disabled]  + label {
    cursor: not-allowed;
}

.form-horizontal .labelauty-wrapper {
     margin-top: 34px;
}

.form-horizontal label + .labelauty-wrapper {
    margin-top: 0px;
}

.form-horizontal input.labelauty + label {
    padding: 8px 10px;
}

.modal:not(.container) .form-horizontal .labelauty-wrapper {
    margin-top: 20px;
}

.modal:not(.container) .form-horizontal input.labelauty + label {
    padding: 8px 10px;
}

.widget-main input.labelauty + label {
    padding: 5px 8px;
}

.widget-main input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, 
.widget-main input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-left: 4px;
}

.labelauty-no-margin .labelauty-wrapper {
    margin-top: 0px !important;
}

.labelauty-margin-top-10 .labelauty-wrapper {
    margin-top: 10px !important;
}

table input.labelauty + label {
    display: block;
}

.labelauty-small input.labelauty + label {
    padding: 4px 6px;
}

a.twoselect-options {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

/*********
DROPDOWN DELLE SELEZIONE

*********/

.dropdown-selections {
    width: 200px;
}

.dropdown-selections li > div {
    white-space: normal; 
    padding: 3px 20px; 
    color: #333; 
    line-height: 15px;
}

/*********
DROPDOWN DEI MESSAGGI

*********/

.count-info {
    font-size: 16px;
}

.count-info .label {
    line-height: 12px; 
    padding: 2px 5px; 
    position: absolute; 
    right: 2px; 
    top: -2px;
}

.dropdown-messages {
    width: 310px;
}

.dropdown-messages li > div {
    white-space: normal; 
    padding: 3px 20px; 
    color: #333; 
    line-height: 15px;
}

.dropdown-reports {
    width: 310px;
    max-height: 400px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.dropdown-reports li > div {
    white-space: normal;
    padding: 3px 20px;
    color: #333;
    line-height: 15px;
}

ul.fancytree-container {
    border: none !important;
    outline: none !important;
}

span.fancytree-title {
  background-color: inherit !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

span.fancytree-node:hover span.fancytree-title,
span.fancytree-active span.fancytree-title {
  background-color: #eff9fe !important;
  border-color: #70c0e7 !important;
}

a.fancytree-children-select {
    margin-left: 5px;
}

table.fancytree-ext-table:focus {
    outline: none;
}

table.fancytree-ext-table tbody span.fancytree-title:hover {
    border: 1px solid rgba(0, 0, 0, 0);
}

table.fancytree-ext-table tbody td input {
    padding: 2px 4px !important;
}

/******** COOKIECHOICE CSS **********/

.cookieChoiceInfo {
    -webkit-font-smoothing: antialiased;
    
    z-index: 100002 !important;
    top: auto !important;
    bottom: 0px  !important;

    background: none repeat scroll 0 0 rgba(0,0,0,.7) !important;
    color: #ffffff !important;
    font-family: Tahoma, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5em;
    padding: 10px 0 !important;
}

.cookieChoiceInfo .box-inner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 1000;
}

.cookieChoiceInfo a {
    color: #ffffff;
    text-decoration: underline;
}

#cookieChoiceDismiss {
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 20px;
    text-decoration: none !important;
}


/******** FULLCALENDAR CSS **********/

/*
.fc-toolbar .fc-left {
    vertical-align: middle;
}*/

.fc-toolbar h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

.fc-day.fc-day-holiday {
    background-color: #d9edf7;
}

.fc-day.fc-day-error {
    background-color: #f2dede;
}

.fc-day.fc-day-errorDark {
    background-color: #f56262;
}

.fc-day.fc-day-disabled {
    background-color: #f1f1f1;
}

.fc-day.fc-day-giustif {
    background-color: #dddddd;
}

.fc-day-giust {
    float: right;
    padding: 0 2px;
    cursor: help;
}

.fc-day-time {
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
    padding: 0 2px;
    float: right;
}

.fc-grid .fc-other-month .fc-day-giust,
.fc-grid .fc-other-month .fc-day-time {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.fc-day, .fc-content-skeleton {
    cursor: pointer;
}


#calendar-cartellino .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
}

#calendar-cartellino .fc-day-content .label 
{
    display: block;
	margin-top: 2px;
}

#calendar-cartellino .fc-day-content .label-warning {
	width: 50%;
}

#calendar-scadenzario .fc-event {
    cursor: pointer;
}


#calendar-assenze-modal .fc-header-title h2 {
    font-size: 18px;
}

#calendar-assenze-modal .fc-day {
    cursor: pointer;
}

#calendar-assenze-modal .fc-day.fc-day-highlight {
    background: #dff0d8;
}

#calendar-assenze-modal-controls {
    position: relative;
    top: -25px;
    height: 25px;
    border-top: 1px solid #DDDDDD;
    z-index: 1;
}

#calendar-assenze-modal-controls td {
    text-align: right;
    padding: 0px 5px;
}

/******** DATERANGEPICKER CSS **********/

.daterangepicker .cancelBtn {
    display: none;
}


.row-missione {
    border-top: 1px solid #ddd;
}

.row-missione:last-child {
    margin-bottom: 10px;
}

.row-missione:hover {
   background-color: #f5f5f5;
}

.line-height-30 {
    line-height: 30px;
}

.row-missione .line-height-30 {
    margin-bottom: -6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Fix #9739: faccio in modo che 
 * il nome del mese compaia solo quando cambia. 
 */
 .gennaio ~ .gennaio td:first-child,
 .febbraio ~ .febbraio td:first-child,
 .marzo ~ .marzo td:first-child,
 .aprile ~ .aprile td:first-child,
 .maggio ~ .maggio td:first-child,
 .giugno ~ .giugno td:first-child,
 .luglio ~ .luglio td:first-child,
 .agosto ~ .agosto td:first-child,
 .settembre ~ .settembre td:first-child,
 .ottobre ~ .ottobre td:first-child,
 .novembre ~ .novembre td:first-child,
 .dicembre ~ .dicembre td:first-child {
     visibility: hidden;
 }

/* NEW TIMESHEET STYLE*/
.tabTimesheetHeader {
    border: 1px solid #08c;
    color: #08c;
    font-weight: 900;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabTimesheetData {
    border: 1px solid #D4D5D6;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

td.column-day-holiday {
    background-color: #D9EDF7;
}

td.column-day-holiday.select-disabled,
.table-selectable th.column-day-holiday {
    background-color: #E5EFF4;
}

tr:hover td.column-day-holiday {
    background-color: #C4E3F3;
}

td.column-day-selected {
  
    box-shadow: inset 0 0 0 2px #f89406;
}

.note-yes {
    position: relative;
}

.note-yes:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid green;
}

.detailButtons {
    line-height: 57px;
    float: left;
    padding-left:10px;
}

.titleclass {
    float:left;
    font-size:32px;
    line-height: 95px;
}

.secondLineHeader {
    background: #FFFFFF !important;
}

.tableTimesheet {
    width:100%;
    max-width:100%;
}

.tableTimesheet td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-zoom-in, .icon-zoom-out {
    font-size:16px;
    color: #08c;
    float:left;
    cursor:pointer;
}

.icon-zoom-out {
    display:none;
}   

.icon-plus, .icon-minus {
    color: #08c;
    cursor:pointer;
}

.overflows {
    max-height: 25vh; 
    overflow-y: auto;
}

a:hover, a:focus {
    color: #08c;
}

.tableDocumenti {
    width:100%;
    max-width:100%;
}

.tableDocumenti td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
}

#elencodocumenti {
    height: 0;
    overflow: hidden;
    margin-bottom:5px;
}

.switchbuttontrasferte {
    cursor: pointer;
}


.menuHeight {
    height:85vh;
}

#totaltime {
    color: #08c;
}

#tree-pianta {
    overflow-y: auto; 
    height:85vh;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: inline;
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: normal;
}  

.fc-time-grid-event.fc-short .fc-time:after {
    content: normal;
}

.tooltipevent {
    padding: 5px 5px;
    width:auto;
    height:auto;
    background-color:white;
    color:#3a87ad;
    border: 2px solid black;
    border-radius: 5px;
    position:absolute;
    z-index:10001;
}

.tooltipevent p {
    padding: 0 0;
    margin: 0 0;
    font-size: 14px;
}

/* Aggiiunti da DataMind*/
table.table-input input,
table.table-input textarea,
table.table-input .input-append {
  margin-bottom: 0;
}

.no-resize {
  resize: none;
}
