﻿/* LESS Document */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5pt;
  line-height: 13pt;
  font-weight: 400;
  color: #343a40;
  /*text-align: center;*/
  margin: 0px;
  background-color: #fafbfe;
}
* {
  outline: none;
}
.tran,
.tran *,
a,
button,
button * {
  transition: all 0.3s ease-out;
}
a {
  text-decoration: none;
  color: #343a40;
}
a:hover {
  text-decoration: none;
  color: #39afd1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
button,
.button {
  background: transparent;
  border: solid 1px rgba(232, 234, 241, 0);
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 4px;
  color: #6e7b8b;
}
button:hover,
.button:hover {
  border-color: #e8eaf1;
}
button.icon,
.button.icon {
  position: relative;
  padding-left: 35px;
}
button.icon .ico-siap,
.button.icon .ico-siap {
  position: absolute;
  top: 8px;
  left: 15px;
}
button.blue,
.button.blue {
  background-color: #39afd1;
  border-color: #39afd1;
  color: #fff;
}
button.blue:hover,
.button.blue:hover {
  background-color: #33b8de;
  border-color: #33b8de;
}
.list-none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.text-big {
  font-weight: 700;
  font-size: 21pt;
  line-height: 19.5pt;
}
.text-small {
  font-size: 8.5pt;
  line-height: 10.5pt;
}
.text-blue {
  color: #39afd1 !important;
}
.text-green {
  color: #25d5a5 !important;
}
.text-red {
  color: #fa5c7c !important;
}
.text-violet {
  color: #727cf5 !important;
}
.dropdown,
.dropdown-box {
  background-color: #f1f3fa;
  border-radius: 4px;
  height: 34px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.dropdown > select,
.dropdown-box > select {
  opacity: 0;
  width: 100%;
  margin-top: 8px;
}
.dropdown > label,
.dropdown-box > label {
  position: absolute;
  top: 9px;
  left: 50px;
  display: block;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.dropdown > .content,
.dropdown-box > .content {
  margin: 9px 10px 0px 50px;
  font-weight: 400;
}
.dropdown > .ico-siap,
.dropdown-box > .ico-siap {
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 11.5pt;
  pointer-events: none;
}
.dropdown > .icon-ico-arrow,
.dropdown-box > .icon-ico-arrow {
  top: 12px;
  right: 15px;
  left: unset;
  font-size: 7.5pt;
  transform: rotate(90deg);
}
.dropdown.blue > .ico-siap:not(.icon-ico-arrow),
.dropdown-box.blue > .ico-siap:not(.icon-ico-arrow) {
  background-color: #39afd1;
  color: #fff;
  height: 34px;
  top: 0px;
  width: 40px;
  left: 0px;
}
.dropdown.blue > .ico-siap:not(.icon-ico-arrow)::before,
.dropdown-box.blue > .ico-siap:not(.icon-ico-arrow)::before {
  position: absolute;
  top: 9px;
  left: 12px;
}
.dropdown .checkbox,
.dropdown-box .checkbox {
  border: none;
}
.dropdown .checkbox > input[type=checkbox]:not(:checked) + span,
.dropdown-box .checkbox > input[type=checkbox]:not(:checked) + span {
  background: url('../img/checkbox-icon-disabled.png') no-repeat 0px 2px transparent;
}
.checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: solid 1px #6e7b8b;
  border-radius: 2px;
}
.checkbox > input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
}
.checkbox > input[type=checkbox]:checked + span {
  background: url('../img/checkbox-icon.png') no-repeat 0px 2px transparent;
}
.checkbox > span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.box-data {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 20px 25px 20px;
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.box-data .box-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px 0px 15px 0px;
}
.box-data .box-title > h2,
.box-data .box-title > span:not(.ico-siap) {
  margin: 0px auto 0px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-right: 10px;
}
.box-data .box-title > h2 {
  text-transform: uppercase;
  font-size: 10.5pt;
}
.box-data .box-title > .ico-siap {
  font-size: 12.5pt;
}
.box-data .box-title > .ico-siap.blue {
  display: inline-block;
  background-color: #ebf8fc;
  width: 32px;
  height: 32px;
  position: relative;
  color: #39afd1;
}
.box-data .box-title > .ico-siap.blue::before {
  position: absolute;
  top: 8px;
  left: 7px;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  display: none;
}
.tooltip .tooltip-inner {
  background-color: #39afd1;
}
.sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 70px;
  background-color: #303945;
  z-index: 10000;
}
.sidebar > div {
  position: relative;
  height: 100%;
}
.sidebar > div .logo {
  font-size: 21.5pt;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 85px;
}
.sidebar > div .logo img {
  width: 70%;
  margin-top: 15px;
}
.sidebar > div .logo .ico-siap {
  margin-top: 12px;
  display: inline-block;
}
.sidebar > div > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 85px;
  left: 0px;
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar > div > ul > li .ico {
  height: 50px;
}
.sidebar > div > ul > li .ico .ico-siap {
  color: #8391a2;
  font-size: 15.5pt;
  margin-top: 14px;
  display: inline-block;
}
.sidebar > div > ul > li .menu {
  position: fixed;
  left: 70px;
  top: 0px;
  background-color: #fff;
  width: 250px;
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.06);
  display: none;
  text-align: left;
}
.sidebar > div > ul > li .menu > span {
  font-weight: 700;
  color: #fff;
  display: block;
  height: 50px;
  background-color: #39afd1;
  padding: 0px 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 37.5pt;
}
.sidebar > div > ul > li .menu > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding: 15px 25px;
  max-height: 350px;
  overflow-y: auto;
}
.sidebar > div > ul > li .menu > ul > li {
  margin: 7px 0px;
}
.sidebar > div > ul > li .menu a {
  transition: none;
}
.sidebar > div > ul > li.hover {
  background-color: #39afd1;
}
.sidebar > div > ul > li.hover .ico-siap {
  color: #fff;
}
.header {
  text-align: left;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 70px;
  right: 0px;
  height: 140px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
  z-index: 100;
}
.header .dd {
  width: 20%;
  margin-left: 25px;
}
.header .dd .dropdown:nth-of-type(2) {
  margin-top: 6px;
}
.header .apps {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .apps > li {
  display: inline-block;
  margin-right: 6px;
}
.header .apps > li > a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}
.header .apps > li > a:hover {
  transform: translateY(-5px);
}
.header .user {
  background-color: #fafbfd;
  border-left: solid 1px #eeeff2;
  padding: 0px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  max-width: 370px;
}
.header .user .ico-siap {
  display: inline-block;
  background-color: #6e7b8b;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  position: relative;
}
.header .user .ico-siap::before {
  position: absolute;
  font-size: 14.5pt;
  top: 10px;
  left: 11px;
}
.header .user .data {
  width: calc(100% - 42px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .user .data label {
  display: inline-block;
  width: 40%;
  margin: 0px;
  text-align: right;
  padding-right: 5px;
}
.header .user .data span {
  display: inline-block;
  width: 60%;
  margin: 0px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main {
  margin: 165px 25px 25px 95px;
  text-align: left;
}
.main .row {
  margin-right: -12px;
  margin-left: -12px;
}
.main .row [class*=col] {
  padding-right: 12px;
  padding-left: 12px;
}
.main .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.main .title > h1 {
  font-size: 13.5pt;
  margin: 0px auto 0px 0px;
}
.main .title > *:not(h1) {
  margin-left: 10px;
}
.main .main-content .row.margin-bottom,
.main .main-content [class*=col].margin-bottom {
  margin-bottom: 24px;
}
.calendar .arrows .ico-siap {
  font-size: 7.5pt;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
  margin-left: 2px;
}
.calendar .arrows .ico-siap::before {
  position: absolute;
  top: 0px;
}
.calendar .arrows .ico-siap:first-child::before {
  transform: rotate(180deg);
  top: -1px;
}
.calendar .months {
  display: flex;
  justify-content: space-between;
}
.calendar .months > div {
  width: 45%;
}
.calendar .months > div .t {
  margin-bottom: 16px;
}
.calendar .months > div .d {
  text-align: center;
}
.calendar .months > div .d div {
  width: 14%;
  height: 22px;
  padding: 2px;
  margin-top: 1px;
  float: left;
}
.calendar .months > div .d div > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  line-height: 17pt;
}
.calendar .months > div .d div > span.event {
  cursor: pointer;
  background-color: #39afd1;
  color: #fff;
}
.list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.list > li {
  margin-bottom: 10px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 14px;
  border-top: solid 1px #eeeff2;
}
.list > li:last-child {
  margin-bottom: 0px;
  border-bottom: solid 1px #eeeff2;
}
.list > li > div > * {
  display: block;
}
.list.list-icon > li {
  padding: 0px 0px 0px 40px;
  border: none;
}
.list.list-icon > li::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: 0px;
  left: 13px;
  background-color: #eeeff2;
  z-index: 1;
}
.list.list-icon > li .ico-siap {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #39afd1;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  border-radius: 2px;
  z-index: 2;
}
.list.list-icon > li .ico-siap.text-violet {
  background-color: #eaebfe;
}
.list.list-icon > li .ico-siap.text-green {
  background-color: #dffdf5;
}
.list.list-icon > li .ico-siap.text-red {
  background-color: #feeef2;
}
.list.list-icon > li > div > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.bar {
  padding: 8px 0px;
}
.bar .bar-label {
  display: flex;
  justify-content: space-between;
}
.bar .bar-label > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bar .bar-label > span:first-child {
  width: 80%;
}
.bar .bar-label > span:last-child {
  width: 20%;
  text-align: right;
}
.bar .bar-content {
  height: 12px;
  border-radius: 2px;
  background-color: #eeeff2;
  position: relative;
  margin-top: 15px;
}
.bar .bar-content > div {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #39afd1;
  border-radius: 2px;
}
.dash {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dash > li {
  position: relative;
  width: 150px;
  text-align: center;
  margin: 0px 15px 20px 0px;
}
.dash > li > svg {
  transform: scale(1.7);
  transform-origin: top center;
}
.dash > li > svg > g > circle {
  display: none;
}
.dash > li > svg > g > path:nth-of-type(4),
.dash > li > svg > g > text:nth-of-type(1) {
  display: none;
}
.dash > li > svg > g > path:nth-of-type(1) {
  fill: #25d5a5 !important;
}
.dash > li > svg > g > path:nth-of-type(2) {
  fill: #ffbc00 !important;
}
.dash > li > svg > g > path:nth-of-type(3) {
  fill: #fa5c7c !important;
}
.dash > li > svg > g > g > path {
  fill: #343a40 !important;
  fill-opacity: 1 !important;
  stroke: #343a40 !important;
}
.dash > li > svg > g > g > circle {
  fill: #39afd1 !important;
  stroke: none !important;
}
.dash > li > svg > g > g > text {
  font-family: 'Roboto', sans-serif !important;
  font-size: 9.5pt;
  font-weight: 700;
}
.dash > li > span {
  display: block;
  margin-top: 60px;
}
.rinuncia td {
  background-color: black;
  color: white;
}
.entrato td {
  background-color: palegreen;
}