/** Main Color Palette **/
/** Monithon Core **/
/** Font Stack **/
/** UI colors **/
/** Neutral Stack **/
/** Likert Scales **/
/** New Giudizio di Efficacia **/
/** iMonitor Variables **/
h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  font-family: "IBM Plex Mono", monospace;
}
h1:first-of-type {
  margin-top: 1em;
}

h2 {
  font-size: 1.5em;
  font-weight: 900;
  font-family: "IBM Plex Mono", monospace;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
  font-family: "IBM Plex Mono", monospace;
}

h4 {
  font-size: 1.2em;
  font-weight: 300;
  font-family: "IBM Plex Mono", monospace;
}

h2 a, h3 a, h4 a, h5 a {
  color: #90afbc;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #c0d1d9;
  text-decoration: underline;
}

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;
}
.btn.btn-outline-primary {
  color: #90afbc;
  border-color: #90afbc;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  color: #fff;
  background-color: #90afbc;
  border-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;
}
.avatar.avatar-lg {
  max-width: 100% !important;
  border-radius: 0px;
  float: right;
}

/** 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.status-0 {
  background: #555555;
  color: #222222;
}
.status.status-0:before {
  content: "\f00d";
}

/** 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.status-solved {
  border: 1px solid #90afbc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
}

.asoc-exp-badge {
  font-size: 12px;
  display: inline-block;
  content: "ASOC EXPERIENCE - Il Monitoraggio Continua!";
  background: rgb(255, 159, 28);
  color: #ffeacf;
  padding: 6px;
  font-weight: 600;
  border-radius: 5px;
  clear: both;
}
.asoc-exp-badge:hover {
  color: #ffeacf;
  background: #ffb045;
  text-decoration: none;
}
/** Profile Page **/
#profile-header {
  background: #b0c6cf;
  padding-top: 25px;
  padding-bottom: 25px;
  color: rgb(253, 255, 252);
  box-shadow: inset 0 8px 4px -4px #555555;
}
#profile-header h2 {
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px dotted rgb(253, 255, 252);
  word-wrap: break-word;
}
#profile-header .prf-avatar-hld {
  position: relative;
}
#profile-header .prf-avatar {
  top: -50px;
  border-radius: 35px;
  box-shadow: 0 3px 6px #555555;
  max-width: 90%;
  position: absolute;
}
#profile-header a.twt {
  color: rgb(253, 255, 252);
  text-decoration: underline;
  text-decoration-color: rgb(253, 255, 252);
  text-decoration-style: dotted;
}
#profile-header a.twt:hover {
  color: #caffb0;
}
#profile-header #geoloc {
  font-size: 0.9em;
  letter-spacing: 1px;
  color: rgb(253, 255, 252);
}

#asoc-profile {
  background: #FFD966;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  box-shadow: inset 0 4px 2px -2px #898989;
}
#asoc-profile .asoc-badge {
  display: inline-block;
  margin: 5px auto;
  padding: 0px 10px;
}
#asoc-profile .asoc-badge:first-of-type {
  padding-left: 0px;
}
#asoc-profile .asoc-badge:not(:last-of-type) {
  border-right: 1px solid #555555;
}

#profile-map {
  width: 100%;
  height: 450px;
}

.stat {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.stat-label {
  text-transform: uppercase;
  font-size: 12px;
}

.stat-number {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 900;
}

.stat-descr {
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
}

#profile-body {
  margin-top: 40px;
}
#profile-body time {
  font-family: "Roboto", Helvetica, Sans-serif;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}
#profile-body h2 {
  margin-bottom: 35px;
  color: #555555;
}
#profile-body h2, #profile-body h3 {
  text-transform: uppercase;
}
#profile-body .read-more {
  margin-bottom: 25px;
}

.content-wrapper {
  padding: 15px;
}
.content-wrapper .report.row {
  padding-bottom: 35px;
}
.content-wrapper h3 {
  text-transform: uppercase;
  font-weight: 900;
}

#connection-relationships-table td, #connection-relationships-table th {
  max-width: 10%;
}
#connection-relationships-table th {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
#connection-relationships-table .connection-rel-namecell {
  vertical-align: center;
  min-width: 120px;
}

/** Form Overrides **/
.form-group {
  margin-bottom: 2.2rem;
  margin-top: 1rem;
}
.form-group > label {
  font-weight: 600;
}

/** Login Project Info Box */
body.user.login ul li, body.user.login p, body.main.index ul li, body.main.index p {
  font-weight: 400;
}

body.user.login {
  overflow-x: hidden;
}

.login-logo {
  max-height: 80px;
}

.login-inner {
  margin-top: 104px;
}

