/** Main Color Palette **/
/** Font Stack **/
/** UI colors **/
/** Neutral Stack **/
/** Likert Scales **/
/** iMonitor Variables **/
h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
}
h1:first-of-type {
  margin-top: 1em;
}

h2 {
  font-size: 1.5em;
  font-weight: 900;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

h4 {
  font-size: 1.2em;
  font-weight: 300;
}

p, li {
  font-size: 1em;
  font-weight: 300;
  line-height: 160%;
}

a {
  color: #ed5e54;
}
a:hover {
  color: #ed5e54;
}

.hiliter {
  color: rgb(255, 159, 28);
  font-weight: bold;
  font-style: italic;
}

table td {
  font-size: 0.75rem;
}

/** BUTTONS **/
.btn {
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #90afbc;
  border-color: #90afbc;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #7098a9;
  border-color: #7098a9;
  border-bottom-color: #90afbc;
}

/** FORM ELEMENTS **/
.form-control {
  border-radius: 0;
}

.required {
  color: rgb(255, 159, 28);
}

.help-text {
  font-size: 0.8em;
  color: #ed5e54;
  text-transform: uppercase;
  cursor: pointer;
}

fieldset {
  border-bottom: 1px solid #90afbc;
  padding-bottom: 1.5em;
  margin-bottom: 2.5em;
}

textarea {
  min-height: 6em;
}

/** IMAGES **/
.avatar {
  max-width: 90px;
  border-radius: 45px;
}

/** STATUS FLAGGER **/
.status {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 1em;
  padding: 0.2em 0em;
}
.status.status-1 {
  background: #E2E2E2;
  color: #afafaf;
}
.status.status-1:before {
  content: "\f5ae";
}
.status.status-3 {
  background: #FFED00;
  color: #998e00;
}
.status.status-3:before {
  content: "\f5ae";
}
.status.status-5 {
  background: #FF9C2A;
  color: #c36800;
}
.status.status-5:before {
  content: "\f591";
}
.status.status-7 {
  background: #66CC00;
  color: #336600;
}
.status.status-7:before {
  content: "\f058";
}

/** STATUS FLAGGER **/
.user_status {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 1em;
  padding: 0.2em 0em;
}
.user_status.user_status-1 {
  background: #E2E2E2;
  color: #afafaf;
}
.user_status.user_status-1:before {
  content: "\f057";
}
.user_status.user_status-2 {
  background: #66CC00;
  color: #336600;
}
.user_status.user_status-2:before {
  content: "\f058";
}

/** File Lists **/
.files {
  border: 1px solid rgb(255, 159, 28);
  margin-bottom: 30px;
}
.files h3 {
  padding: 8px 10px;
}
.files .file {
  width: 25%;
  display: inline-block;
  padding: 8px 10px;
}
.files .file a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.files .video {
  width: 33.333%;
  display: inline-block;
  padding: 8px 10px;
}

#report-tablist {
  margin-top: 25px;
  margin-bottom: 30px;
}
#report-tablist li a {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#report-tablist li a.active {
  font-weight: bold;
}

/** Reviewer comments **/
.comment-wrapper {
  margin-top: 5px;
}
.comment-wrapper label {
  margin: 0px;
  font-size: 12px;
  color: #90afbc;
  text-transform: uppercase;
}

.comment-field {
  border: 1px dotted #90afbc;
  background: rgba(144, 175, 188, 0.1);
  margin-top: 0px;
  margin-bottom: 10px;
}

.commented-wrapper {
  border: 1px solid #ed5e54;
  background: white;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 5px 0px 15px;
}
.commented-wrapper .timestamp {
  font-size: 12px;
  display: inline-block;
  float: left;
}
.commented-wrapper .commented-delete {
  display: inline-block;
  padding-top: 0px;
  float: right;
}
.commented-wrapper .commented-text {
  display: block;
  clear: both;
  padding: 4px 10px;
  font-style: italic;
}

#main-header {
  background: #90afbc;
}
#main-header .nav-link {
  color: white;
}

.login-options {
  margin-top: 2em;
}
.login-options a {
  text-transform: uppercase;
  font-size: 0.8em;
}

#location_map {
  height: 600px;
}

