/**********************************
*******   INTASK CSS  *********
**********************************/
html {
   scroll-padding-top: 3rem;
}
button, .button {
	background-color: #1ABB9C;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgb(22, 148, 124);
}
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 0.9rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.9rem;
    font-size: 0.8rem;
}
.blu-button {
	background-color: #3f5e7d;
}
.button.hollow {
    border: 1px solid #1ABB9C;
    color: #1779ba;
    background-color: transparent;
}
.switch input:checked + label {
    background: #32bc9c;
}
div.hollow {
    border: 1px solid #1ABB9C;
    background-color: transparent;
}
.hollow.radius {
    border-radius: 3px;
}
td {
	word-wrap: break-word;
}
a {
	color: rgb(22, 148, 124);
}
a:hover, a:focus {
	color: #1ABB9C;
}
.row  {
	max-width: 78rem;
}
small {
	font-size: 80%;
}
input {
    min-width: 100px;
}
#wrapper {
    padding-top: 3.8125rem;
    height: auto;
    min-height: 100%;
    position: inherit;
    padding-bottom: 35px;
 }
.tab-bar {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
/* Topbar */

.tab-bar .right  {
	margin-right: 10px;
}
.tab-bar .right p {
	font-size: 1.4rem;
	margin-top: 5px;
	color: #5A738E;
}
.tab-bar .right p i {
	font-size: 2rem;
	margin: 10px;
}
.tab-bar .right p  a{
	color: rgba(90, 115, 142, 0.1);
}
.tab-bar .right p  a .fi-power {
	color: #5A738E;
}
.tab-bar .right p  a .active{
	color: #5A738E;
}
small.versione {
	font-size: 60%;
}
@media only screen and (max-width: 40em) { 
	small.versione {
		display: none;
	}
	span.nome-utente {
		display: none;
	}
	#page-content-wrapper {
    margin-left: 0;
}
}

#main-footer {
    background: #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
}

#main-footer p {
    margin-bottom: 0;
}
#main-footer small.versione {
    font-size: 70%;
}

/* Toggle */

.tab-bar,
.tab-bar .menu-icon {
    color: #999999;
	height: 3.8125rem;
	width:40px;
	background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
}
.tab-bar {
  width: 100%;
  }    
.tab-bar .menu-icon span::after {
	box-shadow: 0 0px 0 1px #5A738E, 0 7px 0 1px #5A738E, 0 14px 0 1px #5A738E;
    left: 0.70625rem;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
color: #fff;
}
#wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1;
    position: fixed;
    left: 250px;
    width: 310px;
    height: 100%;
    margin-left: -520px;
    overflow: hidden;
    background: #2A3F54;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper.toggled {
    margin-left: -250px;
    z-index: 1000;
    }
.tab-bar .fi {
text-indent: 2.1875rem;
width: 2.8125rem;
height: 2.8125rem;
display: block;
padding: 0;
color: white;
position: relative;
transform: translate3d(0, 0, 0);
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: auto;
    margin-left: 40px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FFF;
}

#page-content-wrapper.toggled {
    width: 100%;
    margin-left: 0px;
    z-index: 2;
    min-height: calc(100% - 61px);
}
#page-content-wrapper.toggled .push {
    height: 30px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}
@media only screen and (max-width: 40em) { 
	#page-content-wrapper {
    margin-left: 0;
	}
}

/* Sidebar */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 310px;
    margin: 0;
    padding: 0;
	padding-top: 15px;
}
.sidebar-nav ul {
	list-style: none;
	margin-left: 0;
}
.sidebar-nav ul li ul {
	display: none;
	background: #2A3F54;
}
.sidebar-nav ul li ul li{
	text-indent: 35px;
	line-height: 35px;
}
.sidebar-nav ul li ul li em{
	margin-left: 35px;
	    font-style: normal;
}

