/* CSS Document */
:root {
  /*--color1: #7dbc39;
  --color2: #6fad38;
  --color3: #90d03a;
  --color4: #78b739;
  --color5: #73b239;
  --color6: #139800;
  --color7: 182, 255, 67;
  --color8: #629e36;*/

  --color1: #db1d03;
  --color2: #c11700;
  --color3: #b71300;
  --color4: 213, 51, 31;/*d5331f*/
  --color5: #ad1300;*/
  --color6: 219, 29, 3;/*db1d03*/
  --color7: #a41200;
  --color8: #9e4e32;
  /*Original*/
  /*--color1: #4e73df;
  --color2: #2e59d9;
  --color3: #2653d4;
  --color4: 105, 136, 228;/*6988e4*/
  /*--color5: #244ec9;
  --color6: 78, 115, 223;/*4e73df*/
  /*--color7: #224abe;



  /*Original*/
  /*--color1: #0061d6;
  --color2: #0054a5;
  --color3: #00539e;
  --color4: 24, 104, 180;/*1868b4*/
  /*--color5: #004d95;
  --color6: 0, 97, 181;/*0061b5*/
  /*--color7: #00498d;
  --color8: #9e4e32;*/

}

html {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* Color ALT*/
.btn-primary-alt {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-primary-alt:hover {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color3);
}

.btn-primary-alt:focus, .btn-primary-alt.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color4), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color4), 0.5);
}

.btn-primary-alt.disabled, .btn-primary-alt:disabled {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-primary-alt:not(:disabled):not(.disabled):active, .btn-primary-alt:not(:disabled):not(.disabled).active,
.show > .btn-primary-alt.dropdown-toggle {
  color: #fff;
  background-color: var(--color3);
  border-color: var(--color5);
}

.btn-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-primary-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-alt.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color4), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color4), 0.5);
}

.btn-outline-primary {
  color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary-alt {
  color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary-alt:hover {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

.btn-outline-primary-alt:focus, .btn-outline-primary-alt.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--color1);
  background-color: transparent;
}

.btn-outline-primary-alt.disabled, .btn-outline-primary-alt:disabled {
  color: var(--color1);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary-alt:not(:disabled):not(.disabled):active, .btn-outline-primary-alt:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-alt.dropdown-toggle {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

.btn-outline-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-alt.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

.badge-primary {
  color: #fff;
  background-color: var(--color1);
}

.badge-primary-alt {
  color: #fff;
  background-color: var(--color1);
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: var(--color3);
}

a.badge-primary-alt:hover, a.badge-primary-alt:focus {
  color: #fff;
  background-color: var(--color3);
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

a.badge-primary-alt:focus, a.badge-primary-alt.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--color6), 0.5);
}

.bg-primary {
  background-color: var(--color1) !important;
}

.bg-primary-alt {
  background-color: var(--color1) !important;
}

.bg-red {
  background-color: #dd0000 !important;
}

.bg-white2 {
  border: 1px solid #aaaaaa !important;
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #bbbbbb !important;
}

.bg-green {
  background-color: #009900 !important;
}

.bg-red20 {
  background-color: rgba(var(--color6), 0.2); !important;
}

.bg-red20 {
  background-color: rgba(255, 0, 0, 0.3); !important;
}

.bg-yellow20 {
  background-color: rgba(255, 255, 0, 0.3); !important;
}

.bg-green20 {
  background-color: rgba(0, 255, 0, 0.3); !important;
}

.progress-xm {
  height: .40rem;
  /*position: center;*/
}

.progress-xxm {
  height: .30rem;
  /*position: center;*/
}
.progress-xxm2 {
  height: .15rem;
  /*position: center;*/
}

.progress-sm-alt {
  width: 23.0rem;
  height: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offset-xl-0-5 {
  margin-left: 4.16666%;
}

.offset-xl-1-5 {
  margin-left: 12.5%;
}

.offset-xl-4-5 {
  margin-left: 37.5%;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--color3) !important;
}

a.bg-primary-alt:hover, a.bg-primary-alt:focus,
button.bg-primary-alt:hover,
button.bg-primary-alt:focus {
  background-color: var(--color3) !important;
}

.border-primary {
  border-color: var(--color1) !important;
}

.border-primary-alt {
  border-color: var(--color1) !important;
}

.text-primary {
  color: var(--color1) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: var(--color7) !important;
}

.text-primary-alt {
  color: var(--color1) !important;
}

a.text-primary-alt:hover, a.text-primary-alt:focus {
  color: var(--color7) !important;
}

.bg-gradient-primary {
  background-color: var(--color1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--color1)), to(var(--color7)));
  background-image: linear-gradient(180deg, var(--color1) 10%, var(--color7) 100%);
  background-size: cover;
}