#report-map {
  height: 380px;
}

.guide {
  background: white;
  padding: 20px;
  margin: 25px auto;
  border: 1px solid #90afbc;
}
.guide h2 {
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.guide h3 {
  color: #90afbc;
  font-weight: 900;
}
.guide .row-guide {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
}
.guide .guide-title {
  font-weight: 900;
}
.guide .guide-hilite {
  color: #90afbc;
  font-style: italic;
  font-weight: 900;
}
.guide .oc_expert {
  display: block;
  margin: 10px 0px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}
.guide .subject {
  margin: 10px 0px 25px;
}
.guide .prj_status {
  color: #90afbc;
}
.guide .prj_status.bolder {
  font-weight: 900;
}

#report-page h1 small {
  font-size: 14px;
  color: #898989;
}
#report-page .report-main-image {
  max-width: 320px;
  height: auto;
  display: inline-block;
  float: right;
  margin-left: 20px;
  position: relative;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
#report-page .report-ev-hilite {
  background: rgb(255, 159, 28);
  display: block;
  margin: 4px 0px;
  padding: 4px 6px;
  font-weight: bold;
}
#report-page .report-body {
  margin-top: 30px;
}
#report-page .report-body h2 {
  font-size: 16px;
}
#report-page .report-solutions {
  padding: 15px;
  background: rgba(144, 175, 188, 0.5);
}
#report-page aside, #report-page aside ul li {
  font-size: 14px;
}
#report-page aside h4, #report-page aside ul li h4 {
  margin-top: 15px;
  background: #90afbc;
  text-transform: uppercase;
  color: rgb(253, 255, 252);
  font-weight: 900;
  padding: 4px 0px;
  text-align: center;
  font-size: 12px;
}
#report-page aside h5, #report-page aside ul li h5 {
  margin-top: 15px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 900;
  padding: 4px 0px;
  text-align: center;
  font-size: 12px;
}
#report-page aside a.report-subject, #report-page aside ul li a.report-subject {
  display: block;
  text-align: center;
}
#report-page aside ul#report-sources li a, #report-page aside ul li ul#report-sources li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#report-page aside ul li, #report-page aside ul li ul li {
  font-weight: 400;
}
#report-page aside .report-side-title, #report-page aside ul li .report-side-title {
  text-align: right;
  background: #ACACAC;
  color: rgb(253, 255, 252);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 6px 6px;
}
#report-page aside .report-side-value, #report-page aside ul li .report-side-value {
  display: block;
  padding: 4px 6px;
}

.report-in-short.report-in-short-title {
  display: block;
  padding: 4px;
  color: #898989;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.giudizio-sintetico {
  display: block;
  padding: 4px;
  color: white;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.giudizio-sintetico.appena-iniziato {
  background: #6bc2e6;
}
.giudizio-sintetico.in-corso-e-procede-bene {
  background: #6be6ca;
}
.giudizio-sintetico.procede-con-difficolta {
  background: #f3788e;
}
.giudizio-sintetico.bloccato {
  background: #d52d4b;
}
.giudizio-sintetico.concluso-e-utile {
  background: #68c59a;
}
.giudizio-sintetico.concluso-e-inefficace {
  background: #9a1946;
}

.report-side-detail {
  display: block;
  clear: both;
  margin: 5px 0px;
}

/** Report List Page **/
.report-list-entry {
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(237, 94, 84, 0.5);
  background: transparent;
  padding: 15px;
  margin: 15px 0px 25px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.report-list-entry:hover {
  border: 1px solid #ed5e54;
  background: rgba(144, 175, 188, 0.03);
}
.report-list-entry h2 {
  text-transform: uppercase;
}

.img-holder {
  display: block;
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-holder.img-placeholder {
  background-color: #ededed;
  color: white;
  padding: 40% 0;
  text-align: center;
}

#subjects-table {
  width: 100%;
}
#subjects-table #connection-0 {
  display: none;
}

#disclaimer-banner {
  background: #fd7e14;
  text-transform: uppercase;
}
#disclaimer-banner h3 {
  font-size: 12px;
  padding: 5px;
}

body.imonitor {
  font-weight: 300;
}