.sidebar-nav ul li ul li a:hover{
	/*color: #1ABB9C;*/
}
.sidebar-nav li {
    text-indent: 10px;
    line-height: 50px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ECF0F1;
	font-size: 18px;
}
.sidebar-nav li a span{
    display: block;
    text-decoration: none;
    color: #ECF0F1;
    float: right;
    padding-right: 12px;
	font-size: 24px;
}
.sidebar-nav li a span.fi-page-edit, .sidebar-nav li a span.fi-torsos-all {
    padding-right: 8px;
}
.sidebar-nav li a span.fi-checkbox {
    padding-right: 10px;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.05);
	border-left: solid 3px #1ABB9C;
}
.sidebar-nav li a:hover i {
    /*color: #1ABB9C;*/
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav li a:hover span{
    text-decoration: none;
   /* color: #1ABB9C;*/
    background: rgba(255,255,255,0.2);
}
#sidebar-wrapper.toggled .sidebar-nav li a:hover span{
    text-decoration: none;
    color: #fff;
    background: transparent;
}
.sidebar-nav li a:active span,
.sidebar-nav li a:focus span {
    text-decoration: none;
}

.sidebar-brand {
	height: 61px;
	font-size: 18px;
	line-height: 60px;
	padding: 0 10px;
	margin-bottom: 0;
	width: 210px;
	float: left;
	margin-left: 40px;
}

.sidebar-brand a {
    color: #999999;
}

.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media only screen and (max-width: 40em) { 
	#sidebar-wrapper {
    left: 210px;
	}
	#sidebar-wrapper.toggled {
    margin-left: -210px;
	}
}

/*@media(min-width:64em){
    #wrapper {
        padding-left: 270px;
    }
    #wrapper.toggled #page-content-wrapper {
        padding-left: 250px;
    }

    .sidebar-brand {
    visibility: visible !important;
    }
    
    #menu-toggle {
    visibility: hidden;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 270px;
        margin-left: -250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    .sidebar-nav {
        width: 320px;
    }
    #page-content-wrapper {
        padding: 0px;
        margin-left: 0px !important;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    #page-content-wrapper .container-fluid {
        margin-top: 20px;
    }
}*/

/* TABS */

.tabs {
	margin-left: 30px;
}
.tab-title {
	margin-right: 8px;
}
.tabs-content {
    border: solid 1px #e7e7e7;
    padding: 10px;
    border-radius: 5px;
}
.tabs dd a, .tabs .tab-title a {
    border: solid 1px #e7e7e7;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}
.tabs dd.active a, .tabs .tab-title.active a {
    border: solid 1px #e7e7e7;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #fff;
    margin-bottom: -1px;
}
.tabs dd > a, .tabs .tab-title > a {
    background-color: #d2d2d2;
}
@media only screen and (max-width: 40em) { 
	.tabs dd > a, .tabs .tab-title > a {
    padding: 0.8rem 0.6rem;
	font-size: 0.8rem;
	}
	.tabs {
    margin-left: 10px;
	}
	.tab-title {
    margin-right: 2px;
	}
}

/* TABELLE */
table thead {
    background: rgba(52,73,94,0.94);
}
table thead tr th, table thead tr td {
    color: #ffffff;
}
table tbody tr.even, table tbody tr.alt, table tbody tr:nth-of-type(even) {
    background: #f3f3f3;
}
table tbody tr.odd, table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
table tbody tr:hover {
	background: rgba(160, 211, 232, 0.3);
}
table .button {
	margin: 0;
}
.fi-pencil, .fi-mail {
	font-size: 1.5rem;
}
/* TABELLA PROGETTO */
#progetto th, #progetto td {
    text-align: center;
}

/* TABELLA AZIONI */

/* LEGENDA */
.legenda-azioni span {
	width: 15px;
	height: 15px;
	border: solid 1px #bbbbbb;
	display: inline-block;
	margin-left: 5px;
	margin-right: 15px;
}
.legenda-azioni span:last-child {
	margin-right: 0;
}
.legenda-scadute {
    background-color: rgba(231,76,60,0.75);
}
.legenda-oggi {
	background-color: rgba(26, 187, 156, 0.54);
}
.legenda-future {
	background-color: #f3f3f3;
}
.legenda-urgenti {
	background-color: rgba(239, 177, 2, 0.62);
}
.legenda-private {
    background-color: #cff77e73;
}
/**/

