@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.testo-grigio {
  color: #777777;
}
.testo-rosso {
  color: #ed1d24;
}
.bg_theme {
  background-color: #676767;
}
.color_theme {
  color: #676767;
}
.bg-grigio_chiaro {
  background-color: #f8f9fa;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
a.nounderline:hover {
  text-decoration: none;
}
.spacer {
  font-size: 1px;
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.liftup {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 10px 10px 5px #888888;
}
.smallcell {
  width: 1px;
}
.smallcellnobr {
  width: 1px;
  white-space: nowrap;
}
.border-box * {
  box-sizing: border-box;
}
.img-responsive {
  max-width: 100%;
}
.fullwidth {
  width: 100%;
}
.formerrors {
  border: 2px solid red;
  background-color: rgba(255, 0, 0, 0.2);
}
.formerrors .formerror {
  font-weight: normal;
}
.formfield_value input.formerror,
textarea.formerror,
.formfield_value select.formerror {
  border: 1px solid red;
  background-color: #FBCBBE;
}
.formerror {
  color: red;
}
.inlineformerror {
  font-weight: normal;
  color: red;
  font-style: italic;
  font-size: 0.8em;
  line-height: inherit;
}
.fielderror {
  display: block;
}
.notifymsg {
  text-align: center;
  padding: 20px;
}
.layouttbl {
  width: 100%;
}
.layouttbl td {
  vertical-align: top;
  border: 0px;
}
@media print {
  .noprint,
  .noprint * {
    display: none !important;
  }
}
.p-0 {
  padding: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.m-0 {
  margin: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.materialbtn {
  box-shadow: 1px 1px 1px #888888;
}
.materialbtn:hover {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 10px 10px 5px #888888;
}
form {
  margin: 0px;
}
.boxheader {
  background-color: white;
  padding: 12px;
  /*min-height: @baseline*2;*/
  border-bottom: 1px dashed #777777;
}
.boxtitle,
.box h1 {
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  padding: 8px;
  font-weight: bold;
  position: relative;
}
.boxtitle > span,
.box h1 > span {
  display: block;
}
.boxtitle .leftbuttons,
.box h1 .leftbuttons {
  padding: 0px 2px;
  text-align: left;
}
.boxtitle .rightbuttons,
.box h1 .rightbuttons {
  padding: 0px 2px;
  text-align: right;
}
.boxsubtitle {
  text-align: center;
  font-size: 1.1em;
  color: #373A3F;
  line-height: 24px;
  position: relative;
}
.boxcontent {
  background-color: white;
  padding: 10px;
}
html.applayout {
  height: 100%;
  overflow: hidden;
}
html.applayout body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html.applayout #maincontent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
html.applayout #maincontent .box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow: auto;
}
html.applayout #maincontent .box .boxcontent {
  flex-grow: 1;
  overflow: auto;
}
html.applayout footer {
  display: none;
}
.ui-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ui-navbar .ui-navbar_rightbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.ui-navbar .ui-navbar_leftbuttons {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.ui-navbar .ui-navbar_titlebox {
  flex-grow: 1;
}
.ui-navbar .ui-navbar_title {
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 48px;
}
.ui-navbar .ui-navbar_subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #373A3F;
  line-height: 24px;
  position: relative;
}
.ui-modal_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;
  z-index: 50;
}
.ui-modal {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.ui-uploader .uploadprogress {
  height: 20px;
  text-align: center;
  position: relative;
  line-height: 20px;
}
.ui-uploader .uploaderror {
  border: 3px solid red;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
.ui-uploader .uploadprogress .bar {
  height: 100%;
  background-color: #676767;
}
.ui-uploader .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding: 4px;
}
.ui-uploader #input {
  display: inline;
}
.ui-uploader .uploadeditems {
  padding: 20px 0px;
  min-height: 100px;
}
.ui-uploader .uploadeditem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.ui-uploader .uploadeditem_actions {
  margin: 0px 20px;
}
.ui-uploader .uploadeditems.dragover {
  background-color: #ECECEC;
}
.ui-searchfield {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.ui-searchfield input {
  padding-right: 20px;
  width: 100%;
}
.ui-searchfield .ui-searchfield__clear-icon {
  position: absolute;
  margin-right: 5px;
  display: none;
}
@media print {
  .ui-navbar_leftbuttons,
  .ui-navbar_rightbuttons {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
.val-positivo {
  color: green;
}
.val-negativo {
  color: red;
}
.val-urgente {
  color: #DC0101FF;
}
.val-warning {
  color: orange;
}
.val-compensazione {
  color: #cd7303;
}
.val-anticipazione {
  color: #0065ca;
}
.val-antsoci {
  color: #ba0505;
}
.bgrosso {
  background-color: #ed1d24;
}
.bgrosso_scuro {
  background-color: #bd393f;
}
.bg-grigiochiaro {
  background-color: #f8f9fa;
}
.progettostatus-online {
  color: green;
}
.progettostatus-aw_validation {
  color: orange;
}
.progettostatus-da_saldare {
  color: #0065ca;
}
.progettostatus-rejected {
  color: red;
}
.progettostatus-offline {
  color: grey;
}
a.actionlink:hover,
a.actionlink:active {
  color: #ed1d24;
}
a,
.leaflet-container .leaflet-popup-content a {
  color: #777777;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
body {
  margin: 0px;
}
.map-container {
  position: relative;
}
.map-default {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.btn_reference {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_reference:hover,
.btn_reference:active {
  color: #ead170;
}
.btn,
.btn-default {
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
}
.btn-small {
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
  font-size: 14px;
  padding: 4px 6px;
}
.btn-danger,
a.btn-danger {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ed1d24;
  border: 2px solid #ed1d24;
  color: white;
}
.btn-danger:hover,
a.btn-danger:hover,
.btn-danger:active,
a.btn-danger:active {
  color: #ead170;
}
.btn-xsmall {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}
.btn-xsmall:hover,
.btn-xsmall:active {
  color: #ead170;
}
header .navbar-brand img.logo {
  max-height: 80px;
}
header .navbar-brand img.platformlogo {
  height: 50px;
}
header .navbar-light .navbar-brand {
  color: #f8f9fa;
  text-align: center;
}
header .navbar-light .navbar-nav .nav-link,
header .navbar-light .navbar-nav .nav-link:hover {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
header .navbar-light .navbar-nav .active > .nav-link {
  color: #ead170;
}
header .navbar-light .navbar-brand:focus,
header .navbar-light .navbar-brand:hover {
  color: #ead170;
}
@media (max-width: 1200px) and (min-width: 993px) {
  header .navbar-brand img.platformlogo {
    max-height: 60px;
  }
  header .navbar-brand img.platformlogo {
    height: 25px;
  }
  header .navbar-light .navbar-nav .nav-link,
  header .navbar-light .navbar-nav .nav-link:hover {
    font-size: 16px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.topbar {
  padding: 5px 0px;
  background-color: #f8f9fa;
}
.topbar .admin_caption {
  font-weight: bold;
  color: #676767;
  text-transform: uppercase;
}
#mainsearchform .select2-container .select2-selection--single {
  height: 40px;
}
#mainsearchform .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.inline-nameblock {
  display: inline-block;
  margin-right: 4px;
  /*background-color:  #e4e4e4;*/
  border-radius: 10px;
  padding: 1px 10px;
  line-height: 25px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  /* fix truncate text*/
  padding-left: 4px;
  padding-right: 15px;
}
.mainsearchtabs > span {
  display: inline-block;
  text-align: center;
  position: relative;
}
.mainsearchtabs > span a {
  display: block;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.mainsearchtabs > span span.indicator {
  position: absolute;
  bottom: -10px;
  color: white;
  font-size: 28px;
  display: none;
  width: 100%;
}
.mainsearchtabs span.active a {
  background-color: #676767;
}
.mainsearchtabs span.active span.indicator {
  display: block;
}
@media (max-width: 576px) {
  .mainsearchtabs > span a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
footer {
  margin-top: 24px;
  background-color: #f8f9fa;
  font-size: 0.9rem;
  text-align: center;
  padding: 20px;
}
.ck-editor__editable {
  min-height: 500px;
}
.editform ul.sezioni {
  padding-left: 0px;
  list-style-type: none;
}
.editform ul.sezioni li label {
  font-weight: normal;
}
.editform .panel-default > .panel-heading {
  background-color: #373A3F;
  color: white;
}
.editform .panel-default > .panel-heading a {
  color: black;
  text-decoration: none;
}
.editform fieldset legend {
  color: #373A3F;
  border-bottom: 2px solid #373A3F;
  padding-top: 1em;
}
.editform .table {
  display: table;
}
.editform .formfield {
  margin-bottom: 10px;
}
.editform .formfield_name {
  vertical-align: top;
  padding-right: 0.5em;
  font-weight: bold;
  color: #777777;
}
.editform input {
  max-width: 100%;
}
.editform .requiredmarker {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}
.editform .formfield_value input.text,
.editform .formfield_value textarea {
  width: 100%;
}
.editform .formfield_helptxt {
  font-size: 0.8em;
  line-height: inherit;
  font-style: italic;
}
.editform #titolo {
  width: 100%;
}
.editform #testo {
  width: 100%;
  height: 400px;
}
.editform table {
  width: 100%;
}
.editform .uploadprogress {
  width: 200px;
  height: 20px;
  text-align: center;
  position: relative;
}
.editform .uploadprogress .bar {
  height: 100%;
  background-color: #73B6CE;
}
.editform .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.editform .allegatobox {
  background-color: #DBDDDB;
  padding: 4px;
  margin: 10px 0px;
}
.editform .sezioni input {
  width: auto;
  margin-right: 2px;
  margin-top: 0px;
}
.editform .galleryitems {
  min-height: 200px;
  margin-top: 2px;
  border-top: 1px solid gray;
  padding-top: 2px;
}
.editform .galleryitem,
.editform .sortable-placeholder {
  float: left;
  margin: 2px;
}
.editform .galleryitem.loader {
  border: 1px solid black;
  padding: 4px;
}
.editform .galleryitems img {
  max-height: 150px;
  -moz-user-select: none;
}
.editform .galleryitems .sortable-placeholder {
  background-color: #E0DFE3;
  height: 150px;
  width: 100px;
  border: 1px dashed black;
}
.editform .formfield_name,
.editform .formfield_value {
  padding-top: 2px;
  padding-bottom: 6px;
}
.editform input[type=radio],
.editform input[type=checkbox] {
  margin: 0px;
  vertical-align: baseline;
}
.editform label {
  font-weight: normal;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .editform .formfield_name,
  .editform .formfield_value {
    display: block;
    width: 100%;
  }
  .editform .formfield_name {
    background-color: #f8f9fa;
    padding: 2px;
  }
  .editform .formfield_value {
    padding-bottom: 1em;
  }
  .editform .formfield {
    display: block;
  }
}
.fatturetbl {
  /*  font-size:0.9rem;*/
  font-size: 0.85rem;
}
.fatturetbl td,
.fatturetbl th {
  padding: 0.25rem;
}
.fatturetbl thead {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  /*top:-1px;*/
  top: 0px;
}
.fatturetbl .col-controparte {
  width: 50%;
}
.fatturetbl .col-numdocumento {
  width: 10%;
}
.fatturetbl .col-categoria {
  max-width: 200px;
}
.fatturetbl .tipo-inline {
  display: none;
  font-style: italic;
}
.fatturetbl .col-tipo {
  min-width: 100px;
}
.fatturetbl .col-centrocosto {
  min-width: 200px;
}
.fatturetbl .col-categoria {
  min-width: 200px;
}
.fatturetbl a:not(.btn):not(.btn-small):not(.btn-xsmall):not(.actionlink) {
  color: #373A3F;
}
@media (max-width: 1100px) {
  .fatturetbl {
    font-size: 0.75rem;
  }
  .fatturetbl .col-tipo {
    display: none;
  }
  .fatturetbl .tipo-inline {
    display: block;
  }
  .fatturetbl .col-totnetto {
    display: none;
  }
  .fatturetbl .col-totiva {
    display: none;
  }
  .fatturetbl .col-totdocumento {
    display: none;
  }
  .fatturetbl .col-totlordo {
    display: none;
  }
  .fatturetbl .col-centroricavo {
    display: none;
  }
}
@media (max-width: 1400px) {
  .fatturetbl .col-totlordo {
    display: none;
  }
}
.fatturetbl.compact .col-totnetto,
.fatturetbl.compact .col-totiva,
.fatturetbl.compact .col-totdocumento,
.fatturetbl.compact .col-ritenuta,
.fatturetbl.compact .col-centroricavo {
  display: none;
}
/** MC-CALENDAR **/
.mc-calendar--modal .mc-display {
  background-color: #697096;
}
/** FINE MC-CALENDAR **/
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.15);
}
.pdfdocpreview .ui-navbar .ui-navbar_title {
  font-size: 1.2em;
  line-height: 1.4em;
}
#annofilter {
  display: inline-block;
  margin-right: 10px;
}
.uploader-fattura .uploadeditem img {
  max-height: 50px;
}
.pagamenti-tbl .cell-ricevutapagamento {
  margin-left: 20px;
  width: 160px;
}
.uploader-ricevutapagamento .uploadeditem {
  margin-bottom: 0px;
}
.uploader-ricevutapagamento .uploadeditem img {
  max-height: 60px;
}
.uploader-ricevutapagamento .uploadeditems {
  min-height: 100px;
  min-width: 100px;
}
.uploader-ricevutapagamento .uploadeditems.dragover {
  background-color: #bfbfbf;
}
.modificafatturadlg .formfield_name {
  vertical-align: baseline;
}
.modificafatturadlg .versioninfo {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin-bottom: 10px;
  color: grey;
}
.modificafatturadlg .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: none;
}
.fatturestatusfilter .active {
  font-weight: bold;
  text-decoration: underline;
}
.dropzone.dragover {
  background-color: #ECECEC;
}
.xmluploadeditem {
  background-color: #f7f7f7;
  margin-bottom: 5px;
}
.xmluploadeditem > div {
  padding: 2px;
}
.fatturebox .boxcontent {
  padding: 0px;
}
/*** loader animation **/
#loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #545454;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.fatturetbl td.disabled {
  opacity: 0.5;
}
.riepilogomensiletbl td a {
  color: inherit;
}
.riepilogomensiletbl td.active {
  background-color: #ead170;
}
.riepilogomensiletbl td.active a {
  font-weight: bold;
}
/** fine loader animation ***/
/****** TASKS ***********/
tr.tasks-completed:not(:hover) td {
  background-color: #e5ffe5;
}
tr.tasks-current:not(:hover) td {
  background-color: #fffbe8;
}
tr.tasks-expired:not(:hover) td {
  background-color: #fff0f1;
}
/******* FINE TASKS ********/
/*# sourceMappingURL=style.css.map */