.bg-gradient-primary-alt {
  background-color: var(--color1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--color1)), to(var(--color7)));
  background-image: linear-gradient(180deg, var(--color1) 10%, var(--color7) 100%);
  background-size: cover;
}

.border-left-primary {
  border-left: 0.25rem solid var(--color1) !important;
}

.border-left-primary-alt {
  border-left: 0.25rem solid var(--color1) !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid var(--color1) !important;
}

.border-bottom-primary-alt {
  border-bottom: 0.25rem solid var(--color1) !important;
}

.border-grey-left-primary-alt {
  border-left:.25rem solid #a5a5a5 !important
}

.num-informes {
  margin-top: -8.5rem;
  font-size: 9.5rem;
  font-family: 'Roboto', sans-serif;
}

.circulo-numpag {
  position: absolute;
  top: 44rem;
  left: 58rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border-style: dashed;
  padding:1.75%;
  border-color: #999999;
}

.num-pag {
  margin-left: -0.275rem;
  margin-top: -0.6rem;
}

.num-pag10 {
  position: relative;
  top: -0.6rem;
  left: -0.55rem;
  width: 2rem;
}

.circulo-compet {
//margin-left: 58.5rem;
  margin-top: 1rem;
  width: 7rem;
  height: 3.5rem;
  border-radius: 50%;
  border-style: dashed;
  padding: 6%;
  border-color: var(--color1);
}

.circulo_titulo {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  margin-left: -2rem;
}

.circulo_titulo2 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  margin-left: 2rem;
}

.caja_1{
  padding:1px 7.5px 1px 8px;
  border: 2px solid #000000;
  border-radius: 3px;
  background-color:  #ff4f4f;
  color: #ffffff;
  font-weight: 500;
}

.caja_2{
  padding:1px 6.5px 1px 6.5px;
  border: 2px solid #000000;
  border-radius: 3px;
  background-color:  #fcbf7b;
  color: #444444;
  font-weight: 500;
}

.caja_3{
  padding:1px 6.5px 1px 6.5px;
  border: 2px solid #000000;
  border-radius: 3px;
  background-color:  #ccdd82;
  color: #444444;
  font-weight: 500;
}

.caja_4{
  padding:1px 6px 1px 6.5px;
  border: 2px solid #000000;
  border-radius: 3px;
  background-color:  #5aad49;
  color: #ffffff;
  font-weight: 500;
}

.caja_5{
  padding:1px 4.5px 1px 4.5px;
  border: 2px solid #000000;
  border-radius: 3px;
  color: #444444;
  font-weight: 500;
}

.caja_6{
  padding:1px 2.5px 1px 2.5px;
  border: 2px solid #000000;
  border-radius: 3px;
  color: #444444;
  font-weight: 500;
}

.caja_1_ft{
  padding:0px 4px 0px 3.5px;
  border: 1px solid #000000;
}

.caja_2_ft{
  padding:0px 4px 0px 3.5px;
  border: 1px solid #000000;
}