#TabellaAzioni {
	width: 100%;
}
#TabellaAzioni th:first-child, #TabellaAzioni th:nth-child(2) {
	width: 50px;
}
#tabella_azioni {
	margin: 0 auto;
	width: 100%;
}
#tabella_azioni.azioni-singole {
	width: 100%;
}
#TabellaAzioni thead th {
	text-align: center;
}
#tabella_azioni td:nth-of-type(1) {
    text-align: center;
}
#TabellaAzioni td {
    text-align: center;
}
#TabellaAzioni .TabellaAzioniTD2 {
	
	min-width: 130px;
}
#TabellaAzioni .TabellaAzioniTD3 {
    
}
#TabellaAzioni .TabellaAzioniTD4 {
    text-align: left;
}
#TabellaAzioni .TabellaAzioniTD5 {
	min-width: 95px;
	text-align: center;
}
#TabellaAzioni .TabellaAzioniTD6 {
    
}
#TabellaAzioni .TabellaAzioniTD7 {
	min-width: 120px;
}
#TabellaAzioni th:nth-child(6), #TabellaAzioni th:nth-child(8) {
    width: 125px;
}
#TabellaAzioni th:nth-child(5) {
    width: 30%;
}
table tbody tr.TabellaAzioniScaduto {
	color: #fff;
    background-color: rgba(231,76,60,0.75);
}
table tbody tr.TabellaAzioniScaduto td {
	color: #fff;
}
.TabellaAzioniScaduto a {
	color: #ffebeb;
}
.TabellaAzioniScaduto a:hover, .TabellaAzioniScaduto a:focus {
	color: #fff;
}
table tbody  tr.TabellaAzioniOggi {
	background-color: rgba(26, 187, 156, 0.54);
	color: #fff;
}
table tbody tr.TabellaAzioniOggi td {
	color: #616161;
}
.TabellaAzioniOggi a {
	color: rgb(230, 253, 249);
}
.TabellaAzioniOggi a:hover, .TabellaAzioniOggi a:focus {
	color: #fff;
}
table tbody tr.TabellaAzioniUrgenti {
	background-color: rgba(239, 177, 2, 0.62);
}
.TabellaAzioniUrgenti a {
	color: rgb(255, 250, 238);
}
.TabellaAzioniUrgenti a:hover, .TabellaAzioniUrgenti a:focus {
	color: #fff;
}
.TabellaAzioniPrivate .TabellaAzioniTD6::before {
    font-family: "foundation-icons";
    content: "\f16a";
    margin-right: 5px;
    font-size: 1rem;
}


#TabellaAzioni .nomeProgetto {
	font-weight: bold;
}
#TabellaAzioni .titolo {
	font-size: 0.75rem;
}
#tabella_azioni .button.tiny {
    padding-top: 0.425rem;
    padding-right: 0.5rem;
    padding-bottom: 0.425rem;
    padding-left: 0.5rem;
    font-size: 0.6875rem;
}
.TabellaAzioniScaduto .button {
	background-color: #ab0000;
}
.TabellaAzioniUrgenti .button {
    background-color: #d69500;
}
#ListaAzioniCommessa {
	width: 100%;
}
#ListaAzioniCommessa th, #ListaAzioniCommessa td {
    text-align: center;
}
#ListaAzioniCommessa th:first-child, #ListaAzioniCommessa th:nth-child(2) {
	width: 60px;
}
.fi-check.completato {
	color: #43ac6a;
	font-size: 1.2rem;
}
.fi-x.non-completato {
	color: #cf2a0e;
	font-size: 1.2rem;
}

/* TABELLA ORDINI */
/*.TabellaOrdiniBarraTR td {
	border-bottom: solid 1px #b9b9b9;
}*/
.TabellaOrdiniBarraTR td .button:first-child {
	background-color: #3f5e7d;
}
#Tabellaordini {
	width: 100%;
	margin-bottom: 20px;
}
#Tabellaordini th {
	text-align: center;
}


td.hide-td {
	display: none;
}
table#Tabellaordini tbody tr:hover .td1 {
	background: initial;
}
.ordineSingolo {
	margin-bottom: 40px;
	z-index:99;
}
.TabellaOrdiniBarraTD1 .button {
	margin-bottom: 10px;
}
table#Tabellaordini .TabellaOrdiniBarraTD1 {
	text-align: center!important;
}
table#Tabellaordini .TabellaAzioniTD1 {
	width: 80px;
}
table#Tabellaordini th:first-child {
	width: 80px;
}
table#Tabellaordini .td5, table#Tabellaordini .td6, table#Tabellaordini .td7, table#Tabellaordini .td8 {
	width: 125px;
}
table#Tabellaordini th:nth-of-type(5), table#Tabellaordini th:nth-of-type(6), table#Tabellaordini th:nth-of-type(7), table#Tabellaordini th:nth-of-type(8) {
	width: 125px;
}


