@font-face {
  font-family: "eurostyle-black";
  src: url("../../fonts/eurostile-black.ttf") format("truetype"), url("../../fonts/eurostile-black.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

.sidebar {
  background: #0043A1;
  padding: 10px;
  margin-top: 80px;
  overflow: hidden;
  height: 70vh;
  border-radius: 10px;
}
.sidebar__logo {
  width: 100%;
  display: block;
  padding: 10px 20px;
  position: fixed;
}
.sidebar__logo img {
  width: 100%;
  display: block;
}
.sidebar__form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -4px;
}
.sidebar .logo .logo-normal {
  font-weight: bold;
  padding-left: 20px;
  text-transform: none;
  font-size: 16px;
}
.sidebar .logo:after {
  height: 2px;
  background: #ffffff;
}
.sidebar a {
  color: #ffffff;
}
.sidebar a p {
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
}
.sidebar .nav li > a {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}
.sidebar .nav li.active > a p {
  font-weight: bold;
}
.sidebar .nav li.active > a:before {
  left: 0 !important;
}
.sidebar .logo2 {
  text-align: center;
  margin-top: 30px;
}
.sidebar .logo2 img {
  width: 70%;
}

body.white-content {
  background: #ffffff;
}

.navbar {
  padding-top: 10px;
  padding-left: 20px;
}
.navbar .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar__logo {
  height: 32px;
  display: block;
  width: 160px;
  margin-left: 35px;
  margin-top: 10px;
  position: fixed;
}

.white-content .main-panel {
  border-top: 2px solid #0043A1;
  background: #ffffff;
}
.white-content .main-panel > .content {
  padding-top: 80px;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #0043A1;
}
a:hover, a:focus {
  color: #06B1E0;
}

h1 {
  color: #0043A1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

p {
  color: #0043A1;
}
p strong {
  font-weight: bold;
}

.backlink {
  text-transform: lowercase;
  font-size: 10px;
  background-color: #0043A1;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
}
.backlink i.tim-icons {
  font-size: 6px;
  margin-right: 10px;
  font-weight: bold;
}
.backlink:hover {
  color: #ffffff;
  background-color: #06B1E0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand img {
  height: 35px;
  width: auto;
  display: block;
}

.datepicker.dropdown-menu {
  transition: none;
}

.blue-labels label {
  color: #06B1E0 !important;
}

.content {
  position: relative;
}
.content h1 {
  margin-top: 20px;
}
.content h2 {
  color: #0043A1;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.content h2.light {
  font-weight: 200;
}
.content h2.light strong {
  font-weight: bold;
}
.content h3 {
  color: #06B1E0;
  font-size: 16px;
  margin-bottom: 10px;
}
.content h3.light {
  font-weight: 200;
}
.content h3.light strong {
  font-weight: bold;
}
.content .card-body--padding {
  padding: 20px;
}

.df {
  display: flex;
  align-items: flex-start;
}

.white-content h1 {
  color: #0043A1;
}
.white-content .card:not(.card-white) {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.card-user .avatar {
  border: none;
}
.card-user .author .block.block-one {
  background: linear-gradient(to right, rgba(51, 51, 153, 0.6) 0%, rgba(0, 153, 204, 0) 100%);
}
.card-user .author .block.block-two {
  background: linear-gradient(to right, rgba(51, 51, 153, 0.6) 0%, rgba(51, 51, 153, 0) 100%);
}
.card-user .author .block.block-three {
  background: linear-gradient(to right, rgba(51, 51, 153, 0.6) 0%, rgba(51, 51, 153, 0) 100%);
}
.card-user .author .block.block-four {
  background: linear-gradient(to right, rgba(51, 51, 153, 0.6) 0%, rgba(0, 153, 204, 0) 100%);
}

ol {
  margin-left: 15px;
}
ol li {
  font-size: 13px;
}

.table > thead > tr > th {
  text-transform: none;
}

a.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

a.disabled:hover {
  background-color: transparent;
  color: lightgray;
}

.white-content .form-control[readonly], .white-content fieldset[disabled] .form-control {
  border-bottom: none;
  background: #F8F8F8;
  border-color: transparent;
}

.tooltip-audit-depend .tooltip-inner {
  background-color: #FFA338;
  color: #ffffff;
}

.tooltip-audit-depend.bs-tooltip-right .arrow:before {
  border-right-color: #FFA338 !important;
}

.tooltip-audit-depend.bs-tooltip-left .arrow:before {
  border-left-color: #FFA338 !important;
}

.tooltip-audit-depend.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #FFA338 !important;
}

.tooltip-audit-depend.bs-tooltip-top .arrow:before {
  border-top-color: #FFA338 !important;
}

.tooltip-audit-doubt .tooltip-inner {
  background-color: #F42F2F;
  color: #ffffff;
}

.tooltip-audit-doubt.bs-tooltip-right .arrow:before {
  border-right-color: #F42F2F !important;
}

.tooltip-audit-doubt.bs-tooltip-left .arrow:before {
  border-left-color: #F42F2F !important;
}

.tooltip-audit-doubt.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #F42F2F !important;
}

.tooltip-audit-doubt.bs-tooltip-top .arrow:before {
  border-top-color: #F42F2F !important;
}

.tooltip-primary .tooltip-inner {
  background-color: #0043A1;
  color: #ffffff;
}

.tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #0043A1 !important;
}

.tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #0043A1 !important;
}

.tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #0043A1 !important;
}

.tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #0043A1 !important;
}

.tooltip-secondary .tooltip-inner {
  background-color: #06B1E0;
  color: #ffffff;
}

.tooltip-secondary.bs-tooltip-right .arrow:before {
  border-right-color: #06B1E0 !important;
}

.tooltip-secondary.bs-tooltip-left .arrow:before {
  border-left-color: #06B1E0 !important;
}

.tooltip-secondary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #06B1E0 !important;
}

.tooltip-secondary.bs-tooltip-top .arrow:before {
  border-top-color: #06B1E0 !important;
}

.filters__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.filters__filter {
  margin-right: 20px;
}
.filters__filter.expand {
  flex: 1;
}
.filters__filter .form-group {
  margin-bottom: 0;
}
.filters__filter .select2-container {
  margin-bottom: 0;
}
.filters__label {
  font-size: 11px;
}
.filters__search {
  width: 150px;
  min-width: 150px;
  box-sizing: border-box;
  display: block;
  margin: 0;
}

.reset-filters {
  font-size: 12px;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  margin-left: 30px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #818181;
}
.breadcrumb .breadcrumb-item a {
  color: #818181;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #0043A1;
}
.breadcrumb .breadcrumb-item.active {
  color: #0043A1;
  font-weight: bold;
}

.btn {
  padding: 5px 30px;
  border-radius: 12px;
}
.btn__table-action {
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary, .btn.submit-btn {
  background: #06B1E0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.submit-btn:hover, .btn.submit-btn:focus, .btn.submit-btn:active, .btn.submit-btn.active {
  background: #0043A1 !important;
}
.btn.btn-secondary {
  background: #0043A1;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background: #0043A1 !important;
}
.btn.btn-success {
  background: #669933;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
  background: #80bf40 !important;
}

.form-check input[type=checkbox]:checked + .form-check-sign::before, .form-check input[type=checkbox]:checked + .form-check-sign::before {
  background-color: #0043A1;
}

.select2-container {
  margin-bottom: 20px;
}
.select2-container .select2-selection {
  border-color: rgba(29, 37, 59, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0.2rem 0.2rem;
  line-height: 1.428571;
  height: calc(2.25rem + 2px);
  background-color: transparent;
}
.select2-container .select2-search__field {
  background-color: transparent;
}

.form-check.form-check-radio {
  padding-left: 1.25rem;
  margin-right: 0;
}
.form-check.form-check-radio label {
  padding-left: 5px;
}
.form-check.form-check-radio .form-check-input {
  margin: 0;
}
.form-check.form-check-radio .form-check-label {
  margin-right: 0;
}
.form-check.form-check-radio input[type=radio]:checked + .form-check-sign::before {
  border-color: #0099CC;
}
.form-check.form-check-radio input[type=radio]:checked + .form-check-sign::after {
  border-color: #0099CC;
  background-color: #0099CC;
  width: 16px;
  height: 16px;
  left: 1px;
  top: 4px;
}
.form-check.form-check-radio input[type=radio]:checked + .form-check-sign + .form-check-label {
  font-weight: bold;
}
.form-check.form-check-radio--normal input[type=radio] {
  width: 18px;
  height: 18px;
  left: 0;
  z-index: 2;
}
.form-check.form-check-radio--normal input[type=radio]:hover {
  cursor: pointer;
}

.white-content .form-control:focus {
  border-color: #0043A1;
}

.form-control {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
}

.form-group .form-control {
  padding-left: 0;
}

.evidence-list {
  margin-left: 15px;
}

.white-content .form-control.required {
  border-color: red;
}

.card .card-question h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0043A1;
}

span.question-status {
  width: 15px;
  height: 15px;
  opacity: 1;
  display: block;
  border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 5px;
}

span.question-status.wait {
  background: #ffffff 0% 0% no-repeat padding-box;
}

span.question-status.ok {
  background: #4BAE32 0% 0% no-repeat padding-box;
}

span.question-status.depend {
  background: #FFA338 0% 0% no-repeat padding-box;
}

span.question-status.neutralized {
  background: #C4C4C4 0% 0% no-repeat padding-box;
}

span.question-status.doubt {
  background: #F42F2F 0% 0% no-repeat padding-box;
}

span.question-status.black {
  background-color: #000;
}

#eco5-table tbody > tr > th {
  border-top: none;
}