.caja_3_ft{
  padding:0px 4px 0px 3.5px;
  border: 1px solid #000000;
  margin-left: 10px;
}

.caja_4_ft{
  padding:0px 3.5px 0px 3.5px;
  border: 1px solid #000000;
  margin-left: 38px;
}

.caja_5_ft{
  padding:0px 3px 0px 3px;
  border: 1px solid #000000;
  border-radius: 3px;
  margin-left: 62px;
}

.caja_6_ft{
  padding:0px 1.5px 0px 1.5px;
  border: 1px solid #000000;
  border-radius: 3px;
  margin-left: 10px;
}

.caja_titulo{
  padding:2px 2px 2px 8px;
  outline-color:  var(--color1);
  outline-style: solid;
  border-width: 2px;
  border-radius: 5px;
}

.caja_titulo2{
  padding:2px 2px 2px 8px;
  background-color:  var(--color1);
  border-radius: 5px;
}

.caja_pregunta{
  padding:2px 2px 2px 8px;
  border: 1px solid var(--color1);
  border-radius: 5px;
}

.caja_observacion{
  padding:12px 12px 12px 45px;
  background: #000000;
  border-radius:5px;
}

.caja_director{
  padding:12px 12px 12px 45px;
  background: #008080;
  border-radius:5px;
}

.caja_adjunto{
  padding:12px 12px 12px 45px;
  background: #0066ff;
  border-radius:5px;
}

.caja_anfitrion{
  padding:12px 12px 12px 45px;
  background: #ff66cc;
  border-radius:5px;
}

.caja_observaciones{
  padding: 0px 8px 0px 8px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.caja_observacionesg{
  padding: 0px 8px 0px 8px;
  border: 3px solid #0000AA;
  border-radius: 5px;
}

.circulo_apti1 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  border: solid 3px var(--color1);
}

.circulo_apti2 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  padding: 3%;
}

.circulo_case {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  border: solid 3px var(--color1);
}

.texto_titulo {
  width: 10rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  margin-top: 5rem;
  margin-left: -9rem;
}

.texto_desempeno {
  width: 15rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0px auto;
  padding:3%;
  margin-top: 0.8rem;
  margin-bottom: -3.8rem;
  margin-left: -14.5rem;
}