/* TABELLA ANAGRAFICA */

#tabella_anagrafica{
	margin: 0 auto;
	margin-bottom: 40px;
}
#tabella_anagrafica td:nth-of-type(1) {
    text-align: center;
}
.lista-anagrafica-pag ul li a {
	font-size: 2.25rem;
    color: #888;
    padding: 0px 6px;
}
#tabellaAnagrafica th:first-child {
	width: 80px;
}

/* FORM */
.datepicker {
    /*position: inherit!important;*/
}
.datepicker-container {
    margin-bottom: 20px;
}
.form-ordine .datepicker {
   position: inherit!important;
}
.datepicker th {
	background: inherit;
}
.datepicker tr:nth-of-type(even) {
	background: #b9b9b9;
}
.switch-ruolo {
	float: right;
	margin-right: 25px!important; 
}
.switch-container {
	margin-bottom: 20px;
}
.switch-container span { 
	margin-left: 25px;
}

.switch-container:last-child {
    float: left;
}
#switch-ora, #switch-ora2 {
	background: #1ABB9C;
    color: #fff;
    font-size: 1em;
}
#switch-ora.switch-ora-noactive, #switch-ora2.switch-ora-noactive {
	background: #3f5e7d;
}

/* allineamento h2 tabs*/

.tabs-content h2 {
	text-align: center;
}

/* TABELLE RESPONSIVE */

table.mobile-table {
  table-layout: fixed;
  /*min-width: 100%;*/
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  table.mobile-table {
    width: 100%;
    border: 0;
  }
  table.mobile-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.mobile-table tr {
    border-bottom: 3px solid #716272;
    display: block;
  }
  table.mobile-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right!important;
	min-height: 37px; 
  }
  table.mobile-table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table.mobile-table td:last-child {
    border-bottom: 0;
  }
}

/* GESTIONE PROFILI */


.profile-card-action-icons {
  background-color: #fefefe;
  font-weight: 400;
  margin-bottom: 1.6rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.18), 0 0.125rem 2px rgba(0, 0, 0, 0.36);
}

.profile-card-action-icons .card-section {
  background-color: inherit;
  padding: 0.5rem 0 0;
}

.profile-card-action-icons .card-section .profile-card-header,
.profile-card-action-icons .card-section .profile-card-about {
  border-bottom: 0.0625rem solid #cacaca;
  padding: 0.7rem 1rem;
}