#eco5-table tbody > tr > td.no-border-top, #eco5-table tbody > tr > th.no-border-top {
  border-top: none;
}

table th {
  font-size: 11px;
}
table th.sorted a {
  color: #0043A1;
}
table th a {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
table th i.tim-icons {
  font-size: 8px;
}
table td {
  font-size: 12px;
}
table td.actions {
  display: flex;
  justify-content: flex-end;
}
table td.actions a.btn, table td.actions form {
  margin: 0 3px;
}

.pagination {
  justify-content: center;
}
.pagination li.page-item a, .pagination li.page-item span {
  height: 30px;
  display: flex;
  min-width: 30px;
  width: auto;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.pagination li.page-item.active .page-link {
  background-color: #0043A1;
  border-color: #0043A1;
}

.login {
  background-color: #0043A1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login__form-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login__footer {
  position: fixed;
  bottom: 60px;
  color: #ffffff;
  text-align: center;
}
.login__footer a {
  color: #ffffff;
  font-weight: bold;
}
.login__footer a:hover {
  color: #06B1E0;
}
.login__help {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #669933;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff !important;
}
.login .logos {
  display: flex;
  width: 100%;
  max-width: 650px;
  justify-content: space-between;
}
.login .logos img {
  width: 45%;
}
.login form {
  margin-top: 60px;
  max-width: 380px;
  width: 100%;
}
.login .form-group label {
  display: none;
}
.login .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
}
.login .form-control::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
.login .form-control::placeholder {
  color: #ffffff;
  font-size: 14px;
}
.login .form-control:focus {
  border-color: #06B1E0;
}
.login .input-group-append {
  display: none;
}
.login .btn.btn-primary, .login .btn.btn-submit {
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-top: 30px;
  height: 45px;
  font-size: 14px;
  border-radius: 23px;
}
.login .btn.btn-primary:hover, .login .btn.btn-submit:hover {
  background-color: #06B1E0 !important;
  border-color: #06B1E0;
}

.progress {
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px rgb(0, 67, 161);
  border-radius: 0.5rem;
  height: 50px;
}

.progress-bar {
  background-color: #0043A1;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 16px;
  font-weight: bold;
  min-width: 5%;
}

.progress-bar.bg-white {
  box-shadow: 0px 0px 0px 1px rgb(0, 67, 161);
  border-radius: 0.5rem 0 0 0.5rem;
  color: #0043A1;
  height: 50px;
  font-size: 11px;
  text-transform: uppercase;
}

.badge {
  padding: 0.3rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.badge-default {
  background-color: transparent;
  color: #1d253b;
  border: 1px solid #1d253b;
}

.badge-default.activate {
  background-color: lightgray;
  border: 1px solid lightgray;
}

.badge-default.activate:hover {
  background-color: gray;
  border: 1px solid gray;
}

.white-content .audit-row-disabled p {
  color: lightgray;
}

.content .sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.content .audit-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .global-logo {
  position: sticky;
  top: 45%;
}
.content .global-note {
  position: sticky;
  top: 4px;
  display: flex;
  background-color: #06B1E0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0 40px;
  border-radius: 10px;
}
.content .global-note__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.content .global-note__mark {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  width: 14vw;
  height: 14vw;
  color: #06B1E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
}
.content .global-note__mark span:nth-of-type(1) {
  width: calc(50% - 2px);
  text-align: right;
  margin-bottom: 40px;
  padding-right: 5px;
  box-sizing: border-box;
}
.content .global-note__mark span:nth-of-type(2) {
  height: 60px;
  width: 4px;
  background-color: #06B1E0;
  transform: rotate(45deg);
}
.content .global-note__mark span:nth-of-type(3) {
  width: calc(50% - 2px);
  text-align: left;
  margin-top: 60px;
  padding-left: 5px;
  box-sizing: border-box;
}
.content .section-note {
  position: absolute;
  top: 0;
  margin-top: -60px;
  right: 155px;
  font-size: 18px;
  font-weight: bold;
  background-color: #06B1E0;
  border-radius: 0 0 12px 12px;
  color: #fff;
  height: 55px;
  width: 120px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .section-note p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.content .section-note span {
  font-size: 16px;
  font-weight: 900;
}
.content .section-progress {
  position: absolute;
  top: 0;
  margin-top: -60px;
  right: 0;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  background-color: #0043A1;
  border-radius: 0 0 12px 12px;
  color: #fff;
  height: 55px;
  width: 120px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .section-progress p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.content .section-progress span {
  font-size: 16px;
  font-weight: 900;
}
.content .card-question--list {
  padding: 60px 60px 60px 30px;
  position: relative;
}
.content .card.audit {
  scroll-margin-top: 110px;
}

.audit__line {
  height: auto;
  margin: 40px 0;
  align-items: center;
}
.audit__action .badge {
  width: 100%;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}

.answer-question {
  background-color: #06B1E0;
  color: #fff;
  border: none;
}
.answer-question.disabled {
  background-color: lightgray;
}
.answer-question.disabled:hover {
  background-color: lightgray;
  color: inherit;
}

.progress {
  position: sticky;
  top: 54px;
  z-index: 1000;
  border: 1px solid #0043A1;
  box-shadow: none;
  background-color: white;
  margin-top: 20px;
}
.progress .progress-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 12px;
  color: #0043A1;
  text-transform: uppercase;
  text-align: center;
}
.progress .progress-bar {
  background-color: #0043A1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.answer__radio {
  display: flex;
  justify-content: flex-end;
}
.answer .form-group label {
  color: #06B1E0 !important;
}
.answer + .card .form-group label {
  color: #06B1E0 !important;
}
.answer .d-inline-flex.text-right.pull-right {
  background-color: #F42F2F;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
}
.answer .d-inline-flex.text-right.pull-right .form-check-radio {
  padding-left: 10px;
}
.answer .d-inline-flex.text-right.pull-right .form-check-label {
  color: #ffffff;
  font-size: 12px;
}
.answer .d-inline-flex.text-right.pull-right .form-check.form-check-radio input[type=radio] + .form-check-sign::after {
  width: 12px;
  height: 12px;
  top: 6px;
  left: 5px;
  background-color: #ffffff;
  border-color: #ffffff;
}
.answer .d-inline-flex.text-right.pull-right .form-check.form-check-radio input[type=radio] + .form-check-sign::before {
  width: 12px;
  height: 12px;
  top: 6px;
  left: 5px;
  border-color: #ffffff;
}

.card__calculate .form-control::-moz-placeholder {
  font-size: 9px;
}

.card__calculate .form-control::placeholder {
  font-size: 9px;
}
.card__calculate table {
  border-radius: 10px;
  overflow: hidden;
}
.card__calculate table th {
  background-color: #F1F1F1;
}
.card__calculate table td.title, .card__calculate table th.title {
  width: 35%;
  background-color: #F1F1F1;
}
.card__calculate table td.header {
  background-color: #F1F1F1;
  font-weight: bold;
}
.card__calculate table td.result .form-control[readonly] {
  display: inline-block;
  width: calc(100% - 20px);
  text-align: right;
}
.card__calculate table td.result:after {
  content: "%";
  display: inline-block;
}
.card__calculate table td.result:first-of-type:after {
  display: none;
}
.card__calculate table td input[type=text] {
  font-size: 10px;
}
.card__calculate table td.text-right .form-control[readonly] {
  text-align: right;
}
@media (max-width: 991.98px) {
  .content .sticky, .content .global-note {
    position: relative;
  }
  .content .audit-menu {
    flex-direction: column;
    margin-bottom: 4px;
  }
}
.modal-content .modal-footer button {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding: 5px 30px;
  border-radius: 12px;
}

.error {
  background-color: #0043A1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__code {
  font-size: 150px;
  letter-spacing: -10px;
  color: #ffffff;
  text-align: right;
}
.error__message {
  color: #ffffff;
  text-align: left;
}
.error__message h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ffffff;
}
.error__message h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.error__form-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.error__footer {
  color: #ffffff;
  text-align: center;
}
.error__footer a {
  color: #ffffff;
  font-weight: bold;
}
.error__footer a:hover {
  color: #06B1E0;
}
.error__help {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #669933;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff !important;
}
.error__logo {
  max-width: 420px;
}/*# sourceMappingURL=style.css.map */