.columna-v {
  width: 1px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.columna-nov {
  width: 1px;
  display: none;
}

.print-footer {
  position: absolute;
  top: 85rem;
  left: 39.5rem;
}

.print-footer-img {
  position: absolute;
  top: 81.5rem;
  left: 53rem;
}

.print-footer-audit {
  position: absolute;
  top: 84rem;
  left: 0rem;
}

.print-footerM {
  position: absolute;
  top: 85rem;
  left: 33.5rem;
}

.print-footer-imgM {
  position: absolute;
  top: 84.6rem;
  left: 46rem;
}

.btn-inform {
  width: 1.75rem !important;
  height: 1.10rem !important;
}

.icon-inform {
  margin-top: -.60rem !important;
  margin-left: -.40rem !important;
}

.table-bordered td,
.table-bordered th {
  border:1px solid #555555 !important;
}

.cell-bordered {
  border:1px solid #555555 !important;
}

.radio-fake {
  position:relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border:2px solid #90909e;
  background: #ffffff;
}

.radio-fake_checked {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #0060df;
  background: #fff;
}
.radio-fake_checked>div {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0060df;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.xaxis-potencial {
//margin-left: 0.31rem;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  transform: rotate(180deg);
}

.val-compet {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
  font-size: 1.6rem;
}

.val-compet100 {
  margin-left: 0.4rem;
  margin-top: -0.4rem;
  font-size: 1.4rem;
}

.border-text {
  border-width: 1.5px;
  border-style: solid;
  border-color: var(--color1);
}

.icon-check {
  color:#090;
}

.icon-square {
  color:#d00;
}

.icon-edit {
  color:#33f;
}

.fa-stack {
  display: inline-block;
  top: -4px;
  height: 0px;
  line-height: 0px;
  position: relative;
  vertical-align: middle;
  width: 0px; }

.fa-stack-0x,
.fa-stack-1x,
.fa-stack-2x,
.fa-stack-3x,
.fa-stack-00x,
.fa-stack-01x,
.fa-stack-02x,
.fa-stack-link,
.fa-stack-ok,
.fa-stack-ttx,
.fa-stack-0ttx {
  top: -5px;
  left: 0px;
  position: relative;
  text-align: center;
  font-size: 2em;
  width: 100%; }

.fa-stack-ttx {
  left: 0px;
}

.fa-stack-0ttx {
  top: -6px;
  left: 0px;
}

.fa-stack-0x {
  top: -5px;
  left: 4px;
}

.fa-stack-1x {
  top: -4px;
  left: 6px;
}

.fa-stack-2x {
  top: -5px;
  left: 4px;
}

.fa-stack-3x {
  top: -7px;
  left: 2px; }

.fa-stack-00x {
  top: -4px;
  left: 4px;
}

.fa-stack-01x {
  top: -3px;
  left: 6px; }

.fa-stack-02x {
  top: -6px;
  left: 2px; }

.fa-stack-link {
  cursor: pointer; }

.fa-stack-ok {
  cursor: pointer;
  top: -6px;
  left: -7px; }

.my-n05{
  margin-top:-.07rem !important;
  margin-bottom:.4rem !important;
}

.my-n10{
  margin-top:-5rem !important;
  margin-bottom:5rem !important;
}

.val-progressbar {
  width: 2.0rem;
}

.loader-cont {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.loader-cont .loader1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: solid 5px transparent;
  border-top-color: var(--color1);
  border-left-color: var(--color1);
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

.loader-cont .loader2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  border: solid 4px transparent;
  border-top-color: var(--color1);
  border-left-color: var(--color1);
  border-radius: 50%;
  animation: loader2 1.2s linear infinite;
}

.loader-cont .loader3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  border: solid 3px transparent;
  border-top-color: var(--color1);
  border-left-color: var(--color1);
  border-radius: 50%;
  animation: loader 0.9s linear infinite;
}

@keyframes loader {
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

@keyframes loader2 {
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(-360deg);
  }
}

/* Menus */

.sidemenu {
  position: fixed;
  z-index: 999;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 998;
}

.container-fluid {
  padding-top: 5.85rem;
}

.mizq {
  margin-left: 6.5rem !important;
}

/* Text */

.text-sm {
  font-size: .866rem;
}

.text-md {
  font-size: 1.032rem;
}

.text-xl {
  font-size: 1.366rem;
}

.text-xxxl {
  font-size: 10rem;
}

.text-xxs {
  font-size: .5rem;
}

.tr-xxs {
  font-size: .6rem;
}

.text-xs-center {
  font-size: .6rem;
  text-align: center !important;
}

.text-xxs-center {
  font-size: .5rem;
  text-align: center !important;
}

.card-height {
  max-height: 6.75rem;
}

.card-height-2 {
  max-height: 9rem;
}

.rounded-profile {
  border: 6px solid var(--color1);
  padding: 3px;
  border-radius: 50% !important;
  height: 77px;
  width: 77px;
  margin-top: -3.1rem !important;
  margin-right: -3.7rem !important;
}

.preloader {
  width: 70px;
  height: 70px;
  border: 10px solid #eee;
  border-top: 10px solid #666;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575.98px) {
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
}

.card-login-width {
  min-width: 19rem;
}

.text-checked{
  color: var(--color8) !important;
}

.icon-alt {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 8em;

}

.img-disable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);

}

.img-blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
}

.img-primary-color {
  color: rgba(182, 255, 67, 0.5);
}

#checked {
  top:20%;
  left:25%;
  width:50%;
  position: absolute;
  font-size:4.0em;
  text-align:center;
  color: var(--color1);
}