#login_prj .login_prj_inner {
  border: 1px solid #90afbc;
  padding: 25px;
  background: rgba(253, 255, 252, 0.6);
  box-shadow: rgba(12, 12, 12, 0.75) 0px 2px 5px;
}
#login_prj .login_prj_inner h3 {
  font-weight: bold;
  margin-bottom: 1.5em;
}
#login_prj .login_prj_inner h3 small {
  color: #555555;
  font-size: 0.6em;
  text-transform: uppercase;
}
#login_prj .login_prj_inner .login_prj_territories {
  font-size: 0.8em;
  text-transform: uppercase;
}
#login_prj .login_prj_inner .login_prj_dates {
  color: #555555;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ACACAC;
  padding: 0px 0px 15px;
  margin-bottom: 15px;
}
#login_prj .login_prj_inner .login_prj_labval {
  display: inline-block;
  padding: 8px;
}
#login_prj .login_prj_inner .login_prj_labval.login_prj_data {
  background-color: #898989;
  color: white;
  font-weight: bold;
}
#login_prj .login_prj_inner .login_prj_buttons {
  margin: 20px 0px;
}
#login_prj .login_prj_inner .login_prj_buttons .btn.btn-primary {
  font-size: 0.6em;
  font-weight: normal;
}

.login-box {
  background: rgba(253, 255, 252, 0.6);
  padding: 1.5em;
}

.main-box-wrap {
  margin-top: 104px;
  border: 1px solid #90afbc;
  padding: 25px;
  background: rgba(253, 255, 252, 0.6);
}

.alert-innerbox {
  color: #436370;
  background-color: #e0e8ec;
  border-color: #90afbc;
  border-radius: 0px;
}

.latest-reports {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e0e8ec;
  border-color: #90afbc;
}

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

.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 .title-highlight {
  background: #90afbc;
  color: white !important;
  padding: 10px 15px;
  margin: 25px 0px;
  clear: both;
}
.guide .title-highlight h1 {
  margin-top: 10px;
}
.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 h1 {
  font-size: 1.8em;
  padding-bottom: 20px;
  color: #90afbc;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
#report-page .report-body h1:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #90afbc;
  min-width: 20px;
  margin: auto;
}
#report-page .report-body h1:after {
  margin-left: 20px;
}
#report-page .report-body h2 {
  font-size: 16px;
  text-transform: uppercase;
}
#report-page .report-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#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;
  /** New Giudizio di Efficacia **/
}
.giudizio-sintetico.gde_1 {
  background: #37A52C;
}
.giudizio-sintetico.gde_2 {
  background: #DBA507;
}
.giudizio-sintetico.gde_3 {
  background: #A52C2C;
}
.giudizio-sintetico.gde_4 {
  background: #626D73;
}
.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;
}

.gde_sub_label {
  display: block;
  padding: 4px;
  color: black;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.gde_sub_label.gde_sub_1 {
  background: rgba(55, 165, 44, 0.4);
}
.gde_sub_label.gde_sub_2 {
  background: rgba(219, 165, 7, 0.4);
}
.gde_sub_label.gde_sub_3 {
  background: rgba(165, 44, 44, 0.4);
}
.gde_sub_label.gde_sub_4 {
  background: rgba(98, 109, 115, 0.4);
}

.sda_title {
  display: block;
  padding: 4px;
  color: black;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
}
.sda_title ~ .sda_label {
  display: block;
  padding: 4px;
  color: black;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.sda_title ~ .sda_label_infr {
  display: block;
  padding: 4px;
  color: #555555;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.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;
}

/** Gender Equality Box **/
#gender-equality-button {
  margin-bottom: 20px;
}

.gender-equality-box {
  padding: 20px;
  border: 1px solid #90afbc;
  margin-bottom: 20px;
}
.gender-equality-box h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.lite-report#oc_api_content {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #CCC;
  padding: 20px;
}
.lite-report#oc_api_content h2 {
  font-size: 16px;
}
.lite-report#oc_api_content p {
  font-size: 12px;
  text-transform: lowercase;
}
.lite-report#oc_api_content h3 {
  font-size: 14px;
}
.lite-report#oc_api_content ul li {
  font-size: 12px;
}

.checker {
  margin-bottom: 4px;
}
.checker .checker-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 12px;
  float: left;
  outline: 1px solid #90afbc;
}
.checker .checker-flag.checker-flag-active {
  border: 2px solid white;
  background-color: #90afbc;
}
.checker .checker-flag.checker-flag-active ~ .checker-label {
  color: rgb(1, 22, 39);
}
.checker .checker-label {
  color: #ccc;
  font-size: 14px;
}

.connection-details {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #90afbc;
}
.connection-details .connection-type {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(1, 22, 39);
}
.connection-details .subject {
  font-size: 14px;
  color: #555555;
}

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

body.imonitor {
  font-weight: 300;
}

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;
}

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;
}
body.user.login, body.main.index {
  background: url("/public/images/login-bg-image.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.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 */