.profile-card-action-icons .card-section .profile-card-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile-card-action-icons .card-section .profile-card-header .profile-card-author {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-top: 0.3rem;
  padding-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title {
  margin-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title {
  color: #0a0a0a;
}


.profile-card-action-icons .card-section .profile-card-about .about-title {
  text-transform: uppercase;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left {
  text-align: left;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::before, .profile-card-action-icons .card-section .profile-card-about .separator-left::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::after {
  clear: both;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::after {
  position: relative;
  width: 3rem;
  border-bottom: 0.125rem solid #1ABB9C;
  margin: 0.3rem auto 0;
  margin-left: 0;
}

.profile-card-action-icons .card-section .profile-card-about .about-content {
  margin-bottom: 0;
}
.super-admin {
	font-size: 70px;
    color: rgba(245, 159, 26, 0.8);
    text-shadow: 1px 4px 6px #FFF, 0 0 0 #000, 1px 1px 4px #FFF;
}
.author-title i {
    font-size: 40px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    color: #14987f;
}

/* GESTIONE AUTORIZZAZIONI */

.inline-form {
	display: inline;
}
.switch input:checked.switch-ruolo + label {
    background: #008CBA;
}
.titolo-autorizzazione {
    margin-left: 25px;
    margin-bottom: 25px;
}

/* CREA RUOLI */
.accordion .accordion-navigation > .button-accordion {
    background-color: #1ABB9C;
    color: #fff;
   padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    font-family: inherit;
}
.accordion .accordion-navigation > .button-accordion:hover, .accordion .accordion-navigation.active > a {
    background: rgb(22, 148, 124);
}

/* GESTIONE ETICHETTE */

.tabella-etichette {
	width: 100%;
}
.tabella-etichette td{
	width: 50%;
}
.tabella-etichette .button {
	margin-bottom: 10px;
}
/* GESTIONE MODELLI PROGETTO */
.panel.panel-modello {
	margin-bottom: 25px;
}
.tabella-modelli {
	width: 100%;
}
.tabella-modelli td{
	width: 50%;
}
.tabella-modelli .button {
	margin-bottom: 10px;
}
.accordion .accordion-navigation > .button-accordion-tiny, .accordion .accordion-navigation span .tiny   {
	padding-top: 0.425rem;
    padding-right: 0.7rem;
    padding-bottom: 0.475rem;
    padding-left: 0.7rem;
    font-size: 0.6875rem;
	margin-left: 4px;
    margin-right: 4px;
	margin-top: 9px;
	margin-bottom: 6px;
}
.text-accordion {
    color: #222222;
    padding: 0.3rem;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}
.accordion-blocchi {
    background: #EFEFEF;
	border: solid 1px #c1c1c1;
	float: left;
    width: 100%;
}
ul.accordion {
	margin-left: 0;
	/*padding-top: 10px;*/
    padding-bottom: 10px;
}
.text-accordion {
	margin-bottom: 0;
	padding-bottom:10px;
	padding-top:10px;
}
.accordion div table {
	width: 100%;
}
.accordion div table .button {
	padding-top: 0.425rem;
    padding-right: 0.7rem;
    padding-bottom: 0.475rem;
    padding-left: 0.7rem;
    font-size: 0.6875rem;
}
.accordion .accordion-navigation > .content.active{
    display: block;
    background: #efefef;
}
/* GESTIONE LOGIN */
.tabella-login {
		width: 100%;
}
.tabella-login span {
	display: inline-block;
}
.tabella-login .button {
	margin-bottom: 10px;
}
.panel-white {
	background: #fff;
}
/* PROGETTO */
table#progetto {
	width: 100%;
}
table#progetto .button {
	margin-bottom: 10px;
}
table#progetto .progettoAzioni {
	text-align: center!important;
}
#progetto th:first-child {
	width: 80px;
}
table#progetto th:nth-of-type(3), table#progetto th:nth-of-type(4), table#progetto th:nth-of-type(8) {
	width: 110px;
}
/* LISTA INFORMAZIONI */
#lista-informazioni {
	width: 100%;
}
#tabellaAnagrafica {
	width: 100%;
	margin-bottom: 30px;
}
/* GANTT */
#contenitoreTimeline {
	margin-top: 40px;
}
#ordine {
	text-align: center;
	margin-top: 20px;
}
/* TOPIC */
.topic .button.right {
	margin-left: 5px;
}
.post .left .panel {
    border-radius: 7.5px;
	border-top-left-radius: 0px;
}
.post .right .panel {
	background-color: #dcf8c6/* #87ccbe*/;
	border-radius: 7.5px;
	border-top-right-radius: 0px;
}
.post .panel {
	margin-bottom: 0;
	margin-top: 20px;
	box-shadow: 1px 2px 0.5px rgba(0,0,0,0.13);
	position: relative;
	border: none;
}
.post .left .panel:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #f2f2f2 transparent transparent transparent;
}
.post .right .panel:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  right: -20px;
	left: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #dcf8c6 transparent transparent transparent;
}
.post small {
	margin-top: 3px;
}
#formPost {
	margin-top: 20px; 
}
/* CALENDARIO */
#selettoreMese form, #selettoreMese h3 {
	display: inline-block;
}
#selettoreMese h3 {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 10px;
	text-transform: capitalize;
}
#selettoreMese form {
	font-weight: bold;
}
.calendar .day, .calendar .day_blank {
	width: calc(14.28% - 2px);
	float: left;
	border: solid 1px #b9b9b9;
	position: relative;
	min-height: 110px;
}
#week ul li {
	width: calc(14.28% - 2px);
	float: left;
	list-style: none;
	background: rgba(52,73,94,0.94);
	color: #fff;
	padding: 4px;
}
#week ul {
	margin: 0;
}
.calendar .day .numero {
	font-size: 1rem;
    font-weight: bold;
    color: #8c92a3;
    margin-left: 5px;
}
.calendar .day .contenitore {
	display: none;
}
.show-element + .contenitore {
	display: block!important;
}
.dettaglio {
	
}
.contenitore {
	position: absolute;
    left: calc(100% + 5px);
    width: 300px;
    background: #e2e2e2;
    padding: 10px;
    z-index: 2;
    top: 10px;
    border: solid 1px #b7b7b7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #969696;
}
.close-toggle {
	position: absolute;
    top: -16px;
    right: -16px;
    background: #e2e2e2;
    padding: 1px 9px;
    border-radius: 50px;
    border: solid 1px #b7b7b7;
    font-weight: bold;
    box-shadow: 1px 1px 1px #969696;
    cursor: pointer;
}
.contenitore p {
	margin-bottom: 2px;
}
.contenitore .button.tiny {
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-bottom: 0.45rem;
    padding-left: 1rem;
    font-size: 0.6875rem;
	margin-bottom: 0;
}
.calendar .day .label {
	white-space: initial;
    display: block;
}
.calendar {
	margin-bottom: 30px!important;
}
/* INIZIO RESPONSIVE CALENDARIO */
	@media only screen and (max-width: 64em) { 
		.calendar .day, .calendar .day_blank {
			width: 95%;
			float: left;
			border: solid 1px #b9b9b9;
			position: relative;
		}
		.contenitore {
			left: initial;
			top: initial;
			width: 100%;
		}
	}