#disabled {
  top:20%;
  left:25%;
  width:50%;
  position: absolute;
  font-size:4.0em;
  text-align:center;
  color:#555555;
  cursor:not-allowed;
  /*	font-size:6.0em;
 text-align:center;
 color:#1C69D4;*/
}

.btn-disabled {
  cursor: not-allowed;
}

.btn-talento {
  font-weight: 350;
  padding: 0.275rem 0.65rem;
  font-size: 1.00rem;
  width: 100%;
}

.puntero_ena {
  cursor: pointer;
}

.puntero_dis {
  cursor: not-allowed;
}

.btn_ena {
  cursor: pointer;
}

.btn_dis {
  cursor: not-allowed;
  pointer-events: none;
}

.cpx-0 {
  margin-right: 1rem !important;
  margin-top: 1rem !important;
  margin-bottom: -10% !important;
}

.ml-10 {
  margin-left: 4.5rem !important;
}
.ml-15 {
  margin-left: 6rem !important;
}

.icon_test {
  float: right;
  margin-top: -4.7rem !important;
  margin-right: 0.8rem !important;
  color:#0b0;
}

.tooltip-inner {
  max-width: 100% !important;
}

.tooltip-inner {
  background-color: #ffffff !important;
  color: #333333;
  border: 2px solid var(--color1);
  font-size: 14px;
  text-align: left;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: var(--color1) !important;
//right: -25px;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--color1) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: var(--color1) !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: var(--color1) !important;
}

.mb-icon {
  margin-top: -0.0rem !important;
  margin-bottom: -0.3rem !important;
  margin-left: 0.65rem !important;
}

.td-25 {
  width: 25px !important;
}

.w-75 {
  width: 75px !important;
}

@media (min-width: 1400px) {
  .info-cp {
    max-height: 45rem;
    display: inline-block;
    text-align: center;
  }

  .tooltip {
    left: 0.55rem !important;
  }

  .tooltip.bs-tooltip-top .arrow:before {
    right: 0.8rem !important;
  }
}