aside#floater {
  max-width: 15%;
  position: fixed;
  margin-top: 35vh;
  margin-right: 2%;
  right: 0;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

fieldset {
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: none;
}
fieldset legend {
  padding: 0px;
  color: #4d5154;
  font-family: "IBM Plex Mono", monospace;
  position: relative;
}
fieldset legend span {
  background-color: white;
  padding-right: 10px;
}
fieldset legend:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  border-top: 1px solid #4d5154;
  z-index: -1;
}

label, .form-label {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}

.help {
  display: block;
  color: #4d5154;
  line-height: 130%;
  font-size: 0.7em;
  margin-top: 3px;
  margin-bottom: 3px;
}

#imonitor-report-nav a {
  font-weight: 800;
  text-transform: uppercase;
}

.form-control, .form-select, .btn {
  border-radius: 0px;
}

.score-value-0 {
  color: red;
  text-align: center;
  font-weight: bold;
}

.score-value-1 {
  color: #fc0300;
  text-align: center;
  font-weight: bold;
}

.score-value-2 {
  color: #fa0500;
  text-align: center;
  font-weight: bold;
}

.score-value-3 {
  color: #f70800;
  text-align: center;
  font-weight: bold;
}

.score-value-4 {
  color: #f50a00;
  text-align: center;
  font-weight: bold;
}

.score-value-5 {
  color: #f20d00;
  text-align: center;
  font-weight: bold;
}

.score-value-6 {
  color: #f00f00;
  text-align: center;
  font-weight: bold;
}

.score-value-7 {
  color: #ed1200;
  text-align: center;
  font-weight: bold;
}

.score-value-8 {
  color: #eb1400;
  text-align: center;
  font-weight: bold;
}

.score-value-9 {
  color: #e81700;
  text-align: center;
  font-weight: bold;
}

.score-value-10 {
  color: #e61a00;
  text-align: center;
  font-weight: bold;
}

.score-value-11 {
  color: #e31c00;
  text-align: center;
  font-weight: bold;
}

.score-value-12 {
  color: #e01f00;
  text-align: center;
  font-weight: bold;
}

.score-value-13 {
  color: #de2100;
  text-align: center;
  font-weight: bold;
}

.score-value-14 {
  color: #db2400;
  text-align: center;
  font-weight: bold;
}

.score-value-15 {
  color: #d92600;
  text-align: center;
  font-weight: bold;
}

.score-value-16 {
  color: #d62900;
  text-align: center;
  font-weight: bold;
}

.score-value-17 {
  color: #d42b00;
  text-align: center;
  font-weight: bold;
}

.score-value-18 {
  color: #d12e00;
  text-align: center;
  font-weight: bold;
}

.score-value-19 {
  color: #cf3000;
  text-align: center;
  font-weight: bold;
}

.score-value-20 {
  color: #cc3300;
  text-align: center;
  font-weight: bold;
}

.score-value-21 {
  color: #c93600;
  text-align: center;
  font-weight: bold;
}

.score-value-22 {
  color: #c73800;
  text-align: center;
  font-weight: bold;
}

.score-value-23 {
  color: #c43b00;
  text-align: center;
  font-weight: bold;
}

.score-value-24 {
  color: #c23d00;
  text-align: center;
  font-weight: bold;
}

.score-value-25 {
  color: #bf4000;
  text-align: center;
  font-weight: bold;
}

.score-value-26 {
  color: #bd4200;
  text-align: center;
  font-weight: bold;
}

.score-value-27 {
  color: #ba4500;
  text-align: center;
  font-weight: bold;
}

.score-value-28 {
  color: #b84700;
  text-align: center;
  font-weight: bold;
}

.score-value-29 {
  color: #b54a00;
  text-align: center;
  font-weight: bold;
}

.score-value-30 {
  color: #b34d00;
  text-align: center;
  font-weight: bold;
}

.score-value-31 {
  color: #b04f00;
  text-align: center;
  font-weight: bold;
}

.score-value-32 {
  color: #ad5200;
  text-align: center;
  font-weight: bold;
}

.score-value-33 {
  color: #ab5400;
  text-align: center;
  font-weight: bold;
}

.score-value-34 {
  color: #a85700;
  text-align: center;
  font-weight: bold;
}