/* FINE RESPONSIVE CALENDARIO */

/* toggle azione urgente */
#data-scadenza-azione {
    margin-bottom: 20px;
}

/* toggle azione privata*/
.etichetta-privata {
    margin-right: 15px;
}

/* toggle azione duplica */
.container-duplica-switch {
    margin-bottom: 10px;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
}
.container-duplica-switch .switch {
    display: inline-block;
    top: 5px;
}
.etichetta-duplica {
    margin-right: 15px;
    display: inline-block;
}

/* INPUT DATA LIST */
input.tag-datalist {
	-webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}

/* RICERCA ORDINI */
.switch-container-ordini .switch{
	margin-left: 10px;
}
.switch + p { 
	margin-left: 20px;
	display: inline-block;
}

/* MILESTONE */
.milestone-completata {
	margin-bottom: 0;
	font-size: 0.875rem;
}
.milestone-completata a {
	color: #222;
}
.milestone-completata i {
	font-size: 1.2rem;
    color: #43ac6a;
}
.milestone-dacompletare {
	margin-bottom: 0;
	font-size: 0.875rem;
}
.milestone-dacompletare a {
	color: #222222;
}
.milestone-dacompletare i {
	font-size: 1.2rem;
    color: #cf2a0e;
}

/* SWITCH LABEL */
.switch.tiny .switch-on {
  position: absolute;
    left: -40px;
    top: 7px;
    color: white;
    font-weight: bold;
    font-size: 9px;
}

.switch.tiny .switch-off {
  position: absolute;
    left: -20px;
    top: 7px;
    color: white;
    font-weight: bold;
    font-size: 9px;
}

/* NOTE */
#data-scadenza-nota {
    margin-bottom: 1rem;
}
.checkbox-modifica-note label {
    color: #fff;
}
.checkbox-modifica-note input {
    margin: 5px 0;
}  
.sort-arrow {
    color: #fff!important;
}
.data-nota-tab {
    min-width: 100px;
}
.anagrafica-nota-tab {
    min-width: 150px;
}

/* TOOLTIP */
.tooltip {
	background: #32bc9c; 
 }
.tooltip > .nub {
	border-color: transparent transparent #32bc9c transparent;
 
}
.tooltip.opened {
    border-bottom: dotted 1px #003f54 !important; 
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #32bc9c transparent;
}
  .tooltip.tip-top > .nub {
    border-color: #32bc9c transparent transparent transparent;
}
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #32bc9c;
}
  .tooltip.tip-right > .nub {
    border-color: transparent #32bc9c transparent transparent;
} 
}

/**********************************
*******   FURIO CSS  *********
**********************************/
#sortable {
  list-style-type: none;
  margin: 0;
}

#sortable li {
  background-color: #e6e6e6;
  margin: 10px 0;
  padding: 10px;
}