@media (max-width: 1400px) {
  .info-cp {
    max-height: 32rem;
    display: inline-block;
    text-align: center;
  }

  .tooltip {
    left: 0.3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-nx {
    margin-left: -9rem !important;
  }
  .ml-xl-x {
    margin-left: 15rem !important;
  }
  .ml-t2 {
    margin-left: 15rem !important;
  }
  .login-body {
    width:25em;
  }
  .login-body1 {
    width:30em;
  }
  .info-cp-btn1{
    margin-top: -8rem !important;
    margin-right: 5rem !important;
    width: auto;
    height: auto;
  }
  .info-cp-btn2{
    margin-top: -5rem !important;
    margin-right: 45% !important;
    width: auto;
    height: auto;
  }
  .info-cp2-btn1{
    margin-top: -38rem !important;
    margin-right: 37% !important;
    width: auto;
    height: auto;
  }
  .info-cp2-btn2{
    margin-top: -7rem !important;
    margin-right: 42% !important;
    width: auto;
    height: auto;
  }
  .cpx-1 {
    margin-right: 2rem !important;
    margin-top: -4rem !important;
  }
  .cp3-1 {
    margin-left: 25rem !important;
    margin-top: -15rem !important;
    margin-bottom: 4rem !important;
  }
  .cp3-2 {
    width: 11.5rem !important;
  }
  .cp3-3 {
    width: 11.5rem;
    margin-left: 42.1rem !important;
    margin-top: -14.8rem !important;
  }
  .cp3-4 {
    width: 11.5rem;
    margin-left: 54.2rem !important;
    margin-top: -14.8rem !important;
  }
  .cp4-1 {
    margin-left: 4rem !important;
    margin-top: -23rem !important;
  }
  .cp4-2 {
    width: auto !important;
    height: 20rem !important;
  }
  .cp4-3 {
    width: auto !important;
    height: 20rem !important;
    margin-left: 5rem !important;
    margin-top: 0.25rem !important;
  }
  .cp4-4 {
    margin-right: 6.5rem !important;
    margin-top: -5rem !important;
  }
}

/*@media (max-width: 1200px) {
    .ml-xl-nx {
        margin-left: -7rem !important;
    }
    .ml-xl-x {
        margin-left: 12rem !important;
    }
    .ml-t2 {
        margin-left: 10rem !important;
    }
    .login-body {
        width:25em;
    }
    .login-body1 {
        width:30em;
    }
}*/

@media (max-width: 1200px) {
  .ml-lg-nx {
    margin-left: -5rem !important;
  }
  .ml-xl-x {
    margin-left: 12rem !important;
  }
  .ml-t2 {
    margin-left: 8rem !important;
  }
  .login-body {
    width:25em;
  }
  .login-body1 {
    width:30em;
  }
  .info-cp-btn1{
    margin-top: -5rem !important;
    margin-right: 3rem !important;
    width: auto;
    height: auto;
  }
  .info-cp-btn2{
    margin-top: -4rem !important;
    margin-right: 45% !important;
    width: auto;
    height: auto;
  }
  .cpx-1 {
    margin-right: 1rem !important;
    margin-top: -3rem !important;
  }
  .cp3-1 {
    margin-left: 18rem !important;
    margin-top: -10rem !important;
    margin-bottom: 3rem !important;
  }
  .cp3-2 {
    width: 25% !important;
  }
  .cp4-1 {
    margin-left: 3rem !important;
    margin-top: -16rem !important;
    margin-bottom: 2rem !important;
  }
  .cp4-2 {
    width: auto !important;
    height: 14rem !important;
  }
  .cp4-3 {
    width: auto !important;
    height: 14rem !important;
    margin-left: 4rem !important;
    margin-top: 0.25rem !important;
  }
  .cp4-4 {
    margin-right: 3.5rem !important;
    margin-top: -3.5rem !important;
  }
}

@media (max-width: 992px) {
  .ml-md-nx {
    margin-left: -3rem !important;
  }
  .ml-xl-x {
    margin-left: 7rem !important;
  }
  .ml-t2 {
    margin-left: 4rem !important;
  }
  .login-body {
    width:25em;
  }
  .login-body1 {
    width:30em;
  }
  .caso-cp{
    max-height: 20rem;
    display: inline-block;
    text-align: center;
  }
  .info-cp{
    max-height: 25rem;
    display: inline-block;
    text-align: center;
  }
  .info-cp-btn1{
    margin-top: -3rem !important;
    margin-right: 2rem !important;
    width: auto;
    height: auto;
  }
  .cpx-1 {
    margin-right: 0.3rem !important;
    margin-top: -1.5rem !important;
  }
  .cp3-1 {
    margin-left: 11rem !important;
    margin-top: -6rem !important;
    margin-bottom: 1rem !important;
  }
  .cp3-2 {
    width: 25% !important;
  }
  .cp4-1 {
    margin-left: 1.5rem !important;
    margin-top: -9rem !important;
    margin-bottom: 1rem !important;
  }
  .cp4-2 {
    width: auto !important;
    height: 8rem !important;
  }
  .cp4-3 {
    width: auto !important;
    height: 8rem !important;
    margin-left: 3rem !important;
    margin-top: 0.25rem !important;
  }
  .cp4-4 {
    margin-right: 1.5rem !important;
    margin-top: -3.5rem !important;
  }
}

@media (max-width: 768px) {
  .ml-sm-nx {
    margin-left: -1rem !important;
  }
  .ml-xl-x {
    margin-left: 3rem !important;
  }
  .ml-t2 {
    margin-left: 0rem !important;
  }
  .login-body {
    width:25em;
  }
  .login-body1 {
    width:30em;
  }
}

@media (max-width: 576px) {
  .ml-sx-nx {
    margin-left: 0rem !important;
  }
  .ml-xl-x {
    margin-left: 0rem !important;
  }
  .ml-t2 {
    margin-left: 0rem !important;
  }
  .login-body {
    width:20em;
  }
  .login-body1 {
    width:30em;
  }
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}

.page-link:hover {
  z-index: 2;
  color: #7c7c7c;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7c7c7c;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.invisible-data {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.02rem 0.55rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-xs2, .btn-group-xs2 > .btn {
  padding: 0.20rem 0.2rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 42px;
}

.btn-ok {
  width: 15px;
  height: 20px;
  border: none;
  position: relative;
  top: -2px;
  left: 2px;
  background: rgba(255, 255, 255, 0);
}

.btn-icon {
  position: relative;
  top: 2px;
  left: -6px;
}

.titulo_informe {
  width: 300px;
  margin-top: 125px;
  margin-left: 10rem;
}

.titulo_informe0 {
  width: 300px;
  margin-top: 5rem;
  margin-left: 5rem;
}

.Po {
  margin-top: -10rem;
  margin-left: 17rem;
  width: 60px;
  background-color: #ffe508;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

.Op {
  margin-left: 17rem;
  width: 60px;
  background-color: #ff0000;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

.In {
  margin-left: 17rem;
  width: 60px;
  background-color: #7cb31e;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

.graph {
  width: 400px;
  height: 250px;
  margin-left: -8rem;
}

.graph11x {
  width: 875px;
  height: 300px;
  margin-left: -2rem;
}

.graph21x {
  width: 875px;
  height: 275px;
  margin-left: -2rem;
}

.graph2341 {
  width: 380px;
  height: 275px;
  margin-left: -2rem;
}

.graph2345 {
  width: 495px;
  height: 275px;
  margin-left: -2rem;
}

.graph0 {
  width: 500px;
  height: 250px;
  margin-left: -15rem;
}
.graph1 {
  width: 250px;
  height: 300px;
  margin: 0 auto;
  /*margin-left: 6rem;*/
}

.graph2 {
  width: 250px;
  height: 300px;
  margin: 0 auto;
  /*margin-left: 3rem;*/
}

.graph3 {
  width: 250px;
  height: 300px;
  /*margin-left: 0rem;*/
}

.folder_hidden {
  display:none;
}

.question_hidden {
  display:none;
}

.bg-primary-alt5 {
  background-color: #1dae1d !important;
}
.bg-primary-alt4 {
  background-color: #78ab39 !important;
}
.bg-primary-alt3 {
  background-color: #cbcb4a !important;
}
.bg-primary-alt2 {
  background-color: #c19d5b !important;
}

@page { margin: 0 }
body { margin: 0 }
.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}

/** Paper sizes **/
body.A3               .sheet { width: 297mm; height: 419mm }
body.A3.landscape     .sheet { width: 420mm; height: 296mm }
body.A4               .sheet { width: 210mm; height: 296mm }
body.A4.landscape     .sheet { width: 297mm; height: 209mm }
body.A5               .sheet { width: 148mm; height: 209mm }
body.A5.landscape     .sheet { width: 210mm; height: 147mm }
body.letter           .sheet { width: 216mm; height: 279mm }
body.letter.landscape .sheet { width: 280mm; height: 215mm }
body.legal            .sheet { width: 216mm; height: 356mm }
body.legal.landscape  .sheet { width: 357mm; height: 215mm }

/** Padding area **/
.sheet.padding-10mm { padding: 10mm }
.sheet.padding-15mm { padding: 15mm }
.sheet.padding-20mm { padding: 20mm }
.sheet.padding-25mm { padding: 25mm }

.printable {
  display: none !important;
}

div.divFooter {
  display: none;
}

div.divEndPage {
  display: none;
}

div.divStartPage {
  display: none;
}