.score-value-35 {
  color: #a65900;
  text-align: center;
  font-weight: bold;
}

.score-value-36 {
  color: #a35c00;
  text-align: center;
  font-weight: bold;
}

.score-value-37 {
  color: #a15e00;
  text-align: center;
  font-weight: bold;
}

.score-value-38 {
  color: #9e6100;
  text-align: center;
  font-weight: bold;
}

.score-value-39 {
  color: #9c6300;
  text-align: center;
  font-weight: bold;
}

.score-value-40 {
  color: #996600;
  text-align: center;
  font-weight: bold;
}

.score-value-41 {
  color: #966900;
  text-align: center;
  font-weight: bold;
}

.score-value-42 {
  color: #946b00;
  text-align: center;
  font-weight: bold;
}

.score-value-43 {
  color: #916e00;
  text-align: center;
  font-weight: bold;
}

.score-value-44 {
  color: #8f7000;
  text-align: center;
  font-weight: bold;
}

.score-value-45 {
  color: #8c7300;
  text-align: center;
  font-weight: bold;
}

.score-value-46 {
  color: #8a7500;
  text-align: center;
  font-weight: bold;
}

.score-value-47 {
  color: #877800;
  text-align: center;
  font-weight: bold;
}

.score-value-48 {
  color: #857a00;
  text-align: center;
  font-weight: bold;
}

.score-value-49 {
  color: #827d00;
  text-align: center;
  font-weight: bold;
}

.score-value-50 {
  color: olive;
  text-align: center;
  font-weight: bold;
}

.score-value-51 {
  color: #7d8200;
  text-align: center;
  font-weight: bold;
}

.score-value-52 {
  color: #7a8500;
  text-align: center;
  font-weight: bold;
}

.score-value-53 {
  color: #788700;
  text-align: center;
  font-weight: bold;
}

.score-value-54 {
  color: #758a00;
  text-align: center;
  font-weight: bold;
}

.score-value-55 {
  color: #738c00;
  text-align: center;
  font-weight: bold;
}

.score-value-56 {
  color: #708f00;
  text-align: center;
  font-weight: bold;
}

.score-value-57 {
  color: #6e9100;
  text-align: center;
  font-weight: bold;
}

.score-value-58 {
  color: #6b9400;
  text-align: center;
  font-weight: bold;
}

.score-value-59 {
  color: #699600;
  text-align: center;
  font-weight: bold;
}

.score-value-60 {
  color: #669900;
  text-align: center;
  font-weight: bold;
}

.score-value-61 {
  color: #639c00;
  text-align: center;
  font-weight: bold;
}

.score-value-62 {
  color: #619e00;
  text-align: center;
  font-weight: bold;
}

.score-value-63 {
  color: #5ea100;
  text-align: center;
  font-weight: bold;
}

.score-value-64 {
  color: #5ca300;
  text-align: center;
  font-weight: bold;
}

.score-value-65 {
  color: #59a600;
  text-align: center;
  font-weight: bold;
}

.score-value-66 {
  color: #57a800;
  text-align: center;
  font-weight: bold;
}

.score-value-67 {
  color: #54ab00;
  text-align: center;
  font-weight: bold;
}

.score-value-68 {
  color: #52ad00;
  text-align: center;
  font-weight: bold;
}

.score-value-69 {
  color: #4fb000;
  text-align: center;
  font-weight: bold;
}

.score-value-70 {
  color: #4db300;
  text-align: center;
  font-weight: bold;
}

.score-value-71 {
  color: #4ab500;
  text-align: center;
  font-weight: bold;
}

.score-value-72 {
  color: #47b800;
  text-align: center;
  font-weight: bold;
}

.score-value-73 {
  color: #45ba00;
  text-align: center;
  font-weight: bold;
}

.score-value-74 {
  color: #42bd00;
  text-align: center;
  font-weight: bold;
}

.score-value-75 {
  color: #40bf00;
  text-align: center;
  font-weight: bold;
}

.score-value-76 {
  color: #3dc200;
  text-align: center;
  font-weight: bold;
}

.score-value-77 {
  color: #3bc400;
  text-align: center;
  font-weight: bold;
}

