body {
  width: 100%;
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 400;
  src: url("/fonts/TT_Wellingtons_Regular.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 100;
  src: url("/fonts/TT_Wellingtons_Thin.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 300;
  src: url("/fonts/TT_Wellingtons_Light.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 500;
  src: url("/fonts/TT_Wellingtons_Medium.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 600;
  src: url("/fonts/TT_Wellingtons_DemiBold.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 700;
  src: url("/fonts/TT_Wellingtons_Bold.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 800;
  src: url("/fonts/TT_Wellingtons_ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: 'TT Wellingtons';
  font-weight: 900;
  src: url("/fonts/TT_Wellingtons_Black.otf") format("opentype");
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.popupLayout {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #444444;
  font-family: 'TT Wellingtons', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 25px;
  font-weight: 700;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #444444;
}
.privacyDisclaimer {
  font-size: 13px;
  margin-bottom: 20px;
}
.privacyDisclaimer div {
  margin-bottom: 10px;
}
.input {
  margin-bottom: 1.5em;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password'],
textarea,
select {
  font: inherit;
  padding: .5em 1em;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 1px solid #ccc;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
}
textarea {
  height: auto;
}
.submit {
  text-align: right;
}
input[type='submit'],
.button,
button {
  font: inherit;
  cursor: pointer;
  padding: .5em 1em;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  background: #444444;
  color: #fff;
}
.button {
  display: inline-block;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.select .checkbox {
  display: inline-block;
  margin: 0 5% 5% 0;
}
.select .checkbox label {
  cursor: pointer;
}
.checkbox:not(foo) label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #444444;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  color: #444444;
}
.checkbox:not(foo) input:checked + label::before {
  content: "\2713";
}
.checkbox:not(foo) input[type=checkbox] {
  display: none;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  margin-bottom: .3em;
  display: block;
}
.multiple {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #ddd;
}
.response_message {
  position: fixed;
  bottom: 15%;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  z-index: 500;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #88B555;
  visibility: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.response_message.error {
  background: #C14343;
}
.response_message.visible {
  visibility: visible;
  animation: messageIn 500ms ease-out forwards;
  -webkit-animation: messageIn 500ms ease-out forwards;
}
@media (max-width: 600px) {
  .response_message {
    bottom: 0;
    width: auto;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 13px;
  }
}
@keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
#flashMessage {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
#flashMessage:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: -75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/happy.svg) no-repeat 50% 50% #009900;
  background-size: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#flashMessage.error:before {
  background: url(../img/sad.svg) no-repeat 50% 50% #cc3333;
  background-size: 70px;
}
#siteHeader {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#mainMenu .menu {
  display: block;
  height: 50px;
  text-align: center;
  background: #444444;
}
#mainMenu .menu li {
  display: inline-block;
}
#mainMenu .menu li a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
}
#mainMenu .menu li ul {
  display: none;
}
main {
  max-width: 1200px;
  margin: 150px auto 0;
  padding-bottom: 100px;
}
form {
  border-top: 2px solid #444444;
  padding: 50px 0;
  position: relative;
}
form h1 {
  position: absolute;
  top: -15px;
  left: 25px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table .project {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
table .project.attivo .title a {
  color: #00b033;
}
table .project.in_pausa .title a {
  color: #f68f1d;
}
table .project.cessato .title a {
  color: #de0000;
}
table .project.pronto .title a {
  color: #1fa9f3;
}
table .project .activities {
  text-align: center;
}
table th {
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid;
}
table td {
  padding: 25px 25px 25px 10px;
}
table .notes span {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url(../img/notes.svg) no-repeat 50% 50%;
  background-size: contain;
}
table .ongoing img {
  min-width: 16px;
  width: 16px;
  display: block;
}
#DataTables_Table_0_filter {
  display: none;
}
#tooltip {
  background: #fff;
  position: absolute;
  z-index: 2;
  padding: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  border: 2px solid;
}
#tooltip.visible {
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev-hover {
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-next-hover {
  right: 2px;
}
#login {
  max-width: 360px;
  margin: 0 auto;
}
.summary .row {
  margin-bottom: 1em;
}
.summary .row.attivo span {
  color: #00b033;
}
.summary .row.in_pausa span {
  color: #f68f1d;
}
.summary .row.cessato span {
  color: #de0000;
}
.summary .row.pronto span {
  color: #1fa9f3;
}
.summary .row strong {
  display: block;
}
.summary .row span {
  font-size: 1.2em;
  font-weight: 400;
}
#project .content {
  position: fixed;
  width: 20vw;
}
#project .activities {
  margin-left: 25vw;
}
#project .act {
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
}
#project .act:after {
  content: '';
  width: 50%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  bottom: 1em;
  left: 0;
}
#project .act time {
  color: #999;
}
#project .act span.author {
  color: #999;
}
#project .act span.author:before {
  content: ' - ';
}
#project .act h4 {
  margin-top: .5em;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .25em;
}
#project .act .why {
  font-size: 13px;
}
#project .act .what {
  margin-top: 1em;
}
.cke_editable {
  padding: 1em;
}
ol li,
ul li {
  line-height: 1.5em;
  margin-bottom: .5em;
}