.score-value-78 {
  color: #38c700;
  text-align: center;
  font-weight: bold;
}

.score-value-79 {
  color: #36c900;
  text-align: center;
  font-weight: bold;
}

.score-value-80 {
  color: #33cc00;
  text-align: center;
  font-weight: bold;
}

.score-value-81 {
  color: #30cf00;
  text-align: center;
  font-weight: bold;
}

.score-value-82 {
  color: #2ed100;
  text-align: center;
  font-weight: bold;
}

.score-value-83 {
  color: #2bd400;
  text-align: center;
  font-weight: bold;
}

.score-value-84 {
  color: #29d600;
  text-align: center;
  font-weight: bold;
}

.score-value-85 {
  color: #26d900;
  text-align: center;
  font-weight: bold;
}

.score-value-86 {
  color: #24db00;
  text-align: center;
  font-weight: bold;
}

.score-value-87 {
  color: #21de00;
  text-align: center;
  font-weight: bold;
}

.score-value-88 {
  color: #1fe000;
  text-align: center;
  font-weight: bold;
}

.score-value-89 {
  color: #1ce300;
  text-align: center;
  font-weight: bold;
}

.score-value-90 {
  color: #1ae600;
  text-align: center;
  font-weight: bold;
}

.score-value-91 {
  color: #17e800;
  text-align: center;
  font-weight: bold;
}

.score-value-92 {
  color: #14eb00;
  text-align: center;
  font-weight: bold;
}

.score-value-93 {
  color: #12ed00;
  text-align: center;
  font-weight: bold;
}

.score-value-94 {
  color: #0ff000;
  text-align: center;
  font-weight: bold;
}

.score-value-95 {
  color: #0df200;
  text-align: center;
  font-weight: bold;
}

.score-value-96 {
  color: #0af500;
  text-align: center;
  font-weight: bold;
}

.score-value-97 {
  color: #08f700;
  text-align: center;
  font-weight: bold;
}

.score-value-98 {
  color: #05fa00;
  text-align: center;
  font-weight: bold;
}

.score-value-99 {
  color: #03fc00;
  text-align: center;
  font-weight: bold;
}

.score-value-100 {
  color: lime;
  text-align: center;
  font-weight: bold;
}

.score-value-na {
  text-align: center;
  font-weight: bold;
  color: #CCC;
}

td.score-value-undefined {
  color: #777777;
  text-align: center;
  font-weight: bold;
}

#imonitor-contract-sites-map {
  min-height: 35vh;
  width: 100%;
}

.monitutor {
  background-color: #E5F1EC;
  border: 2px solid #aec1b9;
  padding: 2em;
}

body.imonitor input.form-control:user-invalid, body.imonitor select.form-control:user-invalid, body.imonitor textarea.form-control:user-invalid {
  border: 1px solid #fd7e14 !important;
}
body.imonitor input.form-control:user-valid, body.imonitor select.form-control:user-valid, body.imonitor textarea.form-control:user-valid {
  border: 1px solid #549f0e !important;
}

.works-box {
  border: 1px solid rgba(176, 38, 181, 0.93);
  background: rgba(176, 38, 181, 0.13);
  padding: 1.8rem 1rem;
  position: relative;
}
.works-box::before {
  content: "WORKS";
  padding: 0.5rem;
  background-color: rgba(176, 38, 181, 0.93);
  color: white;
  margin: 0;
  top: 0;
  left: 0;
  font-size: 0.5em;
  position: absolute;
  font-weight: 600;
}

footer#main-footer {
  background: rgb(1, 22, 39);
  color: rgb(253, 255, 252);
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: auto !important;
  width: 100%;
  height: 220px;
}

body {
  background: rgb(253, 255, 252);
  color: rgb(1, 22, 39);
  font-family: "Roboto", Helvetica, Sans-serif;
  height: 100% !important;
  min-height: 100vh;
}

.full-wrap {
  min-height: 100vh;
}

main {
  padding-bottom: 40px;
}

/** BOOTSTRAP OVERRIDES **/
.nav-tabs .nav-link.active {
  background-color: rgb(253, 255, 252);
}

/*# sourceMappingURL=main.css.